diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-08-04 18:48:54 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-08-04 18:48:54 +0000 |
commit | bb66768020a0eddadc742009e6fbd55e11573753 (patch) | |
tree | c08d74eb5f654c841954b6524a88bed5e1950126 | |
parent | 1bec1395d97ac7cd576ee3b5808cc7ca70f05120 (diff) |
- Update net/libpcap to 1.8.0
- Force it to use flex from ports since version available on base is not
new enough
Sponsored by: Rubicon Communications (Netgate)
Notes
Notes:
svn path=/head/; revision=419647
-rw-r--r-- | net/libpcap/Makefile | 5 | ||||
-rw-r--r-- | net/libpcap/distinfo | 5 | ||||
-rw-r--r-- | net/libpcap/pkg-plist | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index e4b2522c7768..15290e6ce70d 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.7.4 +PORTVERSION= 1.8.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -11,11 +11,14 @@ COMMENT= Ubiquitous network traffic capture library LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex + GNU_CONFIGURE= yes USES= bison gmake USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf +CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DAG IPV6 diff --git a/net/libpcap/distinfo b/net/libpcap/distinfo index 51d675f6c303..0911159a6074 100644 --- a/net/libpcap/distinfo +++ b/net/libpcap/distinfo @@ -1,2 +1,3 @@ -SHA256 (libpcap-1.7.4.tar.gz) = 7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0 -SIZE (libpcap-1.7.4.tar.gz) = 663021 +TIMESTAMP = 1470137886 +SHA256 (libpcap-1.8.0.tar.gz) = f47b51533f9f060afb304010ea5cbf51d032707333bca70c36351d255754659c +SIZE (libpcap-1.8.0.tar.gz) = 683150 diff --git a/net/libpcap/pkg-plist b/net/libpcap/pkg-plist index e020648f1bd3..726a4541271d 100644 --- a/net/libpcap/pkg-plist +++ b/net/libpcap/pkg-plist @@ -4,6 +4,8 @@ include/pcap-namedb.h include/pcap.h include/pcap/bluetooth.h include/pcap/bpf.h +include/pcap/dlt.h +include/pcap/export-defs.h include/pcap/ipnet.h include/pcap/namedb.h include/pcap/nflog.h |