diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2003-05-20 06:57:59 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2003-05-20 06:57:59 +0800 |
commit | 0e332e5dd5d3527834fd01dfa115769074cba26b (patch) | |
tree | e4a72f3a3e8988c79cd45fdf69be30bff57b27d6 /net-mgmt | |
parent | c006efbfe40df7c6411ecfb44177f5891e7a5f4c (diff) | |
download | freebsd-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/Makefile | 6 |
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} |