pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs Use PKG_SKIP_REASON so that bulk builds repo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb06ff6201af
branches:  trunk
changeset: 479527:fb06ff6201af
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Aug 16 12:27:23 2004 +0000

description:
Use PKG_SKIP_REASON so that bulk builds reports the packages as
"unavailable" instead of "broken".

diffstat:

 meta-pkgs/XFree86/Makefile.common |  4 ++--
 meta-pkgs/xorg/Makefile.common    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a2fad990d76e -r fb06ff6201af meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Mon Aug 16 12:09:15 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Mon Aug 16 12:27:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/07/30 08:24:20 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/08/16 12:30:04 kristerw Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -107,7 +107,7 @@
 
 .if defined(CHECK_X11_TYPE)
 .    if !defined(X11_TYPE) || empty(X11_TYPE:MXFree86)
-PKG_FAIL_REASON+=       "X11_TYPE=XFree86 is mandatory."
+PKG_SKIP_REASON+=       "X11_TYPE=XFree86 is mandatory."
 .    endif
 .endif
 
diff -r a2fad990d76e -r fb06ff6201af meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Mon Aug 16 12:09:15 2004 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Mon Aug 16 12:27:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/08/14 17:13:27 recht Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/08/16 12:27:23 kristerw Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -99,7 +99,7 @@
 
 .if defined(CHECK_X11_TYPE)
 .    if !defined(X11_TYPE) || empty(X11_TYPE:Mxorg)
-PKG_FAIL_REASON+=       "X11_TYPE=xorg is mandatory."
+PKG_SKIP_REASON+=       "X11_TYPE=xorg is mandatory."
 .    endif
 .endif
 



Home | Main Index | Thread Index | Old Index