ports/71713: Fix build of net/mutella on CURRENT and upgrade to 0.4.5

Gavin Atkinson gavin.atkinson at ury.york.ac.uk
Mon Sep 13 23:10:26 UTC 2004


>Number:         71713
>Category:       ports
>Synopsis:       Fix build of net/mutella on CURRENT and upgrade to 0.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 23:10:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 5.3-BETA2 i386
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 5.3-BETA2 FreeBSD 5.3-BETA2 #9: Mon Sep 6 15:59:27 BST 2004 root at buffy.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	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.

>How-To-Repeat:
	On a 5-CURRENT box:
	cd /usr/ports/net/mutella && make all
>Fix:

	(Patch also available at http://www.devrandom.co.uk/freebsd/mutella.diff )

--- ports/net/mutella.old/Makefile	Mon Sep 13 20:00:30 2004
+++ ports/net/mutella/Makefile	Mon Sep 13 23:40:10 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mutella
-PORTVERSION=	0.4.3
+PORTVERSION=	0.4.5
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -23,9 +23,5 @@
 		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>

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



More information about the freebsd-ports-bugs mailing list