From ga9@buffy.york.ac.uk  Mon Sep 13 23:03:02 2004
Return-Path: <ga9@buffy.york.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6B4A16A50C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2004 23:03:02 +0000 (GMT)
Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C804543D41
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2004 23:03:01 +0000 (GMT)
	(envelope-from ga9@buffy.york.ac.uk)
Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160])
	by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id i8DN2xlo012235
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 00:02:59 +0100 (BST)
Received: from buffy.york.ac.uk (localhost [127.0.0.1])
	by buffy.york.ac.uk (8.13.1/8.12.11) with ESMTP id i8DN2xvp062482
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 00:02:59 +0100 (BST)
	(envelope-from ga9@buffy.york.ac.uk)
Received: (from ga9@localhost)
	by buffy.york.ac.uk (8.13.1/8.12.11/Submit) id i8DN2x9U062481;
	Tue, 14 Sep 2004 00:02:59 +0100 (BST)
	(envelope-from ga9)
Message-Id: <200409132302.i8DN2x9U062481@buffy.york.ac.uk>
Date: Tue, 14 Sep 2004 00:02:59 +0100 (BST)
From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Reply-To: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix build of net/mutella on CURRENT and upgrade to 0.4.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 23:10:25 GMT 2004
>Closed-Date:    Thu Oct 14 09:41:52 GMT 2004
>Last-Modified:  Thu Oct 14 09:41:52 GMT 2004
>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:

From: gavin.atkinson@ury.york.ac.uk
To: freebsd-gnats-submit@FreeBSD.org, gavin.atkinson@ury.york.ac.uk
Cc:  
Subject: Re: ports/71713: Fix build of net/mutella on CURRENT
Date: Tue, 21 Sep 2004 00:45:25 +0100 (BST)

 Oops, the patch in the PR did not include the updated checksum and size
 in distinfo.  The patch at
 http://www.devrandom.co.uk/freebsd/mutella.diff has been updated to include
 this change, fully reverts revision 1.13 (marking the port BROKEN by kris),
 and sets the MAINTAINER to myself.
 
 The original patch in the PR should be ignored.
 
 Gavin
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Oct 14 09:41:50 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71713 
>Unformatted:
