Bug 45037

Summary: update xchat2 to 1.9.4
Product: Ports & Packages Reporter: Marc Recht <marc>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marc Recht 2002-11-07 16:50:01 UTC
This updates xchat2 to 1.9.4, fixes the plist and the coredump when exiting xchat (by adding PTHREAD_CFLAGS and _LDFLAGS).

Fix: --=-Fwnr+tP5+MMG9CHsJd9V
Content-Disposition: attachment; filename=xchat2.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; name=xchat2.diff; charset=ISO-8859-1



--=-Fwnr+tP5+MMG9CHsJd9V----no3mWszOsUqgiVSTMpQgSKq9e0GZ8BKDVuJiUhS5wLSRyPHW
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -Nur xchat2.orig/Makefile xchat2/Makefile
--- xchat2.orig/Makefile	Sat Oct  5 18:35:46 2002
+++ xchat2/Makefile	Thu Nov  7 17:37:35 2002
@@ -6,7 +6,7 @@
 #
=20
 PORTNAME=3D	xchat2
-PORTVERSION=3D	1.9.3
+PORTVERSION=3D	1.9.4
 CATEGORIES=3D	irc gnome ipv6
 MASTER_SITES=3D	http://xchat.org/files/source/1.9/ \
 		http://xchat.linuxpower.org/files/source/1.9/
@@ -24,8 +24,10 @@
 USE_GNOME=3D	gnomeprefix gnomehack
 GNU_CONFIGURE=3D	yes
 USE_REINPLACE=3D	yes
+CFLAGS+=3D	${PTHREAD_CFLAGS}
 CONFIGURE_ENV=3D	CPPFLAGS=3D"-I${LOCALBASE}/include" \
-		LIBS=3D"-L${LOCALBASE}/lib"
+		LIBS=3D"-L${LOCALBASE}/lib" \
+		LDFLAGS=3D"${PTHREAD_LIBS} ${LDFLAGS}"
 CONFIGURE_ARGS=3D	--enable-nls \
 		--enable-ipv6 \
 		--enable-perl
diff -Nur xchat2.orig/distinfo xchat2/distinfo
--- xchat2.orig/distinfo	Sat Oct  5 18:35:46 2002
+++ xchat2/distinfo	Thu Nov  7 17:37:35 2002
@@ -1 +1 @@
-MD5 (xchat-1.9.3.tar.bz2) =3D 7fbb3d96ab4b288343a6d9cf9e597d25
+MD5 (xchat-1.9.4.tar.bz2) =3D ed0820b35e5a9c7c5860108a1555236f
diff -Nur xchat2.orig/pkg-plist xchat2/pkg-plist
--- xchat2.orig/pkg-plist	Sun Aug 18 06:21:24 2002
+++ xchat2/pkg-plist	Thu Nov  7 17:37:35 2002
@@ -1,7 +1,7 @@
 bin/xchat
 bin/xchat-text
 lib/xchat/plugins/perl.so
-%%PYTHON%%lib/xchat/plugins/python.so
+lib/xchat/plugins/python.so
 share/gnome/apps/Internet/xchat.desktop
 share/gnome/pixmaps/xchat.png
 share/locale/ca/LC_MESSAGES/xchat.mo
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-11-07 16:55:30 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-11-08 18:17:35 UTC
State Changed
From-To: open->closed

Committed with a few modifications.  Thanks!