[Bug 208294] [exp-run] Add CONFIGURE_OUTSOURCE support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 26 19:47:06 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208294
--- Comment #4 from Jan Beich <jbeich at FreeBSD.org> ---
It's actually under ${WRKDIR}/.build like USES=cmake:outsource.
# after bug 208309
$ make -V CONFIGURE_WRKSRC
/usr/ports/lang/gcc/work/.build
$ make -V WRKSRC
/usr/ports/lang/gcc/work/gcc-4.8.5
Thanks for feedback. To avoid confusion I'll replace the illustration in
CHANGES with
$ mkdir ../.build
$ cd ../.build
$ ${OLDPWD}/configure
$ gmake
$ gmake install
and convert/include lang/gcc* patches here for exp-run.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list