svn commit: r364858 - head/net/libpcap
Ryan Steinmetz
zi at FreeBSD.org
Thu Aug 14 17:19:59 UTC 2014
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 <bsd.port.post.mk>
More information about the svn-ports-head
mailing list