From 9e9dcdd897e281ba542f43777310f92388c5e51e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 Feb 2004 22:13:46 +0000 Subject: [PATCH] BROKEN on 4.x: does not compile --- audio/p5-Audio/Makefile | 8 +++++++- japanese/p5-MeCab/Makefile | 4 ++++ math/taucs/Makefile | 8 +++++++- security/p5-Crypt-Anubis/Makefile | 8 +++++++- textproc/p5-Lingua-EN-AddressParse/Makefile | 8 +++++++- textproc/p5-XML-RSS-JavaScript/Makefile | 8 +++++++- www/p5-FastCGI/Makefile | 8 +++++++- 7 files changed, 46 insertions(+), 6 deletions(-) diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index b0c9437b9d8e..83946463d978 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= Audio::Play.3 Audio::Data.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index c49b977c139e..6020b9f1c553 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -22,6 +22,10 @@ PERL_CONFIGURE= yes .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 8bd82508d8b7..d7fcb4fe7a00 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -24,6 +24,12 @@ HAS_CONFIGURE= yes MAKEFILE= makefile ALL_TARGET= +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + do-install: @${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libtaucs.a ${PREFIX}/lib @${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/direct ${PREFIX}/bin @@ -34,4 +40,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR} .endif -.include +.include diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile index a3a14bbeec9e..8465f5d6bf50 100644 --- a/security/p5-Crypt-Anubis/Makefile +++ b/security/p5-Crypt-Anubis/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Crypt::Anubis.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index c3a4b9c3ed24..63ce8d268cad 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -25,4 +25,10 @@ PERL_CONFIGURE= yes MAN3= Lingua::EN::AddressGrammar.3 \ Lingua::EN::AddressParse.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile index 64795325ab22..5a8b33965e50 100644 --- a/textproc/p5-XML-RSS-JavaScript/Makefile +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= XML::RSS::JavaScript.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile index 18d251b7a385..2d0223f3f5ee 100644 --- a/www/p5-FastCGI/Makefile +++ b/www/p5-FastCGI/Makefile @@ -23,4 +23,10 @@ CONFIGURE_ARGS+= --use-installed=${LOCALBASE} MAN3= FCGI.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include