pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/monafonts Don't expect tools to be created in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1c9cafabcd4
branches:  trunk
changeset: 524368:a1c9cafabcd4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 24 15:23:26 2007 +0000

description:
Don't expect tools to be created in the tools directory -- at least for
modular Xorg bdftopcf isn't. Just expect them to be in path. There's
no need to set USE_X11BASE here now.

XXX Why isn't the TrueType version installed?

diffstat:

 fonts/monafonts/Makefile         |   6 +-----
 fonts/monafonts/distinfo         |   3 ++-
 fonts/monafonts/patches/patch-aa |  17 +++++++++++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r 87504f48cc31 -r a1c9cafabcd4 fonts/monafonts/Makefile
--- a/fonts/monafonts/Makefile  Wed Jan 24 15:06:57 2007 +0000
+++ b/fonts/monafonts/Makefile  Wed Jan 24 15:23:26 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/24 15:23:26 joerg Exp $
 
 DISTNAME=      monafont-2.90
 PKGNAME=       ${DISTNAME:S/font/fonts/}
@@ -11,13 +11,9 @@
 HOMEPAGE=      http://monafont.sourceforge.net/
 COMMENT=       Japanese fonts for "Mona" seen at 2ch.net
 
-USE_X11BASE=   yes
 BUILD_TARGET=  bdf
 USE_TOOLS+=    bdftopcf gzip mkdirhier mkfontdir perl sed
 
-# X11BINDIR is just the path to the X11 tools listed above.
-MAKE_FLAGS+=   X11BINDIR=${TOOLS_DIR:Q}/bin
-
 MAKE_FLAGS+=   X11FONTDIR=${PREFIX:Q}/${FONTS_SUBDIR:Q}
 MAKE_FLAGS+=   SED_CMD=${SED:Q}
 MAKE_FLAGS+=   PERL_CMD=${PERL5:Q}
diff -r 87504f48cc31 -r a1c9cafabcd4 fonts/monafonts/distinfo
--- a/fonts/monafonts/distinfo  Wed Jan 24 15:06:57 2007 +0000
+++ b/fonts/monafonts/distinfo  Wed Jan 24 15:23:26 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/12/29 22:20:00 jlam Exp $
+$NetBSD: distinfo,v 1.7 2007/01/24 15:23:26 joerg Exp $
 
 SHA1 (monafont-2.90.tar.bz2) = 6106097a74afed072b3c49555356c5cb88cec172
 RMD160 (monafont-2.90.tar.bz2) = 1b5dbd521581f05bd26e8339b316e0207be3c7a1
 Size (monafont-2.90.tar.bz2) = 808897 bytes
+SHA1 (patch-aa) = 24d568ec79884eb643e45c5c192d64a308cec3ba
diff -r 87504f48cc31 -r a1c9cafabcd4 fonts/monafonts/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/monafonts/patches/patch-aa  Wed Jan 24 15:23:26 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.4 2007/01/24 15:23:26 joerg Exp $
+
+--- Makefile.orig      2007-01-24 15:00:08.000000000 +0000
++++ Makefile
+@@ -20,9 +20,9 @@ GZIP_SUFFIX  = gz
+ DESTDIR               =
+ X11BINDIR     = /usr/X11R6/bin
+ X11FONTDIR    = $(DESTDIR)/usr/X11R6/lib/X11/fonts/local
+-BDFTOPCF      = $(X11BINDIR)/bdftopcf
+-MKDIRHIER     = $(X11BINDIR)/mkdirhier        # 'mkdir -p' may also work.
+-MKFONTDIR     = $(X11BINDIR)/mkfontdir
++BDFTOPCF      = bdftopcf
++MKDIRHIER     = mkdirhier     # 'mkdir -p' may also work.
++MKFONTDIR     = mkfontdir
+ 
+ MY_RPM_ROOT   = /tmp/rpm-root
+ 



Home | Main Index | Thread Index | Old Index