summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
commit9e9dcdd897e281ba542f43777310f92388c5e51e (patch)
treec49e874fd657bc4d06f988f985a514fc051e7c8f
parentBROKEN on 4.x: broken pkg-plist (diff)
BROKEN on 4.x: does not compile
Notes
Notes: svn path=/head/; revision=101614
-rw-r--r--audio/p5-Audio/Makefile8
-rw-r--r--japanese/p5-MeCab/Makefile4
-rw-r--r--math/taucs/Makefile8
-rw-r--r--security/p5-Crypt-Anubis/Makefile8
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/Makefile8
-rw-r--r--textproc/p5-XML-RSS-JavaScript/Makefile8
-rw-r--r--www/p5-FastCGI/Makefile8
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.pre.mk>
+.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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>