Bug 123711

Summary: [PATCH] Fix build of devel/valgrind on 7.x
Product: Ports & Packages Reporter: Xin LI <delphij>
Component: Individual Port(s)Assignee: Simon Barner <barner>
Status: Closed FIXED    
Severity: Affects Only Me CC: barner
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
valgrind-7.diff none

Description Xin LI freebsd_committer freebsd_triage 2008-05-15 20:10:03 UTC
	The current valgrind version is using something that newer gcc versions will not be
happy with.  The proposed patch would force gcc 3.4 while building, I think we do not want
to dig further on this version of valgrind because there is a new version available.

How-To-Repeat: 	Currently marked BROKEN on 7.x.  Technically I think the usage of 700000 was wrong,
perhaps 700042 would be a better number.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-15 20:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Simon Barner freebsd_committer freebsd_triage 2008-05-17 20:05:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!