pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts Use true instead of fc-cache. This unbreaks the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a18bbed91de2
branches:  trunk
changeset: 522766:a18bbed91de2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 20 14:19:20 2006 +0000

description:
Use true instead of fc-cache. This unbreaks the bulk build and we
generally want to do that in the install scripts later anyway.

diffstat:

 fonts/font-adobe-utopia-type1/Makefile |  3 ++-
 fonts/font-bh-ttf/Makefile             |  3 ++-
 fonts/font-bh-type1/Makefile           |  3 ++-
 fonts/font-bitstream-type1/Makefile    |  5 ++++-
 fonts/font-ibm-type1/Makefile          |  3 ++-
 5 files changed, 12 insertions(+), 5 deletions(-)

diffs (88 lines):

diff -r 864f15373c93 -r a18bbed91de2 fonts/font-adobe-utopia-type1/Makefile
--- a/fonts/font-adobe-utopia-type1/Makefile    Wed Dec 20 13:28:59 2006 +0000
+++ b/fonts/font-adobe-utopia-type1/Makefile    Wed Dec 20 14:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/11/15 14:00:21 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/12/20 14:19:20 joerg Exp $
 #
 
 DISTNAME=              font-adobe-utopia-type1-1.0.1
@@ -13,6 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                FCCACHE=${TRUE:Q}
 
 FONTS_DIRS.type1=      lib/X11/fonts/Type1
 FONTS_DIRS.x11=                lib/X11/fonts/Type1
diff -r 864f15373c93 -r a18bbed91de2 fonts/font-bh-ttf/Makefile
--- a/fonts/font-bh-ttf/Makefile        Wed Dec 20 13:28:59 2006 +0000
+++ b/fonts/font-bh-ttf/Makefile        Wed Dec 20 14:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/11/15 14:00:21 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/12/20 14:19:20 joerg Exp $
 #
 
 DISTNAME=              font-bh-ttf-1.0.0
@@ -13,6 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                FCCACHE=${TRUE:Q}
 
 FONTS_DIRS.ttf=                lib/X11/fonts/TTF
 FONTS_DIRS.x11=                lib/X11/fonts/TTF
diff -r 864f15373c93 -r a18bbed91de2 fonts/font-bh-type1/Makefile
--- a/fonts/font-bh-type1/Makefile      Wed Dec 20 13:28:59 2006 +0000
+++ b/fonts/font-bh-type1/Makefile      Wed Dec 20 14:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/11/15 14:00:21 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/12/20 14:19:20 joerg Exp $
 #
 
 DISTNAME=              font-bh-type1-1.0.0
@@ -13,6 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                FCCACHE=${TRUE:Q}
 
 FONTS_DIRS.type1=      lib/X11/fonts/Type1
 FONTS_DIRS.x11=                lib/X11/fonts/Type1
diff -r 864f15373c93 -r a18bbed91de2 fonts/font-bitstream-type1/Makefile
--- a/fonts/font-bitstream-type1/Makefile       Wed Dec 20 13:28:59 2006 +0000
+++ b/fonts/font-bitstream-type1/Makefile       Wed Dec 20 14:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 20:24:11 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/20 14:19:20 joerg Exp $
 #
 
 DISTNAME=              font-bitstream-type1-1.0.0
@@ -13,7 +13,10 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                FCCACHE=${TRUE:Q}
+
 FONTS_DIRS.type1+=     lib/X11/fonts/Type1
+FONTS_DIRS.x11+=       lib/X11/fonts/Type1
 
 INSTALLATION_DIRS=     share/doc/font-bitstream-type1
 
diff -r 864f15373c93 -r a18bbed91de2 fonts/font-ibm-type1/Makefile
--- a/fonts/font-ibm-type1/Makefile     Wed Dec 20 13:28:59 2006 +0000
+++ b/fonts/font-ibm-type1/Makefile     Wed Dec 20 14:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 14:50:50 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/20 14:19:20 joerg Exp $
 #
 
 DISTNAME=              font-ibm-type1-1.0.0
@@ -13,6 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                FCCACHE=${TRUE:Q}
 
 FONTS_DIRS.type1=      lib/X11/fonts/Type1
 FONTS_DIRS.x11=                lib/X11/fonts/Type1



Home | Main Index | Thread Index | Old Index