aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkbyanc <kbyanc@FreeBSD.org>2003-05-20 06:57:59 +0800
committerkbyanc <kbyanc@FreeBSD.org>2003-05-20 06:57:59 +0800
commit0e332e5dd5d3527834fd01dfa115769074cba26b (patch)
treee4a72f3a3e8988c79cd45fdf69be30bff57b27d6 /net-mgmt
parentc006efbfe40df7c6411ecfb44177f5891e7a5f4c (diff)
downloadfreebsd-ports-graphics-0e332e5dd5d3527834fd01dfa115769074cba26b.tar.gz
freebsd-ports-graphics-0e332e5dd5d3527834fd01dfa115769074cba26b.tar.zst
freebsd-ports-graphics-0e332e5dd5d3527834fd01dfa115769074cba26b.zip
* Mark as broken with ipfw2.
* Resign my maintainship of this port. Spotted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>, kris
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/sting/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile
index c806e7fccc5..ac53a487d00 100644
--- a/net-mgmt/sting/Makefile
+++ b/net-mgmt/sting/Makefile
@@ -11,13 +11,13 @@ CATEGORIES= net
MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/
DISTNAME= sting
-MAINTAINER= kbyanc@posi.net
+MAINTAINER= ports@FreeBSD.org
COMMENT= A tool that measures end-to-end TCP connection characteristics
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
+.if ${OSVERSION} >= 500113 || defined(IPFW2)
+BROKEN= "Does not work with ipfw2"
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}