summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-03 13:45:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-03 13:45:47 +0000
commit2d8ab3c4a76cd5fdc612abd5f479479524e61a90 (patch)
tree4c3e077ef491477dfa7634ed4da57513a2c3a40b
parentupdate to smtpfeed 0.75. (diff)
Mark ports that are still suffering from post-perl5-upgrade syndrome
as broken. Actually there were much fewer than I thought. Approved by: markm
Notes
Notes: svn path=/head/; revision=12997
-rw-r--r--databases/p5-Msql/Makefile4
-rw-r--r--security/p5-Crypt-DES/Makefile4
-rw-r--r--security/p5-Crypt-IDEA/Makefile4
-rw-r--r--security/p5-PGP/Makefile4
-rw-r--r--www/p5-Apache/Makefile4
5 files changed, 14 insertions, 6 deletions
diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile
index 8b5904b7686b..b45d2a70a392 100644
--- a/databases/p5-Msql/Makefile
+++ b/databases/p5-Msql/Makefile
@@ -3,7 +3,7 @@
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.16 1997/09/17 13:58:52 jfitz Exp $
+# $Id: Makefile,v 1.17 1998/04/03 02:33:06 jseger Exp $
#
DISTNAME= Msql-modules-1.1811
@@ -25,7 +25,7 @@ MAN1= pmsql.1 dbimon.1
MAN3= Msql.3 DBD::mSQL.3
MAN3PREFIX= ${PREFIX}/lib/perl5
-BROKEN= DEPENDS on databases/msql which is currently BROKEN
+BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 04053abe2349..6cf8e8d5d89b 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -3,7 +3,7 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.6 1997/05/24 13:17:13 jfitz Exp $
+# $Id: Makefile,v 1.7 1997/06/24 18:43:08 jfitz Exp $
#
DISTNAME= Crypt-DES-1.0
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Crypt
MAINTAINER= jfitz@FreeBSD.ORG
+BROKEN= perl5 upgrade
+
USE_PERL5= YES
MAN3= Crypt::DES.3
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index 964a9d37b527..99ef5b3870be 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -3,7 +3,7 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/05/24 13:17:13 jfitz Exp $
+# $Id: Makefile,v 1.8 1997/06/24 18:43:09 jfitz Exp $
#
DISTNAME= Crypt-IDEA-1.0
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Crypt
MAINTAINER= jfitz@FreeBSD.ORG
+BROKEN= perl5 upgrade
+
USE_PERL5= YES
MAN3= Crypt::IDEA.3
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile
index 1940a76e5784..a0ed494d78ff 100644
--- a/security/p5-PGP/Makefile
+++ b/security/p5-PGP/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.9 1997/09/14 02:55:16 jfitz Exp $
+# $Id: Makefile,v 1.10 1997/09/18 02:47:42 jfitz Exp $
#
DISTNAME= PGP-0.3a
@@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp
+BROKEN= perl5 upgrade
+
USE_PERL5= YES
MAN3= PGP::Pipe.3
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile
index aaf89a21bb0c..c2d23dbe5510 100644
--- a/www/p5-Apache/Makefile
+++ b/www/p5-Apache/Makefile
@@ -3,7 +3,7 @@
# Date created: April 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1998/01/25 16:33:23 steve Exp $
+# $Id: Makefile,v 1.9 1998/06/27 01:30:25 steve Exp $
#
DISTNAME= mod_perl-1.07
@@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/apache12:patch
+BROKEN= perl5 upgrade
+
USE_PERL5= YES
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}"
MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \