diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 13:34:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 13:34:48 +0000 |
commit | 765442e61aa088dfaff27d5d90b04552511e2631 (patch) | |
tree | 79ee6cd03dde220f59c44c9f1ad532d9dd4a642f /fonts/font-bitstream-100dpi/patches | |
parent | eb7a032f5802bc2df58a4b03dde5074736a20ff7 (diff) | |
download | pkgsrc-765442e61aa088dfaff27d5d90b04552511e2631.tar.gz |
Import font-bitstream-100dpi-1.0.0:
This are the PCF versions of the following Bitstream fonts for 100dpi
displays:
- Charter
- Terminal
This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-bitstream-100dpi/patches')
-rw-r--r-- | fonts/font-bitstream-100dpi/patches/patch-aa | 13 | ||||
-rw-r--r-- | fonts/font-bitstream-100dpi/patches/patch-ab | 13 | ||||
-rw-r--r-- | fonts/font-bitstream-100dpi/patches/patch-ac | 12 |
3 files changed, 38 insertions, 0 deletions
diff --git a/fonts/font-bitstream-100dpi/patches/patch-aa b/fonts/font-bitstream-100dpi/patches/patch-aa new file mode 100644 index 00000000000..7057bbbeffb --- /dev/null +++ b/fonts/font-bitstream-100dpi/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 13:34:48 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-bitstream-100dpi/patches/patch-ab b/fonts/font-bitstream-100dpi/patches/patch-ab new file mode 100644 index 00000000000..23944ad7b5e --- /dev/null +++ b/fonts/font-bitstream-100dpi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 13:34:48 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-bitstream-100dpi/patches/patch-ac b/fonts/font-bitstream-100dpi/patches/patch-ac new file mode 100644 index 00000000000..ccf9c3ec788 --- /dev/null +++ b/fonts/font-bitstream-100dpi/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2006/11/15 13:34:48 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]))]) |