Date: Sun, 30 Sep 2007 04:01:40 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Message-ID: <200709300401.l8U41fhI082168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
linimon 2007-09-30 04:01:40 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Add an anti-foot-shooting measure that protects against a dependent port being null, resulting in an entire category being depended on. This was seen with missing USE_PERL5 definitions, for which there is now a test; however, it could theoretically be tripped over by other bad port Makefiles. Since the failure mode is painful and seems unrelated to the lack of the definition (the build will fail at some random point within that entire category), IMHO it's worth the complexity tradeoff to put this in. Revision Changes Path 1.587 +5 -1 ports/Mk/bsd.port.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709300401.l8U41fhI082168>