Summary: | [patch] devel/ccache: relax EXTRA_COMPILERS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pan Tsu <inyaoo> | ||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pan Tsu
2011-07-14 13:10:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool) Pan Tsu <inyaoo@gmail.com> writes: > - restore EXTRA_COMPILERS to the list of known compilers[2] Oops, EXTRA_COMPILERS, the make variable A more short example that used to work $ ln -s /usr/bin/gcc /path/to/foo/foo $ export PATH=$CCACHE:/path/to/foo:$PATH $ make install EXTRA_COMPILERS="foo" $ CCACHE_LOGFILE=/dev/tty foo blah.c ehaupt 2011-08-03 18:17:53 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files ccache-update-links.sh.in Log: Restore the possibility to define EXTRA_COMPILERS which must reside in $PATH. PR: 158888 Submitted by: Pan Tsu <inyaoo@gmail.com> Revision Changes Path 1.63 +2 -0 ports/devel/ccache/Makefile 1.2 +2 -2 ports/devel/ccache/files/ccache-update-links.sh.in _______________________________________________ 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 Sorry for the delay. Committed, thanks! |