Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-09 | Reduced the number of complicated regexp substitutions by introducing an | rillig | 1 | -12/+15 | |
intermediate .for variable. Fail gracefully if a dependency directory does not exist. | |||||
2004-10-06 | _DEPENDS.${_path_} can contain more than one dependency pattern, so split | jlam | 1 | -2/+4 | |
along whitespace when appending ":../../category/pkgdir". Fixes problem noticed when running "make show-depends-dirs". | |||||
2004-10-05 | Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk so | jlam | 1 | -0/+123 | |
that all of pkgsrc can benefit from removing redundant dependencies. The code is encapsulated in a new file reduce-depends.mk which is included by bsd.pkg.mk after all dependencies have been specified. |