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>
index | next in thread | raw e-mail
[-- Attachment #1 --] >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: [-- Attachment #2 --] 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 @@ # PORTNAME= xchat2 -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -24,8 +24,10 @@ USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes USE_REINPLACE= yes +CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" CONFIGURE_ARGS= --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) = 7fbb3d96ab4b288343a6d9cf9e597d25 +MD5 (xchat-1.9.4.tar.bz2) = 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.mohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1036687696.751.12.camel>
