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/x11perf updates for x11perf 1.5.4
details: https://anonhg.NetBSD.org/src/rev/dc148d11a92f
branches: trunk
changeset: 767911:dc148d11a92f
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Aug 03 02:55:30 2011 +0000
description:
updates for x11perf 1.5.4
diffstat:
external/mit/xorg/bin/x11perf/Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 49fab0972bca -r dc148d11a92f external/mit/xorg/bin/x11perf/Makefile
--- a/external/mit/xorg/bin/x11perf/Makefile Wed Aug 03 01:58:30 2011 +0000
+++ b/external/mit/xorg/bin/x11perf/Makefile Wed Aug 03 02:55:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/03 02:55:30 mrg Exp $
.include <bsd.own.mk>
@@ -12,10 +12,12 @@
MAN= Xmark.1 x11perf.1 x11perfcomp.1
-BUILDSYMLINKS= x11pcomp.cpp x11perfcomp.cpp
+x11perfcomp: x11perfcomp.in
+ ${TOOL_SED} \
+ -e "s,@x11perfcompdir@,${X11LIBDIR}/x11perfcomp,;" \
+ -e "s,@MKTEMP@,/usr/bin/mktemp,;" \
+ < ${.ALLSRC} > ${.TARGET}
-CPPSCRIPTS= x11perfcomp
-CPPSCRIPTFLAGS= -DLIBPATH=${X11LIBDIR}/x11perfcomp
SCRIPTS= x11perfcomp Xmark \
fillblnk perfboth perfratio
SCRIPTSDIR_fillblnk.sh= ${X11LIBDIR}/x11perfcomp
@@ -28,6 +30,7 @@
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index