summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-29 07:50:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-29 07:50:14 +0000
commit0938d81904f8d9e7e6de43e9841f061cdb70a3b1 (patch)
tree31fde1985b9cec3f3b03d7313abc86f176cef402 /lang
parentInstall /var/db/pkg/.mkversion to check version against bsd.port.mk. (diff)
Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
circumstances. This is different from BROKEN, which merely means we think it is broken.
Notes
Notes: svn path=/head/; revision=17429
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5.10/Makefile4
-rw-r--r--lang/perl5.12/Makefile4
-rw-r--r--lang/perl5.14/Makefile4
-rw-r--r--lang/perl5.16/Makefile4
-rw-r--r--lang/perl5.6/Makefile4
-rw-r--r--lang/perl5.8/Makefile4
-rw-r--r--lang/perl5/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.10/Makefile
+++ b/lang/perl5.10/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.6/Makefile
+++ b/lang/perl5.6/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 8ecf159155dc..823082039f4f 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.26 1998/10/12 06:51:07 markm Exp $
+# $Id: Makefile,v 1.27 1998/11/11 05:37:25 asami Exp $
#
DISTNAME= perl5.005_02
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 300003
-BROKEN= perl is in system
+FORBIDDEN= perl is in system
.endif
MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \