diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-30 09:14:42 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-30 09:14:42 +0800 |
commit | 788ff68ddbecd2f5c2f19924231ce7ed70a3eee5 (patch) | |
tree | 0cf64713df587da063b8f6603a8a314418fd7d22 /net | |
parent | 5f31f90dd66322c80732fe422715a3c49c3c4233 (diff) | |
download | freebsd-ports-gnome-788ff68ddbecd2f5c2f19924231ce7ed70a3eee5.tar.gz freebsd-ports-gnome-788ff68ddbecd2f5c2f19924231ce7ed70a3eee5.tar.zst freebsd-ports-gnome-788ff68ddbecd2f5c2f19924231ce7ed70a3eee5.zip |
Fix build with WITH_CCACHE_BUILD with ports that override PATH via
MAKE_ENV or CONFIGURE_ENV. I.e., don't set PATH in MAKE_ENV twice as
env(1) only takes one, in which case some ports fail to build. One
example is any USES=ada port (such as textproc/xmlada). Instead,
add the ccache path into PATH via := and let it fall into there
via the sourcing port's MAKE_ENV=PATH=...:${PATH} line.
A more comprehensive solution to this could be to add a MACRO/feature
to modify the PATH for all ports without using MAKE_ENV via
something like ADDPATH=...
With hat: portmgr
Tested by: several exp-runs
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions