Lines Matching refs:syspkg
35 # Registers a syspkg in the database directory,
53 # When -f is set: If the desired syspkg already exists, it is overwritten.
54 # When -u is set: If the desired syspkg already exists, it might be
56 # or newer than the files that belong to the syspkg.
57 # When neither -u nor -f are set: It's an error for the desired syspkg
188 # syspkgs. It defaults to ${DESTDIR}/var/db/syspkg, but can be
192 # set in .../distrib/syspkg/mk/bsd.syspkg.mk.
194 SYSPKG_DB_TOPDIR="${SYSPKG_DBDIR:-${PKG_DBDIR:-${DESTDIR}/var/db/syspkg}}"
270 # Various ways of getting parts of the syspkg version number:
378 # choose_version_number() chooses the syspkg version number,
379 # by concatenating several components (OS version, syspkg "tiny"
490 # register_syspkg() registers the syspkg in ${SYSPKG_DB_TOPDIR}.
540 echo >&2 "${WARNING}${pkg} depends on '${pkgdep}' but there is no matching syspkg in ${SYSPKG_DB_TOPDIR}"
645 # ${DESTDIR}/var/db/syspkg/*/+CONTENTS".
845 which should be part of the ${pkg} syspkg:
855 should be in the ${pkg} syspkg, but something is wrong:
906 # do_register_syspkg() registers the syspkg if appropriate.