(t)ftp-proxy: use libpfctlReviewed by: glebiusMFC after: 4 weeksSponsored by: Rubicon Communications, LLC ("Netgate")Differential Revision: https://reviews.freebsd.org/D29641(cherry picked fro
(t)ftp-proxy: use libpfctlReviewed by: glebiusMFC after: 4 weeksSponsored by: Rubicon Communications, LLC ("Netgate")Differential Revision: https://reviews.freebsd.org/D29641(cherry picked from commit 95be9288f01f30a50440ea56d11468a2c6e18fed)
show more ...
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
libexec: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after: 1 monthSponsored by: Dell EMC Isilon
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]>
Make WARNS=6 the default for libexec/.Just like bin/ and sbin/, I think setting WARNS to the highest valuepossible will make it more attractive for people to fix warnings.- The WARNS variable is
Make WARNS=6 the default for libexec/.Just like bin/ and sbin/, I think setting WARNS to the highest valuepossible will make it more attractive for people to fix warnings.- The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens.- New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS.Unfortunately almost all apps in libexec require a lowered value ofWARNS.
Link pf 4.1 to the build: - move ftp-proxy from libexec to usr.sbin - add tftp-proxy - new altq mtag linkApproved by: re (kensmith)