Bug 174563

Summary: [patch] fix devel/valgrind on 9-amd64 with WITHOUT_LIB32
Product: Ports & Packages Reporter: 4721 <4721>
Component: Individual Port(s)Assignee: Bryan Drewery <bdrewery>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description 4721@hushmail.com 2012-12-19 04:40:00 UTC
the devel/valgrind port checks for the existence of /usr/lib32 to see if to build the 32-bit section or not. freebsd 9 adds this directory to the mtree directory lists, so it will always exist and even get recreated if removed. changing the test to check for a file inside /usr/lib32/ fixes the test and the port successfully builds on 9-amd64 with WITHOUT_LIB32

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-19 04:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2012-12-19 05:09:26 UTC
State Changed
From-To: open->closed

Fixed, thanks!