Date: Wed, 14 Jul 2004 10:19:12 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts buildscript Message-ID: <200407141019.i6EAJCjS000601@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407141019.i6EAJCjS000601>
