pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts Don't extract unnecessary part for build. OK'd ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b34b9b6b73f
branches: trunk
changeset: 491850:7b34b9b6b73f
user: hira <hira%pkgsrc.org@localhost>
date: Wed Mar 30 20:40:31 2005 +0000
description:
Don't extract unnecessary part for build. OK'd by xtraeme@.
diffstat:
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 ++-
7 files changed, 14 insertions(+), 7 deletions(-)
diffs (119 lines):
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fonts100dpi/Makefile
--- a/fonts/xorg-fonts100dpi/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fonts100dpi/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fonts100dpi-${XORG_VER}
@@ -14,6 +14,7 @@
XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi
XINSTALL_DIRS= fonts/bdf/100dpi
+XEXTRACTS= ${XBUILD_DIRS} fonts/bdf/75dpi/Imakefile.inc
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fonts75dpi/Makefile
--- a/fonts/xorg-fonts75dpi/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fonts75dpi/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fonts75dpi-${XORG_VER}
@@ -14,6 +14,7 @@
XBUILD_DIRS= fonts/encodings fonts/bdf/75dpi
XINSTALL_DIRS= fonts/bdf/75dpi
+XEXTRACTS= ${XBUILD_DIRS}
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fontsCyrillic/Makefile
--- a/fonts/xorg-fontsCyrillic/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fontsCyrillic/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsCyrillic-${XORG_VER}
@@ -14,6 +14,7 @@
XBUILD_DIRS= fonts/encodings fonts/bdf/cyrillic
XINSTALL_DIRS= fonts/bdf/cyrillic
+XEXTRACTS= ${XBUILD_DIRS}
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fontsEncodings/Makefile
--- a/fonts/xorg-fontsEncodings/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fontsEncodings/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/09/21 17:38:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsEncodings-${XORG_VER}
@@ -12,6 +12,7 @@
BUILD_DEPENDS= xorg-clients>=${XORG_VER}:../../x11/xorg-clients
XBUILD_DIRS= fonts/encodings
+XEXTRACTS= ${XBUILD_DIRS}
.include "../../meta-pkgs/xorg/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fontsMisc/Makefile
--- a/fonts/xorg-fontsMisc/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fontsMisc/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/09/21 17:38:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsMisc-${XORG_VER}
@@ -14,6 +14,7 @@
XBUILD_DIRS= fonts/encodings fonts/bdf/misc
XINSTALL_DIRS= fonts/bdf/misc
+XEXTRACTS= ${XBUILD_DIRS} extras/fonts
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fontsTruetype/Makefile
--- a/fonts/xorg-fontsTruetype/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fontsTruetype/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/12 11:11:52 hira Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/30 20:40:31 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsTruetype-${XORG_VER}
@@ -15,6 +15,7 @@
XBUILD_DIRS= fonts/encodings fonts/scaled/TTF
XINSTALL_DIRS= fonts/scaled/TTF
+XEXTRACTS= ${XBUILD_DIRS} extras/fonts
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
diff -r a62c906cc57f -r 7b34b9b6b73f fonts/xorg-fontsType1/Makefile
--- a/fonts/xorg-fontsType1/Makefile Wed Mar 30 20:30:24 2005 +0000
+++ b/fonts/xorg-fontsType1/Makefile Wed Mar 30 20:40:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/12 11:13:55 hira Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/30 20:40:32 hira Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fontsType1-${XORG_VER}
@@ -14,6 +14,7 @@
XBUILD_DIRS= fonts/encodings fonts/scaled/Type1
XINSTALL_DIRS= fonts/scaled/Type1
+XEXTRACTS= ${XBUILD_DIRS}
FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
Home |
Main Index |
Thread Index |
Old Index