As reported by Kris Kennaway: As you may know, one of the major projects we are working on in the ports community is the push to incorporate Xorg 7.x. As part of this change, X is moving from /usr/X11R6 into /usr/local. This means that all ports that use X need to be flexible enough to deal with X being in a new location. Unfortunately, your port is not currently compliant; when your port and everything else is compiled with a nonstandard X11BASE (see below), your port fails to compile. This is probably because it "knows" that X11 files live in /usr/X11R6 and nowhere else. Can you please investigate this as a matter of priority, and submit a PR with the fixes when you are ready? Fix: Please consider the following patch: How-To-Repeat: See log on pointyhat.
Responsible Changed From-To: freebsd-ports-bugs->thierry Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
thierry 2006-12-10 11:05:42 UTC FreeBSD ports repository Modified files: net/mpich Makefile Log: Respect $X11BASE. PR: 105844 Approved by: maintainer's time-out Revision Changes Path 1.46 +5 -0 ports/net/mpich/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, after maintainer's time-out.