Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/lib/freetype2/freetype Pull up revision 1.7 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/e9fe725a1522
branches:  netbsd-3
changeset: 575165:e9fe725a1522
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 20:52:12 2005 +0000

description:
Pull up revision 1.7 (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/lib/freetype2/freetype/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r a07affcaf0da -r e9fe725a1522 x11/lib/freetype2/freetype/Makefile
--- a/x11/lib/freetype2/freetype/Makefile       Wed Apr 06 20:52:08 2005 +0000
+++ b/x11/lib/freetype2/freetype/Makefile       Wed Apr 06 20:52:12 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2004/03/11 16:13:30 rtr Exp $
+#      $NetBSD: Makefile,v 1.6.8.1 2005/04/06 20:52:12 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -10,10 +10,10 @@
 
 INCS=  freetype.h ftbbox.h ftbdf.h ftcache.h ftchapters.h fterrdef.h \
        fterrors.h ftglyph.h ftgzip.h ftimage.h ftincrem.h ftlist.h \
-       ftmac.h ftmm.h ftmoderr.h ftmodule.h ftoutln.h ftpfr.h \
-       ftrender.h ftsizes.h ftsnames.h ftstroker.h ftsynth.h ftsysio.h \
+       ftlzw.h ftmac.h ftmm.h ftmoderr.h ftmodapi.h ftoutln.h ftpfr.h \
+       ftrender.h ftsizes.h ftsnames.h ftsynth.h ftsysio.h \
        ftsysmem.h ftsystem.h fttrigon.h fttypes.h ftwinfnt.h ftxf86.h \
-       t1tables.h ttnameid.h tttables.h tttags.h
+       t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h
 
 SCRIPTS=       freetype-config
 



Home | Main Index | Thread Index | Old Index