Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 13:54:53 +0100 (CET)
From:      Jonas Sonntag<jonas@schiebtsich.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jonas@schiebtsich.net
Subject:   ports/118420: [PATCH] net-p2p/gtk-gnutella: update to 0.96.4
Message-ID:  <200712041254.lB4CsrlO030444@elaine.jbhosting.de>
Resent-Message-ID: <200712041310.lB4DA2LV029737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118420
>Category:       ports
>Synopsis:       [PATCH] net-p2p/gtk-gnutella: update to 0.96.4
>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:   Tue Dec 04 13:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 6.2-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD elaine.jbhosting.de 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Sun Aug 26 01:13:27 CEST 2007
>Description:
- Update to 0.96.4
- patch Configure not to bail out when iconv is not detected

Added file(s):
- files/patch-Configure

Removed file(s):
- files/patch-bsched

Port maintainer (jonas@schiebtsich.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gtk-gnutella-0.96.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-p2p/gtk-gnutella/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	17 Oct 2007 10:12:54 -0000	1.45
+++ Makefile	4 Dec 2007 12:50:39 -0000
@@ -43,8 +43,7 @@
 #
 
 PORTNAME=	gtk-gnutella
-PORTVERSION=	0.96.3
-PORTREVISION=	6
+PORTVERSION=	0.96.4
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-p2p/gtk-gnutella/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	12 Nov 2006 19:41:31 -0000	1.23
+++ distinfo	4 Dec 2007 12:50:39 -0000
@@ -1,3 +1,3 @@
-MD5 (gtk-gnutella-0.96.3.tar.bz2) = c6952037a10ea6d5ac5649e7b75f9d15
-SHA256 (gtk-gnutella-0.96.3.tar.bz2) = 6079661ffeb78ae480cf37cf9954d0c437d415363aa4133268b732700b52be80
-SIZE (gtk-gnutella-0.96.3.tar.bz2) = 2845172
+MD5 (gtk-gnutella-0.96.4.tar.bz2) = 1125412cd94b3f834e5d7746ade1edb1
+SHA256 (gtk-gnutella-0.96.4.tar.bz2) = 543ead5b650cb18cecd8148b7683f2fb057d26c665ac74214714c2caa7baa726
+SIZE (gtk-gnutella-0.96.4.tar.bz2) = 6879974
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net-p2p/gtk-gnutella/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- pkg-plist	19 May 2007 20:20:04 -0000	1.16
+++ pkg-plist	4 Dec 2007 12:50:39 -0000
@@ -3,9 +3,10 @@
 %%DATADIR%%/bogons.txt
 %%DATADIR%%/favicon.png
 %%DATADIR%%/geo-ip.txt
-%%DATADIR%%/gwcache.boot
 %%DATADIR%%/hostiles.txt
 %%DATADIR%%/robots.txt
+%%DATADIR%%/spam.txt
+%%DATADIR%%/spam_sha1.txt
 %%DATADIR%%/en/FAQ
 %%DATADIR%%/el/FAQ
 %%DATADIR%%/ja/FAQ
@@ -14,6 +15,7 @@
 %%DATADIR%%/pixmaps/booklib.xpm
 %%DATADIR%%/pixmaps/booksha.xpm
 %%DATADIR%%/pixmaps/bookshav.xpm
+%%DATADIR%%/pixmaps/booktth.xpm
 %%DATADIR%%/pixmaps/chip.xpm
 %%DATADIR%%/pixmaps/clanbomber_red.xpm
 %%DATADIR%%/pixmaps/clanbomber_yellow.xpm
@@ -27,6 +29,8 @@
 %%DATADIR%%/pixmaps/firewall_udp_punchable.xpm
 %%DATADIR%%/pixmaps/freeze.xpm
 %%DATADIR%%/pixmaps/icon.xpm
+%%DATADIR%%/pixmaps/icon.16x16.xpm
+%%DATADIR%%/pixmaps/icon.32x32.xpm
 %%DATADIR%%/pixmaps/leaf.xpm
 %%DATADIR%%/pixmaps/legacy.xpm
 %%DATADIR%%/pixmaps/magnet.16x16.png
Index: files/patch-Configure
===================================================================
RCS file: files/patch-Configure
diff -N files/patch-Configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Configure	4 Dec 2007 12:50:39 -0000
@@ -0,0 +1,14 @@
+--- Configure	Thu Oct 18 17:02:36 2007
++++ Configure	Thu Oct 18 17:03:04 2007
+@@ -8678,11 +8678,6 @@
+ 	$aptget 'ADVICE: Run "apt-get install zlib1g-dev".' >&4
+ fi
+ 
+-if [ "$iconv" != yes ]; then
+-	bailout=yes
+-	echo 'ERROR: Cannot find iconv(). Library or header files might be missing.' >&4
+-fi
+-
+ if [ "$frontend" != none ]; then
+ case "$d_gtk" in
+ "$undef")
Index: files/patch-bsched
===================================================================
RCS file: files/patch-bsched
diff -N files/patch-bsched
--- files/patch-bsched	17 Nov 2006 08:41:01 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
---- src/core/bsched.c	Fri Nov 10 00:01:26 2006
-+++ src/core/bsched.c	Tue Nov 14 12:19:18 2006
-@@ -1591,16 +1591,11 @@
- 	 */
- 
- 	{
--		off_t written;
--		int flags = 0;
-+		off_t written = 0;
- 
--#if defined(SF_NODISKIO)
--		flags |= SF_NODISKIO;
--#endif	/* SF_NODISKIO */
--		
--		r = sendfile(in_fd, out_fd, start, amount, NULL, &written, flags);
-+		r = sendfile(in_fd, out_fd, start, amount, NULL, &written, 0);
- 		if ((ssize_t) -1 == r) {
--			if (is_temporary_error(errno) || EBUSY == errno)
-+			if (is_temporary_error(errno))
- 				r = written > 0 ? (ssize_t) written : (ssize_t) -1;
- 		} else {
- 			r = amount;			/* Everything written, but returns 0 if OK */
--- gtk-gnutella-0.96.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712041254.lB4CsrlO030444>