Right now the Ports Collection machinery passes CC and CXX and their flags as part of CONFIGURE_ENV and MAKE_ENV, alas not CPP which very well may depend on the compiler chosen. And indeed Mk/bsd.gcc.mk now sets CPP properly in the case of USE_GCC. Fix: The patch below should address this by adding CPP in both places. To make the two invocations symmetric, the order of variables in the former now matches the one of the latter.
Responsible Changed From-To: freebsd-ports-bugs->portmgr bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Take for -exp run
erwin 2010-10-25 18:36:56 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: - Pass CPP to CONFIGURE_ENV and MAKE_ENV [1] - fix fetch-required-list output [2] PR: 151047 [1], 145955 [2] Submitted by: gerald [1], Martin Simmons <martin@lispworks.com> [2] Revision Changes Path 1.651 +5 -4 ports/Mk/bsd.port.mk _______________________________________________ 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: analyzed->closed Committed, thanks!