summaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-11-01 14:53:29 +0000
committeradam <adam@pkgsrc.org>2016-11-01 14:53:29 +0000
commitf80f816f99a1db131fdd5872d2df60d0a26ff156 (patch)
tree9657533a5c6307e14c5c5b1c1ce92e22389c5f55 /net/fping/Makefile
parentad7f217bfbe7735ed5b91f61b4b4106bba0446ed (diff)
downloadpkgsrc-f80f816f99a1db131fdd5872d2df60d0a26ff156.tar.gz
Changes 3.13:
* Fix ICMP errors sometimes causing crashes with fping >= 3.11
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 84d9c24b49c..f0d8c78caa1 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/05/09 15:28:53 sborrill Exp $
+# $NetBSD: Makefile,v 1.15 2016/11/01 14:53:29 adam Exp $
-DISTNAME= fping-3.10
+DISTNAME= fping-3.13
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/
@@ -8,8 +8,12 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.fping.org/
COMMENT= Quickly ping many hosts w/o flooding the network
-GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-ipv4
+GNU_CONFIGURE= yes
SPECIAL_PERMS+= sbin/fping ${SETUID_ROOT_PERMS}
+SPECIAL_PERMS+= sbin/fping6 ${SETUID_ROOT_PERMS}
+
+.include "options.mk"
.include "../../mk/bsd.pkg.mk"