From owner-freebsd-ports Sun Jan 5 5:20: 7 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FBF37B401 for ; Sun, 5 Jan 2003 05:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738DA43EC2 for ; Sun, 5 Jan 2003 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h05DK2NS043260 for ; Sun, 5 Jan 2003 05:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h05DK2FS043259; Sun, 5 Jan 2003 05:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6899D37B401 for ; Sun, 5 Jan 2003 05:19:39 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0950343ED4 for ; Sun, 5 Jan 2003 05:19:38 -0800 (PST) (envelope-from mva121@gmx.net) Received: (qmail 10513 invoked by uid 0); 5 Jan 2003 13:19:30 -0000 Received: from pd9ec3c20.dip.t-dialin.net (HELO mainframe.zort.mine) (217.236.60.32) by mail.gmx.net (mp021-rz3) with SMTP; 5 Jan 2003 13:19:30 -0000 Message-Id: <20030105141919.22b9c2d3.mva121@gmx.net> Date: Sun, 5 Jan 2003 14:19:19 +0100 From: Marcus vA Reply-To: mva121@gmx.net To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46782: Port update: xchat2 1.9.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46782 >Category: ports >Synopsis: Port update: xchat2 1.9.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 05 05:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marcus vA >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD medusa.zort.mine 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Jan 1 19:23:07 CET 2003 root@medusa.zort.mine:/usr/obj/usr/src/sys/PLONK i386 >Description: xchat2 port update from 1.9.4 to 1.9.8 >How-To-Repeat: n/a >Fix: diff -Nur xchat2.old/files/patch-configure xchat2/files/patch-configure --- xchat2.old/files/patch-configure Sun Jan 5 13:04:53 2003 +++ xchat2/files/patch-configure Sun Jan 5 13:24:02 2003 @@ -1,51 +1,20 @@ ---- configure.orig Sat Aug 17 23:42:13 2002 -+++ configure Sat Aug 17 23:42:55 2002 -@@ -3211,10 +3211,10 @@ +--- configure Sun Jan 5 13:20:43 2003 ++++ configure.orig Sat Dec 28 04:38:55 2002 +@@ -10377,7 +10377,7 @@ #include "confdefs.h" #include extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings; +extern int *libintl_nl_domain_bindings; - int main() { + #ifdef F77_DUMMY_MAIN + # ifdef __cplusplus + extern "C" +@@ -10388,7 +10388,7 @@ + main () + { bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings +return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; return 0; } - EOF - if { (eval echo configure:3221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -3600,7 +3600,7 @@ - #include "confdefs.h" - #include - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" -@@ -3608,7 +3608,7 @@ - const char *_nl_expand_alias (); - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) - ; return 0; } - EOF - if { (eval echo configure:3615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -3628,7 +3628,7 @@ - #include "confdefs.h" - #include - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" -@@ -3636,7 +3636,7 @@ - const char *_nl_expand_alias (); 0- int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) - ; return 0; } - EOF - if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ; + return 0; + } diff -Nur xchat2.old/pkg-plist xchat2/pkg-plist --- xchat2.old/pkg-plist Sun Jan 5 13:04:53 2003 +++ xchat2/pkg-plist Sun Jan 5 13:52:10 2003 @@ -1,15 +1,17 @@ bin/xchat bin/xchat-text lib/xchat/plugins/perl.so +lib/xchat/plugins/perl.la %%PYTHON%%lib/xchat/plugins/python.so -share/gnome/apps/Internet/xchat.desktop -share/gnome/pixmaps/xchat.png +%%PYTHON%%lib/xchat/plugins/python.la +share/locale/am/LC_MESSAGES/xchat.mo share/locale/ca/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo share/locale/da/LC_MESSAGES/xchat.mo share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo share/locale/es/LC_MESSAGES/xchat.mo +share/locale/et/LC_MESSAGES/xchat.mo share/locale/fi/LC_MESSAGES/xchat.mo share/locale/fr/LC_MESSAGES/xchat.mo share/locale/he/LC_MESSAGES/xchat.mo @@ -33,3 +35,7 @@ share/locale/uk/LC_MESSAGES/xchat.mo share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo +share/gnome/pixmaps/xchat.png +share/gnome/applications/xchat.desktop +@dirrm lib/xchat/plugins +@dirrm lib/xchat >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message