summaryrefslogtreecommitdiff
path: root/fonts/font-dec-misc/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-15 14:49:10 +0000
committerjoerg <joerg>2006-11-15 14:49:10 +0000
commitb418d4e3449d805258eebd984fb6687f2fd64051 (patch)
tree904d4aedd6127e86a27f2b8d5a2cdc8b9754bce9 /fonts/font-dec-misc/patches
parent110580c1368a9bf39f1e5140e23cf31f3cce441a (diff)
downloadpkgsrc-b418d4e3449d805258eebd984fb6687f2fd64051.tar.gz
Import font-dec-misc-1.0.0:
This are the PCF versions of the following DEC fonts for 100dpi displays: - Cursor - Session This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-dec-misc/patches')
-rw-r--r--fonts/font-dec-misc/patches/patch-aa13
-rw-r--r--fonts/font-dec-misc/patches/patch-ab13
-rw-r--r--fonts/font-dec-misc/patches/patch-ac12
3 files changed, 38 insertions, 0 deletions
diff --git a/fonts/font-dec-misc/patches/patch-aa b/fonts/font-dec-misc/patches/patch-aa
new file mode 100644
index 00000000000..ebb2e626017
--- /dev/null
+++ b/fonts/font-dec-misc/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $
+
+--- Makefile.am.orig 2006-11-15 14:23:59.000000000 +0100
++++ Makefile.am
+@@ -65,8 +65,6 @@ CLEANFILES = $(font_DATA)
+ EXTRA_DIST = $(BDF_FILES) autogen.sh
+
+ 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-dec-misc/patches/patch-ab b/fonts/font-dec-misc/patches/patch-ab
new file mode 100644
index 00000000000..3a61f0b9cca
--- /dev/null
+++ b/fonts/font-dec-misc/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $
+
+--- Makefile.in.orig 2006-11-15 14:24:06.000000000 +0100
++++ Makefile.in
+@@ -416,8 +416,6 @@ uninstall-am: uninstall-fontDATA uninsta
+ $(BDFTOPCF) -t $< | gzip > $@
+
+ 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-dec-misc/patches/patch-ac b/fonts/font-dec-misc/patches/patch-ac
new file mode 100644
index 00000000000..7fdae466b19
--- /dev/null
+++ b/fonts/font-dec-misc/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $
+
+--- configure.ac.orig 2006-11-15 14:24:26.000000000 +0100
++++ configure.ac
+@@ -29,7 +29,6 @@ AM_MAINTAINER_MODE
+ AC_PROG_INSTALL
+
+ AC_PATH_PROG(BDFTOPCF, bdftopcf)
+-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]))])