pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove CHECK_X11_TYPE, now it's already defined in Mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1acc1bca826
branches:  trunk
changeset: 478788:f1acc1bca826
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Jul 30 08:31:22 2004 +0000

description:
Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.

diffstat:

 fonts/XFree86-fontsEncodings/Makefile        |  3 +--
 fonts/XFree86-fontsEncodings/Makefile.common |  3 +--
 fonts/XFree86-fontsScalable/Makefile         |  3 +--
 fonts/xorg-fonts100dpi/Makefile              |  3 +--
 fonts/xorg-fonts75dpi/Makefile               |  3 +--
 fonts/xorg-fontsCyrillic/Makefile            |  3 +--
 fonts/xorg-fontsEncodings/Makefile           |  3 +--
 fonts/xorg-fontsMisc/Makefile                |  3 +--
 fonts/xorg-fontsTruetype/Makefile            |  3 +--
 fonts/xorg-fontsType1/Makefile               |  3 +--
 x11/XFree86-clients/Makefile                 |  3 +--
 x11/XFree86-server/Makefile                  |  3 +--
 x11/xorg-clients/Makefile                    |  3 +--
 x11/xorg-imake/Makefile                      |  5 +++--
 x11/xorg-server/Makefile                     |  3 +--
 15 files changed, 17 insertions(+), 30 deletions(-)

diffs (255 lines):

diff -r b0a372c38b1a -r f1acc1bca826 fonts/XFree86-fontsEncodings/Makefile
--- a/fonts/XFree86-fontsEncodings/Makefile     Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/XFree86-fontsEncodings/Makefile     Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/07/29 09:06:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/30 08:31:22 xtraeme Exp $
 
 DISTNAME=      XFree86-${XF_VER}-src-4
 PKGNAME=       XFree86-fontsEncodings-${XF_VER}
@@ -13,7 +13,6 @@
 DEPENDS=       XFree86-clients>=${XF_VER}:../../x11/XFree86-clients
 
 NO_XFREE86_TARGETS=    # defined
-CHECK_X11_TYPE=                # defined
 WRKSRC=                        ${WRKDIR}/xc/fonts/encodings
 
 post-extract:
diff -r b0a372c38b1a -r f1acc1bca826 fonts/XFree86-fontsEncodings/Makefile.common
--- a/fonts/XFree86-fontsEncodings/Makefile.common      Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/XFree86-fontsEncodings/Makefile.common      Fri Jul 30 08:31:22 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2004/07/29 09:06:19 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/07/30 08:31:22 xtraeme Exp $
 #
 # Makefile fragment used by XFree86-fonts* packages.
 
 NO_BUILDLINK=  # defined
 USE_LANGUAGES= # empty
-CHECK_X11_TYPE=        # defined
 
 DEPENDS+=      XFree86-fontsEncodings>=${XF_VER}:../../fonts/XFree86-fontsEncodings
 FILESDIR=      ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files
diff -r b0a372c38b1a -r f1acc1bca826 fonts/XFree86-fontsScalable/Makefile
--- a/fonts/XFree86-fontsScalable/Makefile      Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/XFree86-fontsScalable/Makefile      Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/07/29 09:06:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/30 08:31:22 xtraeme Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       XFree86-fontsScalable-${XF_VER}
@@ -16,7 +16,6 @@
 NO_BUILDLINK=          # defined
 USE_LANGUAGES=         # empty
 NO_XFREE86_TARGETS=    # defined
-CHECK_X11_TYPE=                # defined
 
 FONT_TYPES=            Speedo TTF Type1
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fonts100dpi/Makefile
--- a/fonts/xorg-fonts100dpi/Makefile   Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fonts100dpi/Makefile   Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fonts100dpi-${XORG_VER}
@@ -12,7 +12,6 @@
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 DEPENDS+=      xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/bdf/100dpi
 XINSTALL_DIRS=         fonts/bdf/100dpi
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fonts75dpi/Makefile
--- a/fonts/xorg-fonts75dpi/Makefile    Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fonts75dpi/Makefile    Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fonts75dpi-${XORG_VER}
@@ -12,7 +12,6 @@
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 DEPENDS+=      xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/bdf/75dpi
 XINSTALL_DIRS=         fonts/bdf/75dpi
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fontsCyrillic/Makefile
--- a/fonts/xorg-fontsCyrillic/Makefile Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fontsCyrillic/Makefile Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fontsCyrillic-${XORG_VER}
@@ -12,7 +12,6 @@
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 DEPENDS+=      xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/bdf/cyrillic
 XINSTALL_DIRS=         fonts/bdf/cyrillic
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fontsEncodings/Makefile
--- a/fonts/xorg-fontsEncodings/Makefile        Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fontsEncodings/Makefile        Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fontsEncodings-${XORG_VER}
@@ -11,7 +11,6 @@
 
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings
 
 .include "../../meta-pkgs/xorg/Makefile.common"
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fontsMisc/Makefile
--- a/fonts/xorg-fontsMisc/Makefile     Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fontsMisc/Makefile     Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fontsMisc-${XORG_VER}
@@ -12,7 +12,6 @@
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 DEPENDS+=      xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/bdf/misc
 XINSTALL_DIRS=         fonts/bdf/misc
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fontsTruetype/Makefile
--- a/fonts/xorg-fontsTruetype/Makefile Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fontsTruetype/Makefile Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fontsTruetype-${XORG_VER}
@@ -15,7 +15,6 @@
 
 CONFLICTS=     vera-ttf-[0-9]*
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/scaled/TTF
 XINSTALL_DIRS=         fonts/scaled/TTF
 
