Hi Brooks, the recent changes to clang 2.8's files/* appear to have broken scan-build, which cannot find its sorttables.js in %%DATADIR%%. It appears as though we needed to add an additional transformation from %%DATADIR%% to ${DATADIR} - which is done by my patch below. Please commit, or allow me to do that, ASAP. Port maintainer (brooks@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: grab some source tarball that uses GNU configure, for instance, fetchmail unpack it scan-build ./configure -C scan-build make -j4 and see the error messages at the end of the output, cannot find sorttables.js.
Responsible Changed From-To: freebsd-ports-bugs->brooks Over to maintainer (via the GNATS Auto Assign Tool)
brooks 2010-10-10 13:05:16 UTC FreeBSD ports repository Modified files: devel/clang Makefile Log: Fix scan-build by actually replacing %%DATADIR%%. PR: ports/151344 Submitted by: Matthias Andree <matthias.andree at gmx.de> Revision Changes Path 1.12 +2 -1 ports/devel/clang/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: open->closed Committed as PORTREVISION 2.