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 find moved man pages.



details:   https://anonhg.NetBSD.org/src/rev/37b8d8b52ff9
branches:  trunk
changeset: 794620:37b8d8b52ff9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 19 23:46:22 2014 +0000

description:
find moved man pages.

diffstat:

 external/mit/xorg/bin/xkbutils/Makefile.xkbutils |  6 ++++--
 external/mit/xorg/bin/xkill/Makefile             |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 65fef69d0330 -r 37b8d8b52ff9 external/mit/xorg/bin/xkbutils/Makefile.xkbutils
--- a/external/mit/xorg/bin/xkbutils/Makefile.xkbutils  Wed Mar 19 23:46:05 2014 +0000
+++ b/external/mit/xorg/bin/xkbutils/Makefile.xkbutils  Wed Mar 19 23:46:22 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xkbutils,v 1.2 2009/11/09 00:36:12 mrg Exp $
+#      $NetBSD: Makefile.xkbutils,v 1.3 2014/03/19 23:46:22 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,9 @@
 DPADD+=        ${LIBXKBFILE} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
-.PATH: ${X11SRCDIR.xkbutils}
+CPPFLAGS+=     -DHAVE_STRCASECMP
+
+.PATH: ${X11SRCDIR.xkbutils} ${X11SRCDIR.xkbutils}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 65fef69d0330 -r 37b8d8b52ff9 external/mit/xorg/bin/xkill/Makefile
--- a/external/mit/xorg/bin/xkill/Makefile      Wed Mar 19 23:46:05 2014 +0000
+++ b/external/mit/xorg/bin/xkill/Makefile      Wed Mar 19 23:46:22 2014 +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 2014/03/19 23:46:22 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,9 @@
 LDADD+=        -lXmuu -lXt -lSM -lICE -lXext -lX11
 DPADD+=        ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
 
-.PATH: ${X11SRCDIR.${PROG}}
+CPPFLAGS+=     -DPACKAGE_STRING=\"1.0.4\"
+
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index