CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/06/24 08:34:16
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
optimize newwantlib:
- if _DEPRUNLIB is empty, there's no need for any computation since the
result will be empty.
- zap the loop on _LIB4* for port-wantlib-args, as run-dir-depends already
grabs them.
- expose wantlib_args and corresponding targets for pkg_create to take
advantage of.
- add a dirty way for developers to waive the fake vs. ports check (PLEASE
use with EXTRA CAUTION).