From owner-svn-ports-head@freebsd.org Thu Aug 4 18:48:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28074BAEE66; Thu, 4 Aug 2016 18:48:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEFDE19F8; Thu, 4 Aug 2016 18:48:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74Ims3o059607; Thu, 4 Aug 2016 18:48:54 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74Ims3n059604; Thu, 4 Aug 2016 18:48:54 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201608041848.u74Ims3n059604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 4 Aug 2016 18:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419647 - head/net/libpcap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 18:48:56 -0000 Author: garga Date: Thu Aug 4 18:48:54 2016 New Revision: 419647 URL: https://svnweb.freebsd.org/changeset/ports/419647 Log: - 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) Modified: head/net/libpcap/Makefile head/net/libpcap/distinfo head/net/libpcap/pkg-plist Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/Makefile Thu Aug 4 18:48:54 2016 (r419647) @@ -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 capt 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 Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/distinfo Thu Aug 4 18:48:54 2016 (r419647) @@ -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 Modified: head/net/libpcap/pkg-plist ============================================================================== --- head/net/libpcap/pkg-plist Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/pkg-plist Thu Aug 4 18:48:54 2016 (r419647) @@ -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