diff -r b0a372c38b1a -r f1acc1bca826 fonts/xorg-fontsType1/Makefile
--- a/fonts/xorg-fontsType1/Makefile    Fri Jul 30 08:24:20 2004 +0000
+++ b/fonts/xorg-fontsType1/Makefile    Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/29 12:12:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      X11R6.7.0-src1
 PKGNAME=       xorg-fontsType1-${XORG_VER}
@@ -12,7 +12,6 @@
 BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
 DEPENDS+=      xorg-fontsEncodings>=6.7.0:../../fonts/xorg-fontsEncodings
 
-CHECK_X11_TYPE=                # defined
 XBUILD_DIRS=           fonts/encodings fonts/scaled/Type1
 XINSTALL_DIRS=         fonts/scaled/Type1
 
diff -r b0a372c38b1a -r f1acc1bca826 x11/XFree86-clients/Makefile
--- a/x11/XFree86-clients/Makefile      Fri Jul 30 08:24:20 2004 +0000
+++ b/x11/XFree86-clients/Makefile      Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/07/29 09:06:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               XFree86-clients-${XF_VER}
@@ -13,7 +13,6 @@
 
 USE_X11=               yes
 USE_BUILDLINK3=                yes
-CHECK_X11_TYPE=                # defined
 DISTINFO_FILE=         ${.CURDIR}/../../x11/XFree86-libs/distinfo
 PATCHDIR=              ${.CURDIR}/../../x11/XFree86-libs/patches
 
diff -r b0a372c38b1a -r f1acc1bca826 x11/XFree86-server/Makefile
--- a/x11/XFree86-server/Makefile       Fri Jul 30 08:24:20 2004 +0000
+++ b/x11/XFree86-server/Makefile       Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/07/29 09:06:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               XFree86-server-${XF_VER}
@@ -13,7 +13,6 @@
 
 USE_X11=               yes
 USE_BUILDLINK3=                yes
-CHECK_X11_TYPE=                # defined
 DISTINFO_FILE=         ${.CURDIR}/../../x11/XFree86-libs/distinfo
 PATCHDIR=              ${.CURDIR}/../../x11/XFree86-libs/patches
 
diff -r b0a372c38b1a -r f1acc1bca826 x11/xorg-clients/Makefile
--- a/x11/xorg-clients/Makefile Fri Jul 30 08:24:20 2004 +0000
+++ b/x11/xorg-clients/Makefile Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               xorg-clients-${XORG_VER}
@@ -13,7 +13,6 @@
 
 USE_X11=               yes
 USE_BUILDLINK3=                yes
-CHECK_X11_TYPE=                # defined
 DISTINFO_FILE=         ${.CURDIR}/../../x11/xorg-libs/distinfo
 PATCHDIR=              ${.CURDIR}/../../x11/xorg-libs/patches
 
diff -r b0a372c38b1a -r f1acc1bca826 x11/xorg-imake/Makefile
--- a/x11/xorg-imake/Makefile   Fri Jul 30 08:24:20 2004 +0000
+++ b/x11/xorg-imake/Makefile   Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/30 07:22:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       xorg-imake-${XORG_VER}
@@ -16,7 +16,8 @@
 USE_BUILDLINK3=                yes
 USE_DIRS+=             xorg-1.0
 INSTALL_TARGET=                install install.man
-NO_XORG_TARGETS=       # defined
+NO_XORG_TARGETS=       yes
+CHECK_X11_TYPE=                yes
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r b0a372c38b1a -r f1acc1bca826 x11/xorg-server/Makefile
--- a/x11/xorg-server/Makefile  Fri Jul 30 08:24:20 2004 +0000
+++ b/x11/xorg-server/Makefile  Fri Jul 30 08:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/30 04:39:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 08:31:23 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               xorg-server-${XORG_VER}
@@ -12,7 +12,6 @@
 
 USE_X11=               yes
 USE_BUILDLINK3=                yes
-CHECK_X11_TYPE=                # defined
 DISTINFO_FILE=         ${.CURDIR}/../../x11/xorg-libs/distinfo
 PATCHDIR=              ${.CURDIR}/../../x11/xorg-libs/patches
 



Home | Main Index | Thread Index | Old Index