diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2003-05-19 22:57:59 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2003-05-19 22:57:59 +0000 |
commit | 16d38211646977196d6f06a707c40d3f6a6446cf (patch) | |
tree | 22d8aee7f98cba2c1ba1e046c50012ec8fc5b44c /net-mgmt/sting | |
parent | o 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
Diffstat (limited to 'net-mgmt/sting')
-rw-r--r-- | net-mgmt/sting/Makefile | 6 |
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} |