The port fails to build if make(1) is a descendant of ccl and inherits CCL_DEFAULT_DIRECTORY. How-To-Repeat: $ export CCL_DEFAULT_DIRECTORY=/nonexistent $ make $ export CCL_DEFAULT_DIRECTORY= # null value $ make
Responsible Changed From-To: freebsd-ports-bugs->olgeni Over to maintainer (via the GNATS Auto Assign Tool)
olgeni 2011-10-10 10:35:03 UTC FreeBSD ports repository Modified files: lang/ccl Makefile Log: Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else the build would fail. PR: ports/161416 Submitted by: Nali Toja <nalitoja gmail com> Revision Changes Path 1.11 +3 -3 ports/lang/ccl/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. Thanks!