Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
pkgbase: Add a FreeBSD-pkg-bootstrap packageAnd put pkg and its keys in it.It's easier for small image to depend on this package rather than thelarger utilities one.MFC after: 2 weeksSponsored
pkgbase: Add a FreeBSD-pkg-bootstrap packageAnd put pkg and its keys in it.It's easier for small image to depend on this package rather than thelarger utilities one.MFC after: 2 weeksSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D33458
show more ...
pkgbase: Add the pkg trusted keys to the FreeBSD-utilities package
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targe
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targets/ to do so. Abetter approach will be to either include the SUBDIR Makefiles directlyand map to DIRDEPS or just dynamically lookup the SUBDIR. These losethe benefit of having a userland/lib, userland/libexec, etc, though andresults in a massive package. The current implementation of targets/ isvery unmaintainable.Currently rescue/rescue and sys/modules are still not connected.Sponsored by: EMC / Isilon Storage Division
META MODE: These need object directories to handle staging.Sponsored by: EMC / Isilon Storage Division
Use more appropriate ${SHAREDIR} rather than /usr/share.MFC after: 2 weeksSponsored by: EMC / Isilon Storage Division
Remove scary comment about this being a test key.There has been no need to regenerate the signing key.Reported by: matApproved by: bapt (mentor)MFC after: 3 days
Move /etc/keys to /usr/share/keys where users are less likely to modify them.Requested by: secteam (cperciva, des)Approved by: bapt