From owner-svn-ports-head@FreeBSD.ORG Thu Aug 14 17:19:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA37F98B; Thu, 14 Aug 2014 17:19:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 96D7423F0; Thu, 14 Aug 2014 17:19:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7EHJxXT001220; Thu, 14 Aug 2014 17:19:59 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7EHJxnL001219; Thu, 14 Aug 2014 17:19:59 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201408141719.s7EHJxnL001219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 14 Aug 2014 17:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364858 - 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.18-1 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, 14 Aug 2014 17:19:59 -0000 Author: zi Date: Thu Aug 14 17:19:59 2014 New Revision: 364858 URL: http://svnweb.freebsd.org/changeset/ports/364858 QAT: https://qat.redports.org/buildarchive/r364858/ Log: - Remove MLINKS as this port is staged - Do not try to link against dbus if it is installed - Do not bump PORTREVISION as this should be a pkg no-op Modified: head/net/libpcap/Makefile Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Thu Aug 14 17:04:30 2014 (r364857) +++ head/net/libpcap/Makefile Thu Aug 14 17:19:59 2014 (r364858) @@ -20,18 +20,6 @@ MANPREFIX= ${PREFIX}/share PKGMESSAGE= ${FILESDIR}/pkg-message-base .endif - -MLINKS= pcap_datalink_val_to_name.3 \ - pcap_datalink_val_to_description.3 \ - pcap_dump_open.3 pcap_dump_fopen.3 \ - pcap_geterr.3 pcap_perror.3 \ - pcap_inject.3 pcap_sendpacket.3 \ - pcap_loop.3 pcap_dispatch.3 \ - pcap_major_version.3 pcap_minor_version.3 \ - pcap_next_ex.3 pcap_next.3 \ - pcap_open_offline.3 pcap_fopen_offline.3 \ - pcap_setnonblock.3 pcap_getnonblock.3 - PLIST_FILES+= bin/pcap-config \ include/pcap/bluetooth.h \ include/pcap/bpf.h \ @@ -148,4 +136,6 @@ CFLAGS+= -DHAVE_DEVICE_CLONING=1 CFLAGS+= -fPIC .endif +CONFIGURE_ARGS+= --enable-dbus=no + .include