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 manuals moved into man/ subdirs.



details:   https://anonhg.NetBSD.org/src/rev/d05acae3c7aa
branches:  trunk
changeset: 787051:d05acae3c7aa
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 31 06:24:05 2013 +0000

description:
find manuals moved into man/ subdirs.

diffstat:

 external/mit/xorg/bin/oclock/Makefile      |  3 ++-
 external/mit/xorg/bin/setxkbmap/Makefile   |  3 ++-
 external/mit/xorg/bin/viewres/Makefile     |  3 ++-
 external/mit/xorg/bin/xclipboard/Makefile  |  3 ++-
 external/mit/xorg/bin/xclock/Makefile      |  3 ++-
 external/mit/xorg/bin/xcmsdb/Makefile      |  3 ++-
 external/mit/xorg/bin/xditview/Makefile    |  3 ++-
 external/mit/xorg/bin/xdpyinfo/Makefile    |  3 ++-
 external/mit/xorg/bin/xedit/xedit/Makefile |  5 +++--
 external/mit/xorg/bin/xev/Makefile         |  3 ++-
 10 files changed, 21 insertions(+), 11 deletions(-)

diffs (172 lines):

diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/oclock/Makefile
--- a/external/mit/xorg/bin/oclock/Makefile     Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/oclock/Makefile     Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/11/21 02:33:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,7 @@
 DPADD+=        ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/setxkbmap/Makefile
--- a/external/mit/xorg/bin/setxkbmap/Makefile  Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/setxkbmap/Makefile  Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,7 @@
 DPADD+=        ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 X11EXTRAMANDEFS+=      -e 's,__xkbconfigroot__,${X11LIBDIR}/xkb,g'
 
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/viewres/Makefile
--- a/external/mit/xorg/bin/viewres/Makefile    Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/viewres/Makefile    Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/05/21 06:04:36 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xclipboard/Makefile
--- a/external/mit/xorg/bin/xclipboard/Makefile Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xclipboard/Makefile Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/11/09 00:43:39 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xclock/Makefile
--- a/external/mit/xorg/bin/xclock/Makefile     Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xclock/Makefile     Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/11/09 00:10:47 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@
        ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xcmsdb/Makefile
--- a/external/mit/xorg/bin/xcmsdb/Makefile     Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xcmsdb/Makefile     Fri May 31 06:24:05 2013 +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 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,7 @@
 DPADD+=        ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xditview/Makefile
--- a/external/mit/xorg/bin/xditview/Makefile   Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xditview/Makefile   Fri May 31 06:24:05 2013 +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 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -21,6 +21,7 @@
 FILESDIR=${X11INCDIR}/X11/bitmaps
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xdpyinfo/Makefile
--- a/external/mit/xorg/bin/xdpyinfo/Makefile   Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xdpyinfo/Makefile   Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/05/22 02:40:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -15,6 +15,7 @@
        ${LIBXXF86VM} ${LIBXXF86DGA} ${LIBXEXT} ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 COPTS.xdpyinfo.c+=     -Wno-error      # xf86vmstr.h
 
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xedit/xedit/Makefile
--- a/external/mit/xorg/bin/xedit/xedit/Makefile        Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xedit/xedit/Makefile        Fri May 31 06:24:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/11/21 01:25:32 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -20,7 +20,8 @@
 DPADD+=                ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
                ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
 
-.PATH:         ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r 7e37ca4d07e9 -r d05acae3c7aa external/mit/xorg/bin/xev/Makefile
--- a/external/mit/xorg/bin/xev/Makefile        Fri May 31 05:42:14 2013 +0000
+++ b/external/mit/xorg/bin/xev/Makefile        Fri May 31 06:24:05 2013 +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 2013/05/31 06:24:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 DPADD+=        ${LIBX11}
 
 .PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}}/man
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index