From 8c21fb967119739aead4646340254080cd0b8607 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 7 Feb 2004 12:30:47 +0000 Subject: BROKEN on 5.x: does not compile --- devel/ORBacus/Makefile | 8 +++++++- www/caudium-devel/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index cff5c580458c..c7c75e2fced9 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -25,8 +25,14 @@ MAN1= idl.1 MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - irgen.1 - irserv.1 - jidl.1 +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${MKDIR} ${PREFIX}/share/doc/ORBacus ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus -.include +.include diff --git a/www/caudium-devel/Makefile b/www/caudium-devel/Makefile index 10485c617fdb..3cb54920c4cf 100644 --- a/www/caudium-devel/Makefile +++ b/www/caudium-devel/Makefile @@ -39,6 +39,12 @@ USE_GMAKE= yes PLIST_SUB+= PIKEVERSION=${PIKEVERSION} +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + pre-configure: @${ECHO} ${CONFIGURE_ENV} @${ECHO} ${CONFIGURE_ARGS} @@ -52,4 +58,4 @@ post-install: @${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3