Bug 123711 - [PATCH] Fix build of devel/valgrind on 7.x
Summary: [PATCH] Fix build of devel/valgrind on 7.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 20:10 UTC by Xin LI
Modified: 2008-05-17 20:05 UTC (History)
1 user (show)

See Also:


Attachments
valgrind-7.diff (723 bytes, patch)
2008-05-15 20:10 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!