diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-14 09:41:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-14 09:41:38 +0000 |
commit | 904a410e2f91d64c4a99efd49e8f110861e5716a (patch) | |
tree | a9173141dfd71ba0067a50f7ccf291ff596a73c6 /net-p2p | |
parent | - update to 0.80rc4 (diff) |
Fix build of net/mutella on CURRENT and upgrade to 0.4.5
ports/net/mutella does not build on 5-CURRENT with GCC
3.4.x. One of the fixes in the new version of mutella is
to allow it to be built with GCC 3.4.x. The attached patch
updates mutella to the most recent version which allows it
to be compilable again under -CURRENT.
PR: ports/71713
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Notes
Notes:
svn path=/head/; revision=119392
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mutella/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/mutella/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/mutella/pkg-plist | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile index 561f51084bd4..ff2762f26c3e 100644 --- a/net-p2p/mutella/Makefile +++ b/net-p2p/mutella/Makefile @@ -6,13 +6,13 @@ # PORTNAME= mutella -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.5 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mutella -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gavin.atkinson@ury.york.ac.uk COMMENT= A command line Gnutella client MAN1= mutella.1 @@ -22,10 +22,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/mutella/distinfo b/net-p2p/mutella/distinfo index cc54d8fdd7eb..4b34bd39d494 100644 --- a/net-p2p/mutella/distinfo +++ b/net-p2p/mutella/distinfo @@ -1,2 +1,2 @@ -MD5 (mutella-0.4.3.tar.gz) = 3fc7b649967dc722cd93532c2d043db1 -SIZE (mutella-0.4.3.tar.gz) = 425040 +MD5 (mutella-0.4.5.tar.gz) = 1a676eacf562e3b8de90493f99fe059c +SIZE (mutella-0.4.5.tar.gz) = 471839 diff --git a/net-p2p/mutella/pkg-plist b/net-p2p/mutella/pkg-plist index 6b01581d5ed5..e3b6ba5f31cc 100644 --- a/net-p2p/mutella/pkg-plist +++ b/net-p2p/mutella/pkg-plist @@ -1,4 +1,5 @@ bin/mutella +bin/mutella_sio share/mutella/remote/template/modules/connections.html share/mutella/remote/template/modules/header-start.html share/mutella/remote/template/modules/sortby.html @@ -23,6 +24,9 @@ share/mutella/remote/template/images/blip-blue.gif share/mutella/remote/template/images/blip-gray.gif share/mutella/remote/template/images/blip-green.gif share/mutella/remote/template/images/blip-red.gif +share/mutella/remote/template/images/bullet-yellow-12x12.gif +share/mutella/remote/template/images/bullet-red-12x12.gif +share/mutella/remote/template/images/bullet-pale-yellow-12x12.gif share/mutella/remote/template/images/clear-16x16.gif share/mutella/remote/template/images/clear-32x32.gif share/mutella/remote/template/images/connections-64x64.gif @@ -46,6 +50,7 @@ share/mutella/remote/template/images/status-64x64.gif share/mutella/remote/template/images/stop-16x16.gif share/mutella/remote/template/images/stop-32x32.gif share/mutella/remote/template/images/transfers-64x64.gif +share/mutella/remote/template/confirm.html share/mutella/remote/template/connections.html share/mutella/remote/template/edit.html share/mutella/remote/template/index.html @@ -58,9 +63,12 @@ share/mutella/remote/template/modules/results-grouped-body.html share/mutella/remote/template/modules/results-grouped-head.html share/mutella/remote/template/modules/results-ungrouped-body.html share/mutella/remote/template/modules/results-ungrouped-head.html +share/mutella/remote/template/overview.html share/mutella/remote/template/results.html share/mutella/remote/template/searches.html +share/mutella/remote/template/settings.html share/mutella/remote/template/transfers.html +share/mutella/remote/template/varhelp.html @dirrm share/mutella/remote/template/modules @dirrm share/mutella/remote/template/images @dirrm share/mutella/remote/template |