From mva121@gmx.net  Sun Jan  5 05:19:39 2003
Return-Path: <mva121@gmx.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6899D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <mva121@gmx.net>
Reply-To: mva121@gmx.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port update: xchat2 1.9.8

>Number:         46782
>Category:       ports
>Synopsis:       Port update: xchat2 1.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 05 05:20:01 PST 2003
>Closed-Date:    Sun Jan 05 11:15:08 PST 2003
>Last-Modified:  Sun Jan 05 11:15:08 PST 2003
>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 <libintl.h>
	  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 <libintl.h>
	- 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 <libintl.h>
	- 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:
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: petef 
Responsible-Changed-When: Sun Jan 5 09:27:57 PST 2003 
Responsible-Changed-Why:  
Over to maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46782 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Jan 5 11:14:11 PST 2003 
State-Changed-Why:  
This update has already been done.  You can download the diff from  
http://www.marcuscom.com/downloads/freeze/.  It will be committed after 
5.0-RELEASE goes out.  Thanks none-the-less for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46782 
>Unformatted:
