pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wireshark drop dependency on net-snmp, add one on ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb0d34a54fe4
branches: trunk
changeset: 543140:eb0d34a54fe4
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Jun 05 19:31:21 2008 +0000
description:
drop dependency on net-snmp, add one on libsmi -- this makes
SNMP OID decoding work
bump PKGREVISION
diffstat:
net/wireshark/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 8f3cd6f8e0c9 -r eb0d34a54fe4 net/wireshark/Makefile
--- a/net/wireshark/Makefile Thu Jun 05 19:29:46 2008 +0000
+++ b/net/wireshark/Makefile Thu Jun 05 19:31:21 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2008/05/25 20:49:39 tron Exp $
+# $NetBSD: Makefile,v 1.22 2008/06/05 19:31:21 drochner Exp $
DISTNAME= wireshark-1.0.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.wireshark.org/download/src/ \
${MASTER_SITE_SOURCEFORGE:=wireshark/}
@@ -22,7 +23,6 @@
CONFIGURE_ARGS+= --enable-static=no
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
-CONFIGURE_ARGS+= --with-net-snmp
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre}
@@ -43,7 +43,7 @@
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
-.include "../../net/net-snmp/buildlink3.mk"
+.include "../../devel/libsmi/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index