Module Name:    src
Committed By:   mrg
Date:           Sun Nov 21 07:20:06 UTC 2010

Modified Files:
        src/external/mit/xorg/bin: Makefile
Added Files:
        src/external/mit/xorg/bin/fc-query: Makefile
        src/external/mit/xorg/bin/fc-scan: Makefile

Log Message:
add fc-query and fc-scan.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/bin/fc-query/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/bin/fc-scan/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/bin/Makefile
diff -u src/external/mit/xorg/bin/Makefile:1.9 src/external/mit/xorg/bin/Makefile:1.10
--- src/external/mit/xorg/bin/Makefile:1.9	Sun Nov 21 06:01:49 2010
+++ src/external/mit/xorg/bin/Makefile	Sun Nov 21 07:20:06 2010
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile,v 1.9 2010/11/21 06:01:49 mrg Exp $
+#	$NetBSD: Makefile,v 1.10 2010/11/21 07:20:06 mrg Exp $
 
 SUBDIR=	appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
-	cleanlinks cxpm editres fc-cache fc-cat fc-list fc-match \
+	cleanlinks cxpm editres \
+	fc-cache fc-cat fc-list fc-match fc-query fc-scan \
 	fonttosfnt fslsfonts fstobdf glxgears glxinfo \
 	iceauth ico imake listres lndir luit makedepend \
 	makeg makestrs mergelib mkdirhier mkfontdir \

Added files:

Index: src/external/mit/xorg/bin/fc-query/Makefile
diff -u /dev/null src/external/mit/xorg/bin/fc-query/Makefile:1.1
--- /dev/null	Sun Nov 21 07:20:06 2010
+++ src/external/mit/xorg/bin/fc-query/Makefile	Sun Nov 21 07:20:06 2010
@@ -0,0 +1,18 @@
+#	$NetBSD
+
+.include <bsd.own.mk>
+
+PROG=	fc-query
+
+CPPFLAGS+=	-I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
+
+LDADD+=	-lfontconfig -lfreetype -lexpat
+DPADD+=	${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
+
+.PATH:	${X11SRCDIR.fontconfig}/${PROG}
+
+FCARCH_DEPFILE=	fc-cat.c
+.include "../../lib/fontconfig/src/Makefile.fcarch"
+
+.include <bsd.x11.mk>
+.include <bsd.prog.mk>

Index: src/external/mit/xorg/bin/fc-scan/Makefile
diff -u /dev/null src/external/mit/xorg/bin/fc-scan/Makefile:1.1
--- /dev/null	Sun Nov 21 07:20:06 2010
+++ src/external/mit/xorg/bin/fc-scan/Makefile	Sun Nov 21 07:20:06 2010
@@ -0,0 +1,18 @@
+#	$NetBSD: Makefile,v 1.1 2010/11/21 07:20:06 mrg Exp $
+
+.include <bsd.own.mk>
+
+PROG=	fc-scan
+
+CPPFLAGS+=	-I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
+
+LDADD+=	-lfontconfig -lfreetype -lexpat
+DPADD+=	${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
+
+.PATH:	${X11SRCDIR.fontconfig}/${PROG}
+
+FCARCH_DEPFILE=	fc-cat.c
+.include "../../lib/fontconfig/src/Makefile.fcarch"
+
+.include <bsd.x11.mk>
+.include <bsd.prog.mk>

Reply via email to