Mark as broken on 5.x. The distfile is from 1997. While here, update

the pkg-descr to include a good URL.
This commit is contained in:
Mark Linimon 2003-10-22 02:21:10 +00:00
parent 3733d1be77
commit fec02d37eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91857
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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