aboutsummaryrefslogtreecommitdiff
path: root/net/osrtspproxy
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
commit377caa388426fd9bdabe0696cc2c94739c635266 (patch)
tree207e0ac7ad48a3e2ade8f95d2cdeadec5362a18a /net/osrtspproxy
parentd610bf888417e28bbc6e278ae652940f6204ebad (diff)
downloadports-377caa388426fd9bdabe0696cc2c94739c635266.tar.gz
ports-377caa388426fd9bdabe0696cc2c94739c635266.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118288
Diffstat (limited to 'net/osrtspproxy')
-rw-r--r--net/osrtspproxy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile
index 91350d9604b1..497db0f159cb 100644
--- a/net/osrtspproxy/Makefile
+++ b/net/osrtspproxy/Makefile
@@ -17,8 +17,14 @@ COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy
HAS_CONFIGURE= YES
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin
${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>