libpcap: Update to 1.10.5Changes: https://git.tcpdump.org/libpcap/blob/bbcbc9174df3298a854daee2b3e666a4b6e5383a:/CHANGESReviewed by: emasteObtained from: https://www.tcpdump.org/release/libpcap-1
libpcap: Update to 1.10.5Changes: https://git.tcpdump.org/libpcap/blob/bbcbc9174df3298a854daee2b3e666a4b6e5383a:/CHANGESReviewed by: emasteObtained from: https://www.tcpdump.org/release/libpcap-1.10.5.tar.gzSponsored by: The FreeBSD Foundation(cherry picked from commit afdbf109c6a661a729938f68211054a0a50d38ac)(cherry picked from commit ecb75be376a3e18d3e4836b6ee07015264784694)(cherry picked from commit f0bcebe67ef6cf9f104535d6cd9f151c1b61dd6a)(cherry picked from commit 34aa6f2c2db5cc9655f201a1ef01adbb9fb484d5)
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
libpcap: Update PACKAGE_VERSION definition to 1.10.4Reviewed by: kpFixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)Fixes: dd744a896be3 (libpcap: Update to 1.10.4)Sponsored by
libpcap: Update PACKAGE_VERSION definition to 1.10.4Reviewed by: kpFixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)Fixes: dd744a896be3 (libpcap: Update to 1.10.4)Sponsored by: The FreeBSD Foundation
libpcap: Update PACKAGE_STRING to 1.10.4Reviewed by: emasteFixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)Fixes: dd744a896be3 (libpcap: Update to 1.10.4)Sponsored by: The FreeBSD FoundationDi
libpcap: Update PACKAGE_STRING to 1.10.4Reviewed by: emasteFixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)Fixes: dd744a896be3 (libpcap: Update to 1.10.4)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D40295
libpcap: Update to 1.10.3Local changes:- In contrib/libpcap/pcap/bpf.h, do not include pcap/dlt.h. Our system net/dlt.h is pulled in from net/bpf.h.- sys/net/dlt.h: Incorporate changes from l
libpcap: Update to 1.10.3Local changes:- In contrib/libpcap/pcap/bpf.h, do not include pcap/dlt.h. Our system net/dlt.h is pulled in from net/bpf.h.- sys/net/dlt.h: Incorporate changes from libpcap 1.10.3.- lib/libpcap/Makefile: Update for libpcap 1.10.3.Changelog: https://git.tcpdump.org/libpcap/blob/95691ebe7564afa3faa5c6ba0dbd17e351be455a:/CHANGESReviewed by: emasteObtained from: https://www.tcpdump.org/release/libpcap-1.10.3.tar.gzSponsored by: The FreeBSD Foundation
MFV r353141 (by phillip):Update libpcap from 1.9.0 to 1.9.1.MFC after: 2 weeks
Install missing pcap(3) manual pages and add missing manpagesection substitutions.Submitted by: Martin Beran <[email protected]>PR: 237893MFC after: 1 weekSponsored by: Mellanox Technologies
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDi
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22494
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etccan be set in local.dirdeps-options.mkwhich can add to those set in Makefile.depend.optionsSee share/mk/dirdeps-options.mkReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22469
pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and r
pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by: bapt, gjbDifferential Revision: https://reviews.freebsd.org/D21506
Remove redundant header file from source list in libpcap.MFC after: 3 weeksSponsored by: Mellanox Technologies
MFV r333789: libpcap 1.9.0 (pre-release)MFC after: 1 monthSponsored by: Mellanox Technologies
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Stop installing pcap-int.h, which is the internal interface for libpcap.Reference: https://github.com/the-tcpdump-group/libpcap/issues/560PR: 217221
Remove compatibility with old libpcap.Differential Revision: https://reviews.freebsd.org/D9606
MFV r313676: libpcap 1.8.1MFC after: 1 month
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after: 3 weeksSponsored by: Dell EMC Isilon
libpcap: replace comma with semicolon when pertinent.Uses of commas instead of a semicolons can easily go undetected. The commacan serve as a statement separator but this shouldn't be abused when
libpcap: replace comma with semicolon when pertinent.Uses of commas instead of a semicolons can easily go undetected. The commacan serve as a statement separator but this shouldn't be abused whenstatements are meant to be standalone.Detected with devel/coccinelle following a hint from DragonFlyBSD.MFC after: 1 month
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supportsskipping 'make depend'.Sponsored by: EMC / Isilon Storage Division
First pass through library packaging.Sponsored by: The FreeBSD Foundation
META MODE: Don't create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln
META MODE: Don't create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile. There's no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by: EMC / Isilon Storage Division
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.This both avoids some dependencies on xinstall.host and allowsbootstrapping on older releases to work due to lack of
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.This both avoids some dependencies on xinstall.host and allowsbootstrapping on older releases to work due to lack of at least 'install -l'support.Sponsored by: EMC / Isilon Storage Division
Revert r284417 it is not necessary anymore
Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This ma
Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by: many
1234