pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Make bulk builds mark packages failing due to "no a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3c681539c5e
branches:  trunk
changeset: 485490:b3c681539c5e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Dec 14 00:08:57 2004 +0000

description:
Make bulk builds mark packages failing due to "no acceptable JVM found"
as unavailable instead of broken.

diffstat:

 mk/java-vm.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2821b34b7aa7 -r b3c681539c5e mk/java-vm.mk
--- a/mk/java-vm.mk     Tue Dec 14 00:07:17 2004 +0000
+++ b/mk/java-vm.mk     Tue Dec 14 00:08:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.34 2004/10/11 13:38:18 tv Exp $
+# $NetBSD: java-vm.mk,v 1.35 2004/12/14 00:08:57 kristerw Exp $
 #
 # This Makefile fragment handles Java dependencies and make variables,
 # and is meant to be included by packages that require Java either at
@@ -193,7 +193,7 @@
 #
 .if !defined(_PKG_JVM)
 # force an error
-PKG_FAIL_REASON=       "no acceptable JVM found"
+PKG_SKIP_REASON=       "no acceptable JVM found"
 _PKG_JVM=              "none"
 .endif
 



Home | Main Index | Thread Index | Old Index