summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-22 02:21:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-22 02:21:10 +0000
commitfec02d37eb03aeb895f7c5bb425af51b6310d2b6 (patch)
tree63e65f575c6e688f9863483eacb114ec64b9b93b
parentMark broken on 5.x. The distfile is from 1996 so updates might not (diff)
Mark as broken on 5.x. The distfile is from 1997. While here, update
the pkg-descr to include a good URL.
Notes
Notes: svn path=/head/; revision=91857
-rw-r--r--mbone/rtpmon/Makefile8
-rw-r--r--mbone/rtpmon/pkg-descr2
2 files changed, 9 insertions, 1 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile
index ef5f1e7393b3..58453c2c382e 100644
--- a/mbone/rtpmon/Makefile
+++ b/mbone/rtpmon/Makefile
@@ -14,6 +14,12 @@ MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/
MAINTAINER= fenner@FreeBSD.org
COMMENT= A program to montior loss in multicast sessions
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
@@ -27,4 +33,4 @@ pre-configure:
post-install:
${STRIP_CMD} ${PREFIX}/bin/rtpmon
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mbone/rtpmon/pkg-descr b/mbone/rtpmon/pkg-descr
index 48020dc00c1a..b7c3e163442b 100644
--- a/mbone/rtpmon/pkg-descr
+++ b/mbone/rtpmon/pkg-descr
@@ -4,3 +4,5 @@ RTP, the Real-Time Transport Protocol. Feedback from receivers,
including the loss rate and jitter, are displayed in a table that
can be sorted in various ways to help isolate and diagnose multicast
distribution problems.
+
+WWW: http://www-itg.lbl.gov/mbone/rtpmon.tips.html