ports/75232: net/gtk-gnutella update to 0.95 [MAINTAINER-PATCH]
Clayton Rollins
crollins666 at hotmail.com
Sat Dec 18 18:20:25 UTC 2004
>Number: 75232
>Category: ports
>Synopsis: net/gtk-gnutella update to 0.95 [MAINTAINER-PATCH]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 18 18:20:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Clayton Rollins
>Release: 4.10 stable
>Organization:
n/a
>Environment:
FreeBSD riot.1138.ws 4.10-STABLE FreeBSD 4.10-STABLE #1: Wed Aug 25 14:54:01 MST 2004 root at riot.1138.ws:/usr/obj/usr/src/sys/MYKERNEL i386
>Description:
New release of the ported software is available; the patch below brings the port up to date.
The patch also fixes PR 71789:
http://www.freebsd.org/cgi/query-pr.cgi?pr=71789
(I kind of understated it there, so, for the record, the change does disable ICU checking.)
Due to a failing hard drive, I cannot fully test the port in its current state. (Some pkg_info's are corrupted, so pkg_add won't work to add and test the packages. I did do a install/deinstall/reinstall and checked the port with portlint.) If you are hesitant to commit this in its current state, let the PR sit for a while; I'll test it more fully when I get a new hard drive (in a week or so) and send a note down ports@ when appropriate.
As always, mail me if the web form mangles the patch.
>How-To-Repeat:
n/a
>Fix:
Apply the following patch:
diff -urN ./gtk-gnutella.orig/Makefile ./gtk-gnutella/Makefile
--- ./gtk-gnutella.orig/Makefile Tue Dec 14 19:28:51 2004
+++ ./gtk-gnutella/Makefile Tue Dec 14 19:29:43 2004
@@ -27,7 +27,7 @@
#
PORTNAME= gtk-gnutella
-PORTVERSION= 0.94
+PORTVERSION= 0.95
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://gtk-gnutella.sourceforge.net/download/ \
@@ -80,6 +80,8 @@
# Add threading to the ld flags; icuuc requires these by default
CONFIGURE_ARGS+= -Dldflags=${PTHREAD_LIBS}
+.else
+CONFIGURE_ARGS+= -Dd_icu=false
.endif
.if defined(WITH_PORTABILITY)
diff -urN ./gtk-gnutella.orig/distinfo ./gtk-gnutella/distinfo
--- ./gtk-gnutella.orig/distinfo Mon Jul 12 02:55:46 2004
+++ ./gtk-gnutella/distinfo Tue Dec 14 19:36:02 2004
@@ -1,2 +1,2 @@
-MD5 (gtk-gnutella-0.94.tar.bz2) = 8319ff7b8a5a5a7be995894c2ad3280f
-SIZE (gtk-gnutella-0.94.tar.bz2) = 1435586
+MD5 (gtk-gnutella-0.95.tar.bz2) = de2ff4973c975ee16cdd69ca72c06bcd
+SIZE (gtk-gnutella-0.95.tar.bz2) = 2191028
diff -urN ./gtk-gnutella.orig/pkg-plist ./gtk-gnutella/pkg-plist
--- ./gtk-gnutella.orig/pkg-plist Mon Jul 12 02:55:46 2004
+++ ./gtk-gnutella/pkg-plist Tue Dec 14 20:14:00 2004
@@ -1,4 +1,6 @@
bin/gtk-gnutella
+share/gtk-gnutella/bogons.txt
+share/gtk-gnutella/geo-ip.txt
share/gtk-gnutella/gwcache.boot
share/gtk-gnutella/hostiles.txt
share/gtk-gnutella/pixmaps/arrow_down.xpm
@@ -12,6 +14,10 @@
share/gtk-gnutella/pixmaps/exit.xpm
share/gtk-gnutella/pixmaps/filter.xpm
share/gtk-gnutella/pixmaps/firewall.xpm
+share/gtk-gnutella/pixmaps/firewall_punchable.xpm
+share/gtk-gnutella/pixmaps/firewall_tcp.xpm
+share/gtk-gnutella/pixmaps/firewall_udp.xpm
+share/gtk-gnutella/pixmaps/firewall_udp_punchable.xpm
share/gtk-gnutella/pixmaps/freeze.xpm
share/gtk-gnutella/pixmaps/icon.xpm
share/gtk-gnutella/pixmaps/leaf.xpm
@@ -21,13 +27,15 @@
share/gtk-gnutella/pixmaps/online.xpm
share/gtk-gnutella/pixmaps/save.xpm
share/gtk-gnutella/pixmaps/smallserver.xpm
+share/gtk-gnutella/pixmaps/stock_form-time-field-16.xpm
share/gtk-gnutella/pixmaps/thaw.xpm
share/gtk-gnutella/pixmaps/ultra.xpm
share/gtk-gnutella/pixmaps/upload.xpm
-share/gtk-gnutella/pixmaps/stock_form-time-field-16.xpm
+share/gtk-gnutella/pixmaps/warning.xpm
share/locale/de/LC_MESSAGES/gtk-gnutella.mo
share/locale/es/LC_MESSAGES/gtk-gnutella.mo
share/locale/fr/LC_MESSAGES/gtk-gnutella.mo
+share/locale/ja/LC_MESSAGES/gtk-gnutella.mo
share/locale/nl/LC_MESSAGES/gtk-gnutella.mo
share/locale/hu/LC_MESSAGES/gtk-gnutella.mo
@dirrm share/gtk-gnutella/pixmaps
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list