pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-Oracle Use PKG_SKIP_REASON when the O...
details: https://anonhg.NetBSD.org/pkgsrc/rev/389a19938824
branches: trunk
changeset: 479524:389a19938824
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Mon Aug 16 11:41:18 2004 +0000
description:
Use PKG_SKIP_REASON when the ORACLE_HOME is undefined, so that bulk
builds do not report this as a broken package.
diffstat:
databases/p5-DBD-Oracle/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 727732707c27 -r 389a19938824 databases/p5-DBD-Oracle/Makefile
--- a/databases/p5-DBD-Oracle/Makefile Mon Aug 16 11:31:18 2004 +0000
+++ b/databases/p5-DBD-Oracle/Makefile Mon Aug 16 11:41:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 10:48:43 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/16 11:41:18 kristerw Exp $
DISTNAME= DBD-Oracle-1.14
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Oracle/.packlist
.if !defined(ORACLE_HOME)
-PKG_FAIL_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
+PKG_SKIP_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
.elif !exists(${ORACLE_HOME})
PKG_FAIL_REASON+= "The location of ORACLE_HOME does not exist"
.endif
Home |
Main Index |
Thread Index |
Old Index