pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts Uses bdftopcf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca18343449ec
branches:  trunk
changeset: 505005:ca18343449ec
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 28 17:58:53 2005 +0000

description:
Uses bdftopcf.

diffstat:

 fonts/intlfonts/Makefile     |  4 +++-
 fonts/mozilla-fonts/Makefile |  3 ++-
 fonts/sgi-fonts/Makefile     |  4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r faee01baf4b3 -r ca18343449ec fonts/intlfonts/Makefile
--- a/fonts/intlfonts/Makefile  Wed Dec 28 17:57:46 2005 +0000
+++ b/fonts/intlfonts/Makefile  Wed Dec 28 17:58:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/28 17:58:53 joerg Exp $
 
 DISTNAME=      intlfonts-1.2.1
 PKGREVISION=   2
@@ -16,6 +16,8 @@
                Japanese        \
                Misc
 
+USE_TOOLS+=    bdftopcf
+
 # Use the X font set for Korean, as there isn't anything better
 FONT_SETS+=    Korean.X
 
diff -r faee01baf4b3 -r ca18343449ec fonts/mozilla-fonts/Makefile
--- a/fonts/mozilla-fonts/Makefile      Wed Dec 28 17:57:46 2005 +0000
+++ b/fonts/mozilla-fonts/Makefile      Wed Dec 28 17:58:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:47:08 martti Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/28 18:07:29 joerg Exp $
 
 DISTNAME=      mozilla-fonts-1.0
 CATEGORIES=    fonts www
@@ -9,6 +9,7 @@
 COMMENT=       Optimized fonts for Netscape/Mozilla
 
 USE_X11BASE=   yes
+USE_TOOLS+=    bdftopcf
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mozilla-fonts
diff -r faee01baf4b3 -r ca18343449ec fonts/sgi-fonts/Makefile
--- a/fonts/sgi-fonts/Makefile  Wed Dec 28 17:57:46 2005 +0000
+++ b/fonts/sgi-fonts/Makefile  Wed Dec 28 17:58:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:50 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/28 18:06:18 joerg Exp $
 #
 
 DISTNAME=      sgi-fonts-1.0-457.src
@@ -19,7 +19,7 @@
 WRKSRC=                ${WRKDIR}/sgi-fonts
 
 USE_IMAKE=     YES
-USE_TOOLS+=    gtar
+USE_TOOLS+=    bdftopcf gtar
 
 RPM2PKG=       ${LOCALBASE}/sbin/rpm2pkg
 



Home | Main Index | Thread Index | Old Index