aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-10-12 12:04:28 +0800
committerjseger <jseger@FreeBSD.org>1998-10-12 12:04:28 +0800
commitfcff015cf9642bca8b7b7df196219cfdc856f955 (patch)
treeda6c16dd591d17d8f64a2e07434ec476ccf0dee6 /databases
parentdaa1d240351b54bc2939bb3e3543f20f9b5d1140 (diff)
downloadfreebsd-ports-gnome-fcff015cf9642bca8b7b7df196219cfdc856f955.tar.gz
freebsd-ports-gnome-fcff015cf9642bca8b7b7df196219cfdc856f955.tar.zst
freebsd-ports-gnome-fcff015cf9642bca8b7b7df196219cfdc856f955.zip
Mark BROKEN for current:
===> Compressing manual pages for p5-DBI-1.02 /usr/local/man//man1/dbiproxy.1: No such file or directory *** Error code 1
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI-137/Makefile7
-rw-r--r--databases/p5-DBI/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index fbb2337f11ea..7a3d252682e8 100644
--- a/databases/p5-DBI-137/Makefile
+++ b/databases/p5-DBI-137/Makefile
@@ -3,7 +3,7 @@
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.15 1998/09/15 21:31:31 asami Exp $
+# $Id: Makefile,v 1.16 1998/09/16 12:48:16 vanilla Exp $
#
DISTNAME= DBI-1.02
@@ -18,6 +18,11 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSD
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1= dbiproxy.1 \
dbish.1
MAN3= DBD::Proxy.3 \
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index fbb2337f11ea..7a3d252682e8 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -3,7 +3,7 @@
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.15 1998/09/15 21:31:31 asami Exp $
+# $Id: Makefile,v 1.16 1998/09/16 12:48:16 vanilla Exp $
#
DISTNAME= DBI-1.02
@@ -18,6 +18,11 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSD
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1= dbiproxy.1 \
dbish.1
MAN3= DBD::Proxy.3 \