Date: 07 Nov 2002 17:48:16 +0100 From: Marc Recht <marc@informatik.uni-bremen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: update xchat2 to 1.9.4 Message-ID: <1036687696.751.12.camel@leeloo.intern.geht.de>
next in thread | raw e-mail | index | archive | help
--=-Fwnr+tP5+MMG9CHsJd9V Content-Type: text/plain Content-Transfer-Encoding: 7bit >Submitter-Id: current-users >Originator: Marc Recht >Organization: >Confidential: no >Synopsis: update xchat2 to 1.9.4 >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 5.0-CURRENT i386 >Environment: FreeBSD leeloo.intern.geht.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Nov 7 09:23:07 CET 2002 root@leeloo.intern.geht.de:/usr/obj/usr/src/sys/LEELOO i386 >Description: This updates xchat2 to 1.9.4, fixes the plist and the coredump when exiting xchat (by adding PTHREAD_CFLAGS and _LDFLAGS). >How-To-Repeat: >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 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 --=-Fwnr+tP5+MMG9CHsJd9V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1036687696.751.12.camel>