Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2004 00:02:59 +0100 (BST)
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71713: Fix build of net/mutella on CURRENT and upgrade to 0.4.5
Message-ID:  <200409132302.i8DN2x9U062481@buffy.york.ac.uk>
Resent-Message-ID: <200409132310.i8DNAQAv036670@freefall.freebsd.org>

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

>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@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:



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