summaryrefslogtreecommitdiff
path: root/net-mgmt/sting
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2003-05-19 22:57:59 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2003-05-19 22:57:59 +0000
commit16d38211646977196d6f06a707c40d3f6a6446cf (patch)
tree22d8aee7f98cba2c1ba1e046c50012ec8fc5b44c /net-mgmt/sting
parento Fix a crash when trying to open menu Help -> Document (diff)
* Mark as broken with ipfw2.
* Resign my maintainship of this port. Spotted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>, kris
Notes
Notes: svn path=/head/; revision=81500
Diffstat (limited to 'net-mgmt/sting')
-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 c806e7fccc55..ac53a487d007 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}