aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2018-01-20 00:51:39 +0000
committerDon Lewis <truckman@FreeBSD.org>2018-01-20 00:51:39 +0000
commitd09ecf81bad302fa846ad94b33fc34975b378fd0 (patch)
tree7db460f7238c964d6bcbbeaf0ba276ccc190db9d /UPDATING
parent185dad80df5abbf954aa78f6a1ba7daa316384de (diff)
downloadports-d09ecf81bad302fa846ad94b33fc34975b378fd0.tar.gz
ports-d09ecf81bad302fa846ad94b33fc34975b378fd0.zip
Remove the CCACHE option and other ccache code from the Makefile
and use the ccache code in the ports framework handle all of the details. Don't prepend ${WRKSRC}/solenv/bin to PATH in CONFIGURE_ENV since it is no longer needed and blocks the framework from adding CCACHE_WRAPPER_PATH to PATH in CONFIGURE_ENV and MAKE_ENV. Sanitize MAKE_ENV and export it to the build, similar to what is done by the default do-build target. This passes CCACHE_DIR and HOME (set to WRKDIR) to the build, so the $HOME override in r459363 is no longer needed. We need to remove the CPPFLAGS setting from MAKE_ENV before exporting to the build because it breaks the build of the bundled icu module. CFLAGS and CXXFLAGS are also removed because they would interfere with the carefully constructed compiler flags set by the port. The include paths are already handled by the port, and the port also modifies the optmization flags for some files to work around compiler bugs. While here, remove files/generate.pl since it has been obsolete for a long while. No PORTREVISION bump since the package should be unchanged. PR: 224276
Notes
Notes: svn path=/head/; revision=459491
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions