Bug 174563 - [patch] fix devel/valgrind on 9-amd64 with WITHOUT_LIB32
Summary: [patch] fix devel/valgrind on 9-amd64 with WITHOUT_LIB32
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 04:40 UTC by 4721@hushmail.com
Modified: 2012-12-19 05:09 UTC (History)
0 users

See Also:


Attachments
file.diff (397 bytes, patch)
2012-12-19 04:40 UTC, 4721@hushmail.com
no flags Details | Diff

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