summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:43:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:43:43 +0000
commitb88f9ad35d0d63e45a441faa07d8b095b22b114d (patch)
tree8da73534d673cd80eb82fca51014889a7e353e98 /net
parentMark as broken on !i386. (diff)
Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessary
to conditionalize inclusion of bsd.perl.mk. Hat: portmgr
Notes
Notes: svn path=/head/; revision=200521
Diffstat (limited to 'net')
-rw-r--r--net/DarwinStreamingServer/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile
index a80e61292ad4..9ef39f9e6313 100644
--- a/net/DarwinStreamingServer/Makefile
+++ b/net/DarwinStreamingServer/Makefile
@@ -20,6 +20,7 @@ COMMENT= Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
+USE_PERL5= yes
USE_RC_SUBR= streamingadminserver.sh darwin_streaming_server.sh
SUB_LIST+= PERL=${PERL}
@@ -134,4 +135,10 @@ do-install:
@(cd ${WRKSRC}/${OPSYS}; ${SETENV} ${MAKE_ENV} ./Install)
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>