Remove remnants of portsnap(8)This was prompted by noticing that '/var/db/portsnap' still exists onnewly-installed machines.With this change, all mentions of portsnap(8) in the tree are gone,ex
Remove remnants of portsnap(8)This was prompted by noticing that '/var/db/portsnap' still exists onnewly-installed machines.With this change, all mentions of portsnap(8) in the tree are gone,except for the historical note in the AUTHORS section of manpagephttpget(8).locate(1) will thus start indexing again '/var/db/portsnap' on machineswhere this directory still exists, which may be a good way to pushadministrators to delete it.Reviewed by: cpercivaApproved by: emaste (mentor)MFC after: 3 daysSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45023(cherry picked from commit 9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb)ObsoleteFiles.inc: Remove /var/db/portsnapThis is a followup to commit "Remove remnants of portsnap(8)"(9b30b96c1fa4). I wasn't aware of OLD_DIRS.Approved by: markj (mentor)MFC after: 1 dayMFC with: 9b30b96c1fa4Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45023(cherry picked from commit 54bbcc09a72b5d7a581f51416c9e635a33c2f884)Approved by: markj (mentor)
show more ...
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
phttpget: move out of portsnapCurrently, WITHOUT_PORTSNAP forces WITHOUT_FREEBSD_UPDATE because thelatter relies on phttpget, which lives inside the portsnap build bits.Remove the dependency bet
phttpget: move out of portsnapCurrently, WITHOUT_PORTSNAP forces WITHOUT_FREEBSD_UPDATE because thelatter relies on phttpget, which lives inside the portsnap build bits.Remove the dependency between these two options by moving phttpget out into^/libexec and building/installing it if either WITH_PORTSNAP orWITH_FREEBSD_UPDATE.Future work could remove the conditional if it's decided that users will useit independently of either the current in-base consumers.Reported by: swillsReviewed by: jilles, emasteMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D26255