Module Name:    src
Committed By:   jmmv
Date:           Thu Mar 10 13:16:59 UTC 2011

Modified Files:
        src/distrib/sets/lists/base: mi
        src/distrib/sets/lists/man: mi
        src/distrib/sets/lists/misc: mi
        src/etc/mtree: NetBSD.dist.base
        src/external/bsd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.924 -r1.925 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1300 -r1.1301 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.173 -r1.174 src/distrib/sets/lists/misc/mi
cvs rdiff -u -r1.77 -r1.78 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.28 -r1.29 src/external/bsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.924 src/distrib/sets/lists/base/mi:1.925
--- src/distrib/sets/lists/base/mi:1.924	Sun Mar  6 17:08:10 2011
+++ src/distrib/sets/lists/base/mi	Thu Mar 10 13:16:57 2011
@@ -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

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1300 src/distrib/sets/lists/man/mi:1.1301
--- src/distrib/sets/lists/man/mi:1.1300	Sun Mar  6 17:08:11 2011
+++ src/distrib/sets/lists/man/mi	Thu Mar 10 13:16:57 2011
@@ -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

Index: src/distrib/sets/lists/misc/mi
diff -u src/distrib/sets/lists/misc/mi:1.173 src/distrib/sets/lists/misc/mi:1.174
--- src/distrib/sets/lists/misc/mi:1.173	Wed Mar  2 22:25:54 2011
+++ src/distrib/sets/lists/misc/mi	Thu Mar 10 13:16:58 2011
@@ -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

Index: src/etc/mtree/NetBSD.dist.base
diff -u src/etc/mtree/NetBSD.dist.base:1.77 src/etc/mtree/NetBSD.dist.base:1.78
--- src/etc/mtree/NetBSD.dist.base:1.77	Sun Feb 20 19:23:19 2011
+++ src/etc/mtree/NetBSD.dist.base	Thu Mar 10 13:16:58 2011
@@ -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

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.28 src/external/bsd/Makefile:1.29
--- src/external/bsd/Makefile:1.28	Thu Feb 17 07:52:10 2011
+++ src/external/bsd/Makefile	Thu Mar 10 13:16:57 2011
@@ -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

Reply via email to