pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs Define CHECK_X11_TYPE, which is needed to be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a372c38b1a
branches:  trunk
changeset: 478787:b0a372c38b1a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Jul 30 08:24:20 2004 +0000

description:
Define CHECK_X11_TYPE, which is needed to be sure that all packages
will be installed into the proper location, otherwise X11ROOT_PREFIX
might be empty!

diffstat:

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

diffs (36 lines):

diff -r c6e23c7b3988 -r b0a372c38b1a meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Fri Jul 30 07:48:56 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Fri Jul 30 08:24:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2004/07/30 07:48:56 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.16 2004/07/30 08:24:20 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -103,6 +103,8 @@
 PLIST_SUBST+=  MISCMAN_DIR=${MISCMAN_DIR}
 PLIST_SUBST+=  MISCMAN_SUFFIX=${MISCMAN_SUFFIX}
 
+CHECK_X11_TYPE?=       yes
+
 .if defined(CHECK_X11_TYPE)
 .    if !defined(X11_TYPE) || empty(X11_TYPE:MXFree86)
 PKG_FAIL_REASON+=       "X11_TYPE=XFree86 is mandatory."
diff -r c6e23c7b3988 -r b0a372c38b1a meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Fri Jul 30 07:48:56 2004 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Fri Jul 30 08:24:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/07/30 07:48:56 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/07/30 08:24:20 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -95,6 +95,8 @@
 PLIST_SUBST+=  MISCMAN_DIR=${MISCMAN_DIR}
 PLIST_SUBST+=  MISCMAN_SUFFIX=${MISCMAN_SUFFIX}
 
+CHECK_X11_TYPE?=       yes
+
 .if defined(CHECK_X11_TYPE)
 .    if !defined(X11_TYPE) || empty(X11_TYPE:Mxorg)
 PKG_FAIL_REASON+=       "X11_TYPE=xorg is mandatory."



Home | Main Index | Thread Index | Old Index