DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is too pedantic, so give up on that point.Submitted by: Jan Schaumann <[email protected]>Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded l
Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by: The FreeBSD Foundation
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
/*- or .\"- or #- to begin license clauses.
Remove clause 3 from the UCB licenses.OK'ed by: imp, core
Quiet warnings about copyright[].
The .Nm utility
Consistently use FBSDID
Correct History: sync(8) appeared in V4.
o __P has been reovedo Old-style K&R declarations have been converted to new C89 styleo register has been removedo prototype for main() has been removed (gcc3 makes it an error)o int main(int arg
o __P has been reovedo Old-style K&R declarations have been converted to new C89 styleo register has been removedo prototype for main() has been removed (gcc3 makes it an error)o int main(int argc, char *argv[]) is the preferred main definition.o Attempt to not break style(9) conformance for declarations more than they already are.o Change int foo() { ... to int foo(void) { ...
Default to WARNS=2. Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by: mike
mdoc(7) police: removed HISTORY info from the .Os call.
WARNS= -> WARNS?=Submitted by: Mike Barcroft <[email protected]>
<stdlib.h> is needed for exit(3) when building with -fno-builtin.
Spelling police: insure -> ensurePR: 27600Submitted by: Iain Templeton <[email protected]>
Silence WARNS=2 and BDECFLAGS on alpha and i386MFC after: 1 week
MAN[1-9] -> MAN.
mdoc(7) police: use the new features of the Nm macro.
12