From dbb5810fa0ba7ce631265ead41fb74fefa24a0a1 Mon Sep 17 00:00:00 2001
From: asami <asami@FreeBSD.org>
Date: Mon, 29 Mar 1999 07:50:14 +0000
Subject: 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.

---
 lang/perl5.10/Makefile                 | 4 ++--
 lang/perl5.12/Makefile                 | 4 ++--
 lang/perl5.14/Makefile                 | 4 ++--
 lang/perl5.16/Makefile                 | 4 ++--
 lang/perl5.6/Makefile                  | 4 ++--
 lang/perl5.8/Makefile                  | 4 ++--
 lang/perl5/Makefile                    | 4 ++--
 mail/youbin/Makefile                   | 4 ++--
 x11-toolkits/Motif-dummy/Makefile      | 5 ++++-
 x11-toolkits/open-motif-devel/Makefile | 5 ++++-
 x11-toolkits/open-motif/Makefile       | 5 ++++-
 11 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile
index 8ecf159..8230820 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 8ecf159..8230820 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 8ecf159..8230820 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 8ecf159..8230820 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 8ecf159..8230820 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 8ecf159..8230820 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 8ecf159..8230820 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 \
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile
index 426e37a..2d2c5ca 100644
--- a/mail/youbin/Makefile
+++ b/mail/youbin/Makefile
@@ -4,7 +4,7 @@
 # Date created:			09 Aug 1996
 # Whom:				Masafumi NAKANE <max@FreeBSD.ORG>
 #
-# $Id: Makefile,v 1.15 1998/10/20 01:43:12 steve Exp $
+# $Id: Makefile,v 1.16 1998/12/10 03:09:13 steve Exp $
 #
 
 DISTNAME=	youbin-2.13
@@ -14,7 +14,7 @@ MASTER_SITES=	ftp://nuis.nuie.nagoya-u.ac.jp/info/nagoya-u/ \
 
 MAINTAINER=	max@FreeBSD.ORG
 
-BROKEN=		see PR# 6180 about exploitable security hole
+FORBIDDEN=	see PR# 6180 about exploitable security hole
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 
diff --git a/x11-toolkits/Motif-dummy/Makefile b/x11-toolkits/Motif-dummy/Makefile
index bd91c99..fe18be5 100644
--- a/x11-toolkits/Motif-dummy/Makefile
+++ b/x11-toolkits/Motif-dummy/Makefile
@@ -3,7 +3,7 @@
 # Date created:		5 December 1994
 # Whom:			asami
 #
-# $Id: Makefile,v 1.1 1998/12/28 13:00:56 asami Exp $
+# $Id: Makefile,v 1.2 1999/02/13 01:40:35 asami Exp $
 #
 
 DISTNAME=	Motif-2.1.10
@@ -14,5 +14,8 @@ USE_X_PREFIX=	yes
 NO_BUILD=	yes
 NO_INSTALL=	yes
 IS_INTERACTIVE=	yes
+.if !defined(PACKAGE_BUILDING)
+FORBIDDEN=	this is a dummy package for installing Motif dependencies
+.endif
 
 .include <bsd.port.mk>
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile
index bd91c99..fe18be5 100644
--- a/x11-toolkits/open-motif-devel/Makefile
+++ b/x11-toolkits/open-motif-devel/Makefile
@@ -3,7 +3,7 @@
 # Date created:		5 December 1994
 # Whom:			asami
 #
-# $Id: Makefile,v 1.1 1998/12/28 13:00:56 asami Exp $
+# $Id: Makefile,v 1.2 1999/02/13 01:40:35 asami Exp $
 #
 
 DISTNAME=	Motif-2.1.10
@@ -14,5 +14,8 @@ USE_X_PREFIX=	yes
 NO_BUILD=	yes
 NO_INSTALL=	yes
 IS_INTERACTIVE=	yes
+.if !defined(PACKAGE_BUILDING)
+FORBIDDEN=	this is a dummy package for installing Motif dependencies
+.endif
 
 .include <bsd.port.mk>
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index bd91c99..fe18be5 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -3,7 +3,7 @@
 # Date created:		5 December 1994
 # Whom:			asami
 #
-# $Id: Makefile,v 1.1 1998/12/28 13:00:56 asami Exp $
+# $Id: Makefile,v 1.2 1999/02/13 01:40:35 asami Exp $
 #
 
 DISTNAME=	Motif-2.1.10
@@ -14,5 +14,8 @@ USE_X_PREFIX=	yes
 NO_BUILD=	yes
 NO_INSTALL=	yes
 IS_INTERACTIVE=	yes
+.if !defined(PACKAGE_BUILDING)
+FORBIDDEN=	this is a dummy package for installing Motif dependencies
+.endif
 
 .include <bsd.port.mk>
-- 
cgit v1.1