Module Name:    src
Committed By:   dholland
Date:           Mon Mar 21 05:23:39 UTC 2016

Modified Files:
        src/distrib/sets/lists/xcomp: mi
        src/external/mit/xorg/lib/freetype/freetype: Makefile

Log Message:
Install ftttdrv.h, which was apparently overlooked at some point
(probably because it contains little of substance...) PR 50902.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.20 -r1.21 \
    src/external/mit/xorg/lib/freetype/freetype/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.175 src/distrib/sets/lists/xcomp/mi:1.176
--- src/distrib/sets/lists/xcomp/mi:1.175	Tue Oct 13 03:32:28 2015
+++ src/distrib/sets/lists/xcomp/mi	Mon Mar 21 05:23:39 2016
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.175 2015/10/13 03:32:28 mrg Exp $
+#	 $NetBSD: mi,v 1.176 2016/03/21 05:23:39 dholland Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5783,6 +5783,7 @@
 ./usr/X11R7/include/freetype2/ftsystem.h		-unknown-	xorg
 ./usr/X11R7/include/freetype2/ftfntfmt.h		-unknown-	xorg
 ./usr/X11R7/include/freetype2/fttrigon.h		-unknown-	xorg
+./usr/X11R7/include/freetype2/ftttdrv.h			-unknown-	xorg
 ./usr/X11R7/include/freetype2/fttypes.h			-unknown-	xorg
 ./usr/X11R7/include/freetype2/ftwinfnt.h		-unknown-	xorg
 ./usr/X11R7/include/freetype2/ftxf86.h			-unknown-	obsolete

Index: src/external/mit/xorg/lib/freetype/freetype/Makefile
diff -u src/external/mit/xorg/lib/freetype/freetype/Makefile:1.20 src/external/mit/xorg/lib/freetype/freetype/Makefile:1.21
--- src/external/mit/xorg/lib/freetype/freetype/Makefile:1.20	Mon Jul 20 04:10:40 2015
+++ src/external/mit/xorg/lib/freetype/freetype/Makefile	Mon Mar 21 05:23:39 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2015/07/20 04:10:40 mrg Exp $
+#	$NetBSD: Makefile,v 1.21 2016/03/21 05:23:39 dholland Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@ INCS=	freetype.h ftadvanc.h ftbbox.h ftb
 	ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h ftlcdfil.h ftlist.h \
 	ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h \
 	ftpfr.h ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h \
-	ftsystem.h fttrigon.h fttypes.h ftwinfnt.h \
+	ftsystem.h fttrigon.h ftttdrv.h fttypes.h ftwinfnt.h \
 	t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h \
 	ftautoh.h ftcffdrv.h ft2build.h
 

Reply via email to