eb5f7d87ec
which again based on following upstream announce. ------------------------------ [ANNOUNCE] font releases, second and final part Mon, 15 Nov 2010 15:33:04 -0800 http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01323.html ------- And here are the final font releases. Like in my previous batch, all changes are by Gaétan and Jesse. ------------------------------- (30 fonts are listed below, marked *'s are not imported yet or already up-to-date) now new font-arabic-misc 1.0.1 1.0.3 font-bh-lucidatypewriter-100dpi 1.0.1 1.0.3 font-bh-lucidatypewriter-100dpi 1.0.1 1.0.3 font-bh-lucidatypewriter-75dpi 1.0.1 1.0.3 font-bh-lucidatypewriter-75dpi 1.0.1 1.0.3 font-bh-ttf 1.0.1 1.0.3 (with some PLIST change) font-bh-type1 1.0.1 1.0.3 font-bitstream-100dpi 1.0.1 1.0.3 font-bitstream-75dpi 1.0.1 1.0.3 font-bitstream-speedo 1.0.2* font-bitstream-type1 1.0.1 1.0.3 font-cronyx-cyrillic 1.0.1 1.0.3 font-cursor-misc 1.0.1 1.0.3 font-daewoo-misc 1.0.1 1.0.3 font-dec-misc 1.0.1 1.0.3 font-ibm-type1 1.0.1 1.0.3 font-isas-misc 1.0.1 1.0.3 font-jis-misc 1.0.1 1.0.3 font-micro-misc 1.0.1 1.0.3 font-misc-cyrillic 1.0.1 1.0.3 font-misc-ethiopic 1.0.1 1.0.3 font-misc-meltho 1.0.1 1.0.3 font-misc-misc 1.0.0 1.1.2 (patch-a[ac] modified and patch-ab removed) PLIST change as: lib/X11/fonts/misc/ share/fonts/X11/misc/ font-mutt-misc 1.0.1 1.0.3 font-schumacher-misc 1.1.2 1.1.2* (Already up-to-date) font-screen-cyrillic 1.0.2 1.0.4 font-sony-misc 1.0.1 1.0.3 font-sun-misc 1.0.1 1.0.3 font-winitzki-cyrillic 1.0.1 1.0.3 font-xfree86-type1 1.0.2 1.0.4 30 are in the list and 28 out of them are delt this bundle patch ------------------------------- Also fonts/font-misc-misc/patches/patch-ab is deleted, upstream no longer has the lines originally patch-ab is removing.
19 lines
600 B
Text
19 lines
600 B
Text
$NetBSD: patch-ac,v 1.2 2012/06/12 02:10:25 mef Exp $
|
|
|
|
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.
|
|
|
|
--- Makefile.in.orig 2010-11-16 07:54:03.000000000 +0900
|
|
+++ Makefile.in 2011-10-29 01:33:38.000000000 +0900
|
|
@@ -750,10 +750,6 @@
|
|
@rm -f $@
|
|
$(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@
|
|
|
|
-.bdft.bdf:
|
|
- @rm -f $@
|
|
- $(BDFTRUNCATE) 0x3200 < $< > $@
|
|
-
|
|
.bdf-ISO8859-1.bdf:
|
|
@rm -f $@
|
|
$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
|