Module Name: src
Committed By: mrg
Date: Sat Jul 20 03:54:50 UTC 2019
Modified Files:
src/external/mit/xorg/tools/fc-cache: Makefile
src/external/mit/xorg/tools/mkfontscale: Makefile
Log Message:
update for freetype 2.10.0
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/tools/fc-cache/Makefile
cvs rdiff -u -r1.14 -r1.15 src/external/mit/xorg/tools/mkfontscale/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/tools/fc-cache/Makefile
diff -u src/external/mit/xorg/tools/fc-cache/Makefile:1.16 src/external/mit/xorg/tools/fc-cache/Makefile:1.17
--- src/external/mit/xorg/tools/fc-cache/Makefile:1.16 Fri Mar 8 09:58:24 2019
+++ src/external/mit/xorg/tools/fc-cache/Makefile Sat Jul 20 03:54:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/03/08 09:58:24 mrg Exp $
+# $NetBSD: Makefile,v 1.17 2019/07/20 03:54:50 mrg Exp $
.include <bsd.hostinit.mk>
@@ -22,7 +22,7 @@ SRCS.fontconfig= fcatomic.c fccache.c fc
ftglue.c
.PATH: ${FREETYPE}/src/base
-SRCS.freetype= ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c \
+SRCS.freetype= ftbase.c ftbbox.c ftbdf.c ftdebug.c \
ftglyph.c ftinit.c ftmm.c ftpfr.c ftstroke.c ftsynth.c \
ftsystem.c fttype1.c ftwinfnt.c ftbitmap.c
Index: src/external/mit/xorg/tools/mkfontscale/Makefile
diff -u src/external/mit/xorg/tools/mkfontscale/Makefile:1.14 src/external/mit/xorg/tools/mkfontscale/Makefile:1.15
--- src/external/mit/xorg/tools/mkfontscale/Makefile:1.14 Sun Mar 3 09:26:04 2019
+++ src/external/mit/xorg/tools/mkfontscale/Makefile Sat Jul 20 03:54:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/03/03 09:26:04 mrg Exp $
+# $NetBSD: Makefile,v 1.15 2019/07/20 03:54:50 mrg Exp $
.include <bsd.hostinit.mk>
@@ -10,7 +10,7 @@ FREETYPE= ${X11SRCDIR.freetype}
SRCS.mkfontscale= mkfontscale.c hash.c ident.c list.c constlist.c
.PATH: ${FREETYPE}/src/base
-SRCS.freetype+= ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c \
+SRCS.freetype+= ftbase.c ftbbox.c ftbdf.c ftdebug.c \
ftglyph.c ftinit.c ftmm.c ftpfr.c ftstroke.c ftsynth.c \
ftsystem.c fttype1.c ftwinfnt.c ftbitmap.c