Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
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
show more ...
libexec: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.R
libexec: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/Sponsored by: Netflix
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