pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/argus Remove inet6 option now that fping6 has been...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4957aeb3b743
branches: trunk
changeset: 354576:4957aeb3b743
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 03 01:23:42 2016 +0000
description:
Remove inet6 option now that fping6 has been merged into fping.
diffstat:
net/argus/Makefile | 3 +--
net/argus/options.mk | 12 ------------
2 files changed, 1 insertions(+), 14 deletions(-)
diffs (31 lines):
diff -r a2d1e48f8fc9 -r 4957aeb3b743 net/argus/Makefile
--- a/net/argus/Makefile Thu Nov 03 00:07:52 2016 +0000
+++ b/net/argus/Makefile Thu Nov 03 01:23:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:40 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2016/11/03 01:23:42 wiz Exp $
DISTNAME= argus-3.7
PKGREVISION= 3
@@ -60,5 +60,4 @@
post-install:
(cd ${DESTDIR}${PREFIX}/share/examples/argus; chmod 755 . perl gcache gdata)
-.include "options.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a2d1e48f8fc9 -r 4957aeb3b743 net/argus/options.mk
--- a/net/argus/options.mk Thu Nov 03 00:07:52 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2012/06/12 15:45:59 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.argus
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= fping6-[0-9]*:../../net/fping6
-DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
-.endif
Home |
Main Index |
Thread Index |
Old Index