Bug 71713

Summary: Fix build of net/mutella on CURRENT and upgrade to 0.4.5
Product: Ports & Packages Reporter: Gavin Atkinson <gavin.atkinson>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gavin Atkinson 2004-09-14 00:10:25 UTC
	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.

Fix: (Patch also available at http://www.devrandom.co.uk/freebsd/mutella.diff )
How-To-Repeat: 	On a 5-CURRENT box:
	cd /usr/ports/net/mutella && make all
Comment 1 Gavin Atkinson 2004-09-21 00:45:25 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-10-14 10:41:50 UTC
State Changed
From-To: open->closed

Committed, thanks!