cvs commit: ports/Tools/portbuild/scripts buildscript
Kris Kennaway
kris at FreeBSD.org
Wed Jul 14 03:19:13 PDT 2004
kris 2004-07-14 10:19:12 UTC
FreeBSD ports repository
Modified files:
Tools/portbuild/scripts buildscript
Log:
* Add a cleanup() function and use it so that we archive the ${WRKDIR}
if requested (".keep" file in the port directory), no matter where
we fail.
* Add package dependencies before the corresponding build stage
(e.g. FETCH_DEPENDS before 'make fetch'), and remove them again
afterwards. This allows us to catch ports that list their
dependencies too early/late.
* No need to check for set[ug]id files here, the security-check target
in bsd.port.mk does it for us.
* Exclude some more directories and files from showing up in the mtree
before/after comparison, to trim down the false-positive in the
pkg-plist check.
* Other minor changes
Revision Changes Path
1.16 +122 -68 ports/Tools/portbuild/scripts/buildscript
More information about the cvs-all
mailing list