Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add missing showfont(1). remove obsolete comment.
details: https://anonhg.NetBSD.org/src/rev/9f9b1d29af98
branches: trunk
changeset: 369969:9f9b1d29af98
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 11 05:54:00 2022 +0000
description:
add missing showfont(1). remove obsolete comment.
diffstat:
distrib/sets/lists/xbase/mi | 6 +++++-
distrib/sets/lists/xdebug/mi | 3 ++-
external/mit/xorg/bin/Makefile | 7 ++-----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (84 lines):
diff -r 5cc329028b11 -r 9f9b1d29af98 distrib/sets/lists/xbase/mi
--- a/distrib/sets/lists/xbase/mi Sun Sep 11 05:50:41 2022 +0000
+++ b/distrib/sets/lists/xbase/mi Sun Sep 11 05:54:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.170 2022/07/15 00:16:04 mrg Exp $
+# $NetBSD: mi,v 1.171 2022/09/11 05:54:00 mrg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -58,6 +58,7 @@
./usr/X11R7/bin/revpath xbase-revpath-bin xorg
./usr/X11R7/bin/sessreg xbase-sessreg-bin xorg
./usr/X11R7/bin/setxkbmap xbase-setxkbmap-bin xorg
+./usr/X11R7/bin/showfont xbase-showfont-bin xorg
./usr/X11R7/bin/showrgb xbase-rgb-bin xorg
./usr/X11R7/bin/smproxy xbase-smproxy-bin xorg
./usr/X11R7/bin/ssh-askpass xbase-ssh-askpass-bin xorg
@@ -1320,6 +1321,7 @@
./usr/X11R7/man/cat1/revpath.0 xbase-revpath-catman .cat,xorg
./usr/X11R7/man/cat1/sessreg.0 xbase-sessreg-catman .cat,xorg
./usr/X11R7/man/cat1/setxkbmap.0 xbase-setxkbmap-catman .cat,xorg
+./usr/X11R7/man/cat1/showfont.0 xbase-showfont-catman .cat,xorg
./usr/X11R7/man/cat1/showrgb.0 xbase-rgb-catman .cat,xorg
./usr/X11R7/man/cat1/smproxy.0 xbase-smproxy-catman .cat,xorg
./usr/X11R7/man/cat1/ssh-askpass.0 xbase-ssh-askpass-catman .cat,xorg
@@ -1471,6 +1473,7 @@
./usr/X11R7/man/html1/revpath.html xbase-revpath-htmlman html,xorg
./usr/X11R7/man/html1/sessreg.html xbase-sessreg-htmlman html,xorg
./usr/X11R7/man/html1/setxkbmap.html xbase-setxkbmap-htmlman html,xorg
+./usr/X11R7/man/html1/showfont.html xbase-showfont-htmlman html,xorg
./usr/X11R7/man/html1/showrgb.html xbase-rgb-htmlman html,xorg
./usr/X11R7/man/html1/smproxy.html xbase-smproxy-htmlman html,xorg
./usr/X11R7/man/html1/ssh-askpass.html xbase-ssh-askpass-htmlman html,xorg
@@ -1623,6 +1626,7 @@
./usr/X11R7/man/man1/revpath.1 xbase-revpath-man .man,xorg
./usr/X11R7/man/man1/sessreg.1 xbase-sessreg-man .man,xorg
./usr/X11R7/man/man1/setxkbmap.1 xbase-setxkbmap-man .man,xorg
+./usr/X11R7/man/man1/showfont.1 xbase-showfont-man .man,xorg
./usr/X11R7/man/man1/showrgb.1 xbase-rgb-man .man,xorg
./usr/X11R7/man/man1/smproxy.1 xbase-smproxy-man .man,xorg
./usr/X11R7/man/man1/ssh-askpass.1 xbase-ssh-askpass-man .man,xorg
diff -r 5cc329028b11 -r 9f9b1d29af98 distrib/sets/lists/xdebug/mi
--- a/distrib/sets/lists/xdebug/mi Sun Sep 11 05:50:41 2022 +0000
+++ b/distrib/sets/lists/xdebug/mi Sun Sep 11 05:54:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.44 2022/07/14 23:55:53 mrg Exp $
+# $NetBSD: mi,v 1.45 2022/09/11 05:54:00 mrg Exp $
./etc/mtree/set.xdebug comp-sys-root
./usr/X11R7/lib base-x11-root xorg,debuglib,compatx11dir
./usr/X11R7/lib/libEGL_g.a xdebug-libEGL-debuglib xorg,debuglib,compatx11file,xorg_glamor
@@ -151,6 +151,7 @@
./usr/libdata/debug/usr/X11R7/bin/scanpci.debug xdebug-obsolete xorg,obsolete
./usr/libdata/debug/usr/X11R7/bin/sessreg.debug xdebug-sessreg-debug xorg,debug
./usr/libdata/debug/usr/X11R7/bin/setxkbmap.debug xdebug-setxkbmap-debug xorg,debug
+./usr/libdata/debug/usr/X11R7/bin/showfont.debug xdebug-showfont-debug xorg,debug
./usr/libdata/debug/usr/X11R7/bin/showrgb.debug xdebug-rgb-debug xorg,debug
./usr/libdata/debug/usr/X11R7/bin/smproxy.debug xdebug-smproxy-debug xorg,debug
./usr/libdata/debug/usr/X11R7/bin/ssh-askpass.debug xdebug-ssh-askpass-debug xorg,debug
diff -r 5cc329028b11 -r 9f9b1d29af98 external/mit/xorg/bin/Makefile
--- a/external/mit/xorg/bin/Makefile Sun Sep 11 05:50:41 2022 +0000
+++ b/external/mit/xorg/bin/Makefile Sun Sep 11 05:54:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/07/14 18:52:23 mrg Exp $
+# $NetBSD: Makefile,v 1.19 2022/09/11 05:54:00 mrg Exp $
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
cleanlinks cvt cxpm editres \
@@ -8,7 +8,7 @@
iceauth ico imake listres lndir luit makedepend \
makeg makestrs mergelib mkdirhier mkfontdir \
mkfontscale mkhtmlindex oclock proxymngr revpath \
- rgb setxkbmap smproxy sxpm \
+ rgb setxkbmap showfont smproxy sxpm \
transset twm ucs2any viewres x11perf xauth xbiff xcalc \
xclipboard xclock xcmsdb xconsole xcutsel xditview xdm \
xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \
@@ -22,7 +22,4 @@
SUBDIR+=ssh-askpass
SUBDIR+=xsetwallpaper
-# bring back from xfree:
-# lndir
-
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index