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/xvidtune find the app-defaults file in...



details:   https://anonhg.NetBSD.org/src/rev/4d8842151723
branches:  trunk
changeset: 755041:4d8842151723
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 21 06:37:26 2010 +0000

description:
find the app-defaults file in the new place, as a non- .cpp file.

diffstat:

 external/mit/xorg/bin/xvidtune/Makefile |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 95fe1970b3cb -r 4d8842151723 external/mit/xorg/bin/xvidtune/Makefile
--- a/external/mit/xorg/bin/xvidtune/Makefile   Fri May 21 06:09:34 2010 +0000
+++ b/external/mit/xorg/bin/xvidtune/Makefile   Fri May 21 06:37:26 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 2009/06/12 06:57:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/21 06:37:26 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=          xvidtune
-APPDEFS=       Xvidtune.ad
+APPDEFS=       Xvidtune
 
 SRCS=  xvidtune.c
 
@@ -11,16 +11,9 @@
 DPADD+=        ${LIBXXF86VM} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
 
 VENDOR_NAME=The Xorg Foundation
 
-Xvidtune.ad: Xvidtune.cpp Makefile
-       $(CC) -E ${X11SRCDIR.xvidtune}/Xvidtune.cpp | \
-       sed -e 's/^\#.*$$//g' -e 's|__VENDOR__|$(VENDOR_NAME)|' > ${.TARGET}
-
-CLEANFILES+=   Xvidtune.ad
-
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
-#XTODO= Xvidtune.ad



Home | Main Index | Thread Index | Old Index