Source-Changes-HG archive

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

[src/trunk]: src for some reason that is currently eluding me, non-MKUPDATE b...



details:   https://anonhg.NetBSD.org/src/rev/1d0fe9af7a41
branches:  trunk
changeset: 819225:1d0fe9af7a41
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Nov 23 09:50:52 2016 +0000

description:
for some reason that is currently eluding me, non-MKUPDATE builds
fail while trying to delete xkeyboard-config.7.  remove for now.  you
didn't have this man page before and you probably didn't care.

diffstat:

 distrib/sets/lists/xbase/mi                     |  6 +++---
 external/mit/xorg/lib/xkeyboard-config/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 644674512559 -r 1d0fe9af7a41 distrib/sets/lists/xbase/mi
--- a/distrib/sets/lists/xbase/mi       Wed Nov 23 05:00:20 2016 +0000
+++ b/distrib/sets/lists/xbase/mi       Wed Nov 23 09:50:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.136 2016/11/22 19:51:37 snj Exp $
+# $NetBSD: mi,v 1.137 2016/11/23 09:50:52 snj Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1536,7 +1536,7 @@
 ./usr/X11R7/man/html7/XOrgFoundation.html              -unknown-       html,xorg
 ./usr/X11R7/man/html7/XProjectTeam.html                        -unknown-       html,xorg
 ./usr/X11R7/man/html7/Xsecurity.html                   -unknown-       html,xorg
-./usr/X11R7/man/html7/xkeyboard-config.html            -unknown-       html,xorg
+#./usr/X11R7/man/html7/xkeyboard-config.html           -unknown-       html,xorg
 ./usr/X11R7/man/man1                                   base-x11-root   xorg
 ./usr/X11R7/man/man1/appres.1                          -unknown-       .man,xorg
 ./usr/X11R7/man/man1/atobm.1                           -unknown-       .man,xorg
@@ -1681,7 +1681,7 @@
 ./usr/X11R7/man/man7/XOrgFoundation.7                  -unknown-       .man,xorg
 ./usr/X11R7/man/man7/XProjectTeam.7                    -unknown-       .man,xorg
 ./usr/X11R7/man/man7/Xsecurity.7                       -unknown-       .man,xorg
-./usr/X11R7/man/man7/xkeyboard-config.7                        -unknown-       .man,xorg
+#./usr/X11R7/man/man7/xkeyboard-config.7                       -unknown-       .man,xorg
 ./usr/X11R7/man/whatis.db                              -unknown-       man,xorg,!makemandb
 ./usr/X11R7/share                                      base-x11-root   xorg
 ./usr/X11R7/share/aclocal                              base-x11-root   xorg
diff -r 644674512559 -r 1d0fe9af7a41 external/mit/xorg/lib/xkeyboard-config/Makefile
--- a/external/mit/xorg/lib/xkeyboard-config/Makefile   Wed Nov 23 05:00:20 2016 +0000
+++ b/external/mit/xorg/lib/xkeyboard-config/Makefile   Wed Nov 23 09:50:52 2016 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.10 2016/11/22 19:51:37 snj Exp $
+#      $NetBSD: Makefile,v 1.11 2016/11/23 09:50:52 snj Exp $
 
 .include <bsd.own.mk>
 
 # XXX when updating to a new xkeyboard-config, regenerate with xsltproc
-MAN=           xkeyboard-config.7
+#MAN=          xkeyboard-config.7
 
 SUBDIR=                compat geometry keycodes rules symbols types
 



Home | Main Index | Thread Index | Old Index