summaryrefslogtreecommitdiff
path: root/fonts/font-misc-misc/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-14 21:20:55 +0000
committerjoerg <joerg>2006-11-14 21:20:55 +0000
commit76c0b3ddae7b3229da6f24b4fda20232fc14cf70 (patch)
treeb06daacdcbeebdd4c5a3c53c9a09349975721c0b /fonts/font-misc-misc/patches
parenta8ab86d959640503e1df99293d41d6893bb56ab0 (diff)
downloadpkgsrc-76c0b3ddae7b3229da6f24b4fda20232fc14cf70.tar.gz
Import font-misc-misc-1.0.0 from pkgsrc-wip, containing the standard
"fixed" PCF font. Patches remove the reference to bdftruncate (never used) and mkfontscale (bitmap fonts only). Perl is not needed any longer as site effect and should have never been checked for in first place.
Diffstat (limited to 'fonts/font-misc-misc/patches')
-rw-r--r--fonts/font-misc-misc/patches/patch-aa24
-rw-r--r--fonts/font-misc-misc/patches/patch-ab16
-rw-r--r--fonts/font-misc-misc/patches/patch-ac24
3 files changed, 64 insertions, 0 deletions
diff --git a/fonts/font-misc-misc/patches/patch-aa b/fonts/font-misc-misc/patches/patch-aa
new file mode 100644
index 00000000000..4b4d6d6918c
--- /dev/null
+++ b/fonts/font-misc-misc/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/11/14 21:20:55 joerg Exp $
+
+--- Makefile.am.orig 2005-11-24 06:21:15.000000000 +0100
++++ Makefile.am
+@@ -208,10 +208,6 @@ SUFFIXES = .bdf .pcf.gz t.bdf \
+ @rm -f $@
+ $(BDFTOPCF) -t $< | gzip > $@
+
+-.bdft.bdf:
+- @rm -f $@
+- $(PERL) $(BDFTRUNCATE) 0x3200 < $< > $@
+-
+ .bdf-ISO8859-1.bdf:
+ @rm -f $@
+ $(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
+@@ -324,8 +320,6 @@ EXTRA_DIST = $(BDF_FILES) autogen.sh
+ all-local: $(BUILT_BDF_FILES) $(font_DATA)
+
+ install-data-hook:
+- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
+- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
+ @rm -f $(DESTDIR)$(fontdir)/font.dir
+ $(MKFONTDIR) $(DESTDIR)$(fontdir)
+
diff --git a/fonts/font-misc-misc/patches/patch-ab b/fonts/font-misc-misc/patches/patch-ab
new file mode 100644
index 00000000000..edc4fd96e59
--- /dev/null
+++ b/fonts/font-misc-misc/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/11/14 21:20:55 joerg Exp $
+
+--- configure.ac.orig 2005-12-15 01:24:25.000000000 +0100
++++ configure.ac
+@@ -28,11 +28,8 @@ AM_MAINTAINER_MODE
+
+ AC_PROG_INSTALL
+
+-AC_PATH_PROGS(PERL, perl perl5)
+ AC_PATH_PROG(BDFTOPCF, bdftopcf)
+-AC_PATH_PROG(BDFTRUNCATE, bdftruncate)
+ AC_PATH_PROG(UCS2ANY, ucs2any)
+-AC_PATH_PROG(MKFONTSCALE, mkfontscale)
+ AC_PATH_PROG(MKFONTDIR, mkfontdir)
+
+ m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
diff --git a/fonts/font-misc-misc/patches/patch-ac b/fonts/font-misc-misc/patches/patch-ac
new file mode 100644
index 00000000000..b6bbd3027c0
--- /dev/null
+++ b/fonts/font-misc-misc/patches/patch-ac
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.1.1.1 2006/11/14 21:20:55 joerg Exp $
+
+--- Makefile.in.orig 2005-12-21 09:19:58.000000000 +0100
++++ Makefile.in
+@@ -616,10 +616,6 @@ uninstall-am: uninstall-fontDATA uninsta
+ @rm -f $@
+ $(BDFTOPCF) -t $< | gzip > $@
+
+-.bdft.bdf:
+- @rm -f $@
+- $(PERL) $(BDFTRUNCATE) 0x3200 < $< > $@
+-
+ .bdf-ISO8859-1.bdf:
+ @rm -f $@
+ $(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
+@@ -691,8 +687,6 @@ t.bdf.pcf.gz:
+ all-local: $(BUILT_BDF_FILES) $(font_DATA)
+
+ install-data-hook:
+- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
+- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
+ @rm -f $(DESTDIR)$(fontdir)/font.dir
+ $(MKFONTDIR) $(DESTDIR)$(fontdir)
+