Source-Changes-HG archive

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

[src/trunk]: src hook videoctl into build



details:   https://anonhg.NetBSD.org/src/rev/30641ab11c7f
branches:  trunk
changeset: 760088:30641ab11c7f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 26 11:31:43 2010 +0000

description:
hook videoctl into build

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 distrib/sets/lists/comp/mi |  3 ++-
 distrib/sets/lists/man/mi  |  5 ++++-
 usr.bin/Makefile           |  5 +++--
 4 files changed, 11 insertions(+), 5 deletions(-)

diffs (86 lines):

diff -r 0e65129fd50a -r 30641ab11c7f distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sun Dec 26 10:37:14 2010 +0000
+++ b/distrib/sets/lists/base/mi        Sun Dec 26 11:31:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.909 2010/12/19 22:53:19 pgoyette Exp $
+# $NetBSD: mi,v 1.910 2010/12/26 11:31:44 jmcneill Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -686,6 +686,7 @@
 ./usr/bin/uux                                  base-obsolete           obsolete
 ./usr/bin/vacation                             base-mail-bin
 ./usr/bin/vi                                   base-util-bin
+./usr/bin/videoctl                             base-video-bin
 ./usr/bin/view                                 base-util-bin
 ./usr/bin/vis                                  base-util-bin
 ./usr/bin/vmstat                               base-util-bin
diff -r 0e65129fd50a -r 30641ab11c7f distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sun Dec 26 10:37:14 2010 +0000
+++ b/distrib/sets/lists/comp/mi        Sun Dec 26 11:31:43 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1562 2010/12/25 23:28:18 haad Exp $
+#      $NetBSD: mi,v 1.1563 2010/12/26 11:31:44 jmcneill Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3418,6 +3418,7 @@
 ./usr/libdata/debug/usr/bin/vacation.debug     comp-mail-debug         debug
 ./usr/libdata/debug/usr/bin/verify_krb5_conf.debug     comp-krb5-debug         kerberos,debug
 ./usr/libdata/debug/usr/bin/vi.debug           comp-util-debug         debug
+./usr/libdata/debug/usr/bin/videoctl.debug     comp-video-debug        debug
 ./usr/libdata/debug/usr/bin/vis.debug          comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/vmstat.debug       comp-util-debug         debug
 ./usr/libdata/debug/usr/bin/vndcompress.debug  comp-util-debug         debug
diff -r 0e65129fd50a -r 30641ab11c7f distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Dec 26 10:37:14 2010 +0000
+++ b/distrib/sets/lists/man/mi Sun Dec 26 11:31:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1269 2010/12/16 15:30:56 pooka Exp $
+# $NetBSD: mi,v 1.1270 2010/12/26 11:31:45 jmcneill Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -540,6 +540,7 @@
 ./usr/share/man/cat1/uux.0                     man-obsolete            obsolete
 ./usr/share/man/cat1/vacation.0                        man-mail-catman         .cat
 ./usr/share/man/cat1/vi.0                      man-util-catman         .cat
+./usr/share/man/cat1/videoctl.0                        man-video-catman        .cat
 ./usr/share/man/cat1/view.0                    man-util-catman         .cat
 ./usr/share/man/cat1/vis.0                     man-util-catman         .cat
 ./usr/share/man/cat1/vmstat.0                  man-util-catman         .cat
@@ -3318,6 +3319,7 @@
 ./usr/share/man/html1/uuidgen.html             man-util-htmlman        html
 ./usr/share/man/html1/vacation.html            man-mail-htmlman        html
 ./usr/share/man/html1/vi.html                  man-util-htmlman        html
+./usr/share/man/html1/videoctl.html            man-video-htmlman       html
 ./usr/share/man/html1/view.html                        man-util-htmlman        html
 ./usr/share/man/html1/vis.html                 man-util-htmlman        html
 ./usr/share/man/html1/vmstat.html              man-util-htmlman        html
@@ -5764,6 +5766,7 @@
 ./usr/share/man/man1/uux.1                     man-obsolete            obsolete
 ./usr/share/man/man1/vacation.1                        man-mail-man            .man
 ./usr/share/man/man1/vi.1                      man-util-man            .man
+./usr/share/man/man1/videoctl.1                        man-video-man           .man
 ./usr/share/man/man1/view.1                    man-util-man            .man
 ./usr/share/man/man1/vis.1                     man-util-man            .man
 ./usr/share/man/man1/vmstat.1                  man-util-man            .man
diff -r 0e65129fd50a -r 30641ab11c7f usr.bin/Makefile
--- a/usr.bin/Makefile  Sun Dec 26 10:37:14 2010 +0000
+++ b/usr.bin/Makefile  Sun Dec 26 11:31:43 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.196 2010/12/13 13:29:15 pooka Exp $
+#      $NetBSD: Makefile,v 1.197 2010/12/26 11:31:43 jmcneill Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -28,7 +28,8 @@
        tabs tail talk tcopy tee telnet tftp tic time tip touch tput \
        tr true tset tsort tty ul uname unexpand unifdef \
        uniq units unvis unzip usbhidaction usbhidctl users utoppya \
-       uudecode uuencode uuidgen vacation vgrind vis vmstat vndcompress w \
+       uudecode uuencode uuidgen vacation vgrind videoctl vis \
+       vmstat vndcompress w \
        wall wc what whatis whereis who whois window \
        write xargs xinstall xlint xstr yes
 



Home | Main Index | Thread Index | Old Index