Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xft-config delete obsolete files.



details:   https://anonhg.NetBSD.org/src/rev/96446e1c70c9
branches:  trunk
changeset: 758945:96446e1c70c9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 22 00:31:35 2010 +0000

description:
delete obsolete files.

diffstat:

 external/mit/xorg/bin/xft-config/Makefile |  33 -------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diffs (37 lines):

diff -r 60210d597aa1 -r 96446e1c70c9 external/mit/xorg/bin/xft-config/Makefile
--- a/external/mit/xorg/bin/xft-config/Makefile Mon Nov 22 00:27:55 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-#      $NetBSD: Makefile,v 1.2 2009/01/31 21:23:45 mrg Exp $
-
-.include <bsd.own.mk>
-
-.PATH: ${X11SRCDIR.Xft} ${X11SRCDIR.Xft}/man
-
-SCRIPTS=       xft-config
-MAN=           xft-config.1
-
-xft-config:    xft-config.in
-       ${_MKTARGET_CREATE}
-       ${TOOL_SED} \
-               -e 's,@prefix@,${X11ROOTDIR},; \
-               s,@exec_prefix@,$${prefix},; \
-               s,@libdir@,$${prefix}/lib,; \
-               s,@includedir@,$${prefix}/include,; \
-               s,@VERSION@,2.1.12,; \
-               s,@FREETYPE_LIBS@,-lfreetype -lz,; \
-               s,@FREETYPE_CFLAGS@,-I$${includedir}/freetype2, ; \
-               s,@FONTCONFIG_LIBS@,-lfontconfig,; \
-               s,@FONTCONFIG_CFLAGS@,,; \
-               s,@XRENDER_LIBS@,-lXrender,; \
-               s,@XRENDER_CFLAGS@,,; \
-               s%-L\([^        ]*\)%-Wl,-R\1 &%g' \
-               < ${.ALLSRC} > ${.TARGET}.tmp && \
-       mv -f ${.TARGET}.tmp ${.TARGET}
-
-xft-config.in: Makefile
-
-CLEANFILES+=   xft-config xft-config.tmp
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index