From owner-svn-ports-all@freebsd.org Fri Oct 28 11:09:20 2016 Return-Path: Delivered-To: svn-ports-all@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 C2B05C2490F; Fri, 28 Oct 2016 11:09:20 +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 77EC73DD; Fri, 28 Oct 2016 11:09:20 +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 u9SB9J6c092839; Fri, 28 Oct 2016 11:09:19 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SB9J1G092836; Fri, 28 Oct 2016 11:09:19 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201610281109.u9SB9J1G092836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 28 Oct 2016 11:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424823 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 11:09:20 -0000 Author: garga Date: Fri Oct 28 11:09:19 2016 New Revision: 424823 URL: https://svnweb.freebsd.org/changeset/ports/424823 Log: - Update net/libpcap to 1.8.1 - Simplify Makefile - Sort pkg-plist using make makeplist 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 Fri Oct 28 10:48:25 2016 (r424822) +++ head/net/libpcap/Makefile Fri Oct 28 11:09:19 2016 (r424823) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -20,6 +19,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex +CFLAGS_amd64= -fPIC +CFLAGS_sparc64= -fPIC PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DAG IPV6 @@ -30,10 +31,4 @@ IPV6_CONFIGURE_ENABLE= ipv6 DAG_CONFIGURE_WITH= dag DAG_LDFLAGS= -L${LOCALBASE}/lib -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -CFLAGS+= -fPIC -.endif - -.include +.include Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Fri Oct 28 10:48:25 2016 (r424822) +++ head/net/libpcap/distinfo Fri Oct 28 11:09:19 2016 (r424823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470137886 -SHA256 (libpcap-1.8.0.tar.gz) = f47b51533f9f060afb304010ea5cbf51d032707333bca70c36351d255754659c -SIZE (libpcap-1.8.0.tar.gz) = 683150 +TIMESTAMP = 1477480513 +SHA256 (libpcap-1.8.1.tar.gz) = 673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e +SIZE (libpcap-1.8.1.tar.gz) = 739163 Modified: head/net/libpcap/pkg-plist ============================================================================== --- head/net/libpcap/pkg-plist Fri Oct 28 10:48:25 2016 (r424822) +++ head/net/libpcap/pkg-plist Fri Oct 28 11:09:19 2016 (r424823) @@ -4,6 +4,7 @@ include/pcap-namedb.h include/pcap.h include/pcap/bluetooth.h include/pcap/bpf.h +include/pcap/can_socketcan.h include/pcap/dlt.h include/pcap/export-defs.h include/pcap/ipnet.h @@ -15,8 +16,8 @@ include/pcap/usb.h include/pcap/vlan.h lib/libpcap.a lib/libpcap.so -lib/libpcap.so.%%PORTVERSION%% lib/libpcap.so.1 +lib/libpcap.so.%%PORTVERSION%% man/man1/pcap-config.1.gz man/man3/pcap.3.gz man/man3/pcap_activate.3.gz