aboutsummaryrefslogtreecommitdiff
path: root/net
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
parentd7ca069eb4ddb06baf80755a285e7b85ab7daaf7 (diff)
downloadports-16d38211646977196d6f06a707c40d3f6a6446cf.tar.gz
ports-16d38211646977196d6f06a707c40d3f6a6446cf.zip
* 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')
-rw-r--r--net/sting/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sting/Makefile b/net/sting/Makefile
index c806e7fccc55..ac53a487d007 100644
--- a/net/sting/Makefile
+++ b/net/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}