Source-Changes-HG archive

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

[src/trunk]: src Enable the build of tmux and add the necessary directory and...



details:   https://anonhg.NetBSD.org/src/rev/292e4d8a561c
branches:  trunk
changeset: 763108:292e4d8a561c
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Thu Mar 10 13:16:57 2011 +0000

description:
Enable the build of tmux and add the necessary directory and file entries.

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 distrib/sets/lists/man/mi  |  5 ++++-
 distrib/sets/lists/misc/mi |  4 +++-
 etc/mtree/NetBSD.dist.base |  3 ++-
 external/bsd/Makefile      |  7 ++++---
 5 files changed, 15 insertions(+), 7 deletions(-)

diffs (102 lines):

diff -r 0a24425962aa -r 292e4d8a561c distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Thu Mar 10 12:53:42 2011 +0000
+++ b/distrib/sets/lists/base/mi        Thu Mar 10 13:16:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.924 2011/03/06 17:08:10 bouyer Exp $
+# $NetBSD: mi,v 1.925 2011/03/10 13:16:57 jmmv Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -657,6 +657,7 @@
 ./usr/bin/tic                                  base-util-bin
 ./usr/bin/time                                 base-util-bin
 ./usr/bin/tip                                  base-util-bin
+./usr/bin/tmux                                 base-util-bin
 ./usr/bin/tn3270                               base-obsolete           obsolete
 ./usr/bin/top                                  base-util-bin
 ./usr/bin/touch                                        base-util-bin
diff -r 0a24425962aa -r 292e4d8a561c distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Thu Mar 10 12:53:42 2011 +0000
+++ b/distrib/sets/lists/man/mi Thu Mar 10 13:16:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1300 2011/03/06 17:08:11 bouyer Exp $
+# $NetBSD: mi,v 1.1301 2011/03/10 13:16:57 jmmv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -512,6 +512,7 @@
 ./usr/share/man/cat1/tic.0                     man-util-catman         .cat
 ./usr/share/man/cat1/time.0                    man-util-catman         .cat
 ./usr/share/man/cat1/tip.0                     man-util-catman         .cat
+./usr/share/man/cat1/tmux.0                    man-util-catman         .cat
 ./usr/share/man/cat1/tn3270.0                  man-obsolete            obsolete
 ./usr/share/man/cat1/top.0                     man-util-catman         .cat
 ./usr/share/man/cat1/touch.0                   man-util-catman         .cat
@@ -3345,6 +3346,7 @@
 ./usr/share/man/html1/tic.html                 man-util-htmlman        html
 ./usr/share/man/html1/time.html                        man-util-htmlman        html
 ./usr/share/man/html1/tip.html                 man-util-htmlman        html
+./usr/share/man/html1/tmux.html                        man-util-htmlman        html
 ./usr/share/man/html1/tn3270.html              man-obsolete            obsolete
 ./usr/share/man/html1/top.html                 man-util-htmlman        html
 ./usr/share/man/html1/touch.html               man-util-htmlman        html
@@ -5835,6 +5837,7 @@
 ./usr/share/man/man1/time.1                    man-util-man            .man
 ./usr/share/man/man1/tic.1                     man-util-man            .man
 ./usr/share/man/man1/tip.1                     man-util-man            .man
+./usr/share/man/man1/tmux.1                    man-util-man            .man
 ./usr/share/man/man1/tn3270.1                  man-obsolete            obsolete
 ./usr/share/man/man1/top.1                     man-util-man            .man
 ./usr/share/man/man1/touch.1                   man-util-man            .man
diff -r 0a24425962aa -r 292e4d8a561c distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi        Thu Mar 10 12:53:42 2011 +0000
+++ b/distrib/sets/lists/misc/mi        Thu Mar 10 13:16:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.173 2011/03/02 22:25:54 tron Exp $
+# $NetBSD: mi,v 1.174 2011/03/10 13:16:58 jmmv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -911,6 +911,8 @@
 ./usr/share/examples/supfiles/sup2.fr.netbsd.org       misc-sup-examples       share
 ./usr/share/examples/syslogd/all.debug         misc-sysutil-examples   share
 ./usr/share/examples/syslogd/all.newsyslog.conf        misc-sysutil-examples   share
+./usr/share/examples/tmux                      misc-tmux-examples      share
+./usr/share/examples/tmux/screen-keys.conf     misc-tmux-examples      share
 ./usr/share/examples/usermgmt                  misc-obsolete           obsolete
 ./usr/share/examples/usermgmt/.cshrc           misc-obsolete           obsolete
 ./usr/share/examples/usermgmt/.login           misc-obsolete           obsolete
diff -r 0a24425962aa -r 292e4d8a561c etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Thu Mar 10 12:53:42 2011 +0000
+++ b/etc/mtree/NetBSD.dist.base        Thu Mar 10 13:16:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.77 2011/02/20 19:23:19 christos Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.78 2011/03/10 13:16:58 jmmv Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -340,6 +340,7 @@
 ./usr/share/examples/smbfs
 ./usr/share/examples/supfiles
 ./usr/share/examples/syslogd
+./usr/share/examples/tmux
 ./usr/share/examples/wsmoused
 ./usr/share/games
 ./usr/share/games/atc
diff -r 0a24425962aa -r 292e4d8a561c external/bsd/Makefile
--- a/external/bsd/Makefile     Thu Mar 10 12:53:42 2011 +0000
+++ b/external/bsd/Makefile     Thu Mar 10 13:16:57 2011 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.28 2011/02/17 07:52:10 jruoho Exp $
+#      $NetBSD: Makefile,v 1.29 2011/03/10 13:16:57 jmmv Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= acpica am-utils bind cron dhcpcd fetch file flex libarchive \
-       libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump
+SUBDIR=        acpica am-utils bind cron dhcpcd fetch file flex libarchive \
+       libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump \
+       tmux
 
 .if (${MKATF} != "no")
 SUBDIR+= atf



Home | Main Index | Thread Index | Old Index