cvs commit: ports/Mk bsd.port.mk
Mark Linimon
linimon at FreeBSD.org
Sat Sep 29 21:01:42 PDT 2007
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
More information about the cvs-all
mailing list