Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/tools/mkfontscale Pull up revision 1.5 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/133c61ec827a
branches:  netbsd-3
changeset: 575240:133c61ec827a
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:58:36 2005 +0000

description:
Pull up revision 1.5 (requested by jmc in ticket #114):
Adjust for the latest XFree86 import. Code now compiles, but libraries
might be incomplete and sets are definitely still broken.

diffstat:

 x11/tools/mkfontscale/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8f4cebf90d98 -r 133c61ec827a x11/tools/mkfontscale/Makefile
--- a/x11/tools/mkfontscale/Makefile    Wed Apr 06 21:46:35 2005 +0000
+++ b/x11/tools/mkfontscale/Makefile    Wed Apr 06 21:58:36 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2004/04/12 15:41:27 dbj Exp $
+#      $NetBSD: Makefile,v 1.4.4.1 2005/04/06 21:58:36 tron Exp $
 
 NOMAN=         1
 
@@ -19,6 +19,7 @@
 .PATH: ${FREETYPESRC}/cff
 .PATH: ${FREETYPESRC}/cid
 .PATH: ${FREETYPESRC}/gzip
+.PATH: ${FREETYPESRC}/lzw
 .PATH: ${FREETYPESRC}/pcf
 .PATH: ${FREETYPESRC}/pfr
 .PATH: ${FREETYPESRC}/psaux
@@ -32,7 +33,7 @@
 .PATH: ${FREETYPESRC}/type42
 .PATH: ${FREETYPESRC}/winfonts
 SRCS.freetype= ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c ftglyph.c \
-               ftinit.c ftmm.c ftpfr.c ftstroker.c ftsynth.c ftsystem.c \
+               ftinit.c ftlzw.c ftmm.c ftpfr.c ftsynth.c ftsystem.c \
                fttype1.c ftwinfnt.c ftxf86.c autohint.c bdf.c cff.c \
                type1cid.c ftgzip.c pcf.c pfr.c psaux.c pshinter.c psnames.c \
                raster.c sfnt.c smooth.c truetype.c type1.c type42.c winfnt.c



Home | Main Index | Thread Index | Old Index