svn commit: r248358 - in stable/9/lib/ncurses: form menu ncurses panel

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 22:31:51 2013 New Revision: 248358 URL: http://svnweb.freebsd.org/changeset/base/248358 Log: MFC r245887 Only install manpages and html documentation in the ncurses/*w (wchar) builds so that it is only installed once. This is consistent with the existing

svn commit: r248357 - stable/9/include/arpa

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 22:26:19 2013 New Revision: 248357 URL: http://svnweb.freebsd.org/changeset/base/248357 Log: MFC r245886,245911 Don't install telnet.h if it will be installed by libtelnet. Modified: stable/9/include/arpa/Makefile Directory Properties: stable/9/include/a

svn commit: r248356 - stable/9/usr.bin/netstat

2013-03-15 Thread Alfred Perlstein
Author: alfred Date: Fri Mar 15 22:24:34 2013 New Revision: 248356 URL: http://svnweb.freebsd.org/changeset/base/248356 Log: MFC: 242030 Show how many times we are blocked waiting for mbufs. Modified: stable/9/usr.bin/netstat/mbuf.c Directory Properties: stable/9/usr.bin/netstat/ (pr

svn commit: r248355 - stable/9/gnu/usr.bin/cc/c++

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 22:20:45 2013 New Revision: 248355 URL: http://svnweb.freebsd.org/changeset/base/248355 Log: MFC r245882,245898 Reorder so that NO_MAN is declared before bsd.own.mk is included and thus has an effect (not installed a g++.1 manpage over the g++.1(.gz) link

svn commit: r248354 - stable/9/usr.sbin

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 22:14:41 2013 New Revision: 248354 URL: http://svnweb.freebsd.org/changeset/base/248354 Log: MFC r245853: manctl is conditionally added to SUBDIRS later on. Don't unconditionally include in the main list. Modified: stable/9/usr.sbin/Makefile (contents

svn commit: r248353 - stable/9/share/info

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 21:45:49 2013 New Revision: 248353 URL: http://svnweb.freebsd.org/changeset/base/248353 Log: MFC r245753: Install the template info directory with mode 644 instead of 444 to allow it to be updated by its owner without resorting to privilege. This is re

svn commit: r248352 - in stable/9: etc share/mk

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 21:32:40 2013 New Revision: 248352 URL: http://svnweb.freebsd.org/changeset/base/248352 Log: MFC r245752,246913,247162 Replace all known uses of ln in the build process with appropriate install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK varia

svn commit: r248351 - stable/9/etc

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 20:52:00 2013 New Revision: 248351 URL: http://svnweb.freebsd.org/changeset/base/248351 Log: MFC r245571,245580: In preparation for logging metadata about each filesystem object, refactor the link section of distrib-dirs to alwasy install to a full path (

svn commit: r248350 - in stable/9: . cddl/lib/libdtrace share/mk

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 20:34:10 2013 New Revision: 248350 URL: http://svnweb.freebsd.org/changeset/base/248350 Log: MFC r245561,245885: Add a new LIBRARIES_ONLY make variable to disable the build and install of files other than the actual libraries. Use LIBRARIES_ONLY to sup

svn commit: r248348 - stable/9

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 20:26:51 2013 New Revision: 248348 URL: http://svnweb.freebsd.org/changeset/base/248348 Log: MFC r241311: Change 32-bit library builds by removing use of make -E and passing AS, CC, CXX and LD on the commandline of the sub-make instead of in the environme

svn commit: r248339 - in stable/9: . etc/mtree share/mk usr.bin/man

2013-03-15 Thread Brooks Davis
) @@ -38,6 +38,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20130315: removed long unused directories for .1aout section manpages +OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout +OLD_FILES+=usr/share/man/en.UTF-8/man1aout +OLD_DIRS+=usr/share/man/man1aout +OLD_DIRS+=usr/share/man/cat1aout +OLD_DIRS

svn commit: r248338 - stable/9/sys/sys

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 19:32:37 2013 New Revision: 248338 URL: http://svnweb.freebsd.org/changeset/base/248338 Log: Bump __FreeBSD_version for install -l, -M, -N and related flags as well as cat -l. This is a notional MFC of r245313,246084. Modified: stable/9/sys/sys/param.h D

svn commit: r248337 - stable/9/bin/cat

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 19:27:27 2013 New Revision: 248337 URL: http://svnweb.freebsd.org/changeset/base/248337 Log: MFC all features as of r248336: The user visable feature is from r246083: Add -l option to cat(1). This option causes cat(1) to use fcntl(2) to set an exclusiv

svn commit: r248336 - in stable/9: . share/zoneinfo

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 19:16:35 2013 New Revision: 248336 URL: http://svnweb.freebsd.org/changeset/base/248336 Log: MFC r245265,245271,245309: Rather than using zic to both compile and install zoneinfo files, generate the files during the build and install them with install(1).

Re: svn commit: r248335 - in stable/9: . etc

2013-03-15 Thread Brooks Davis
On Fri, Mar 15, 2013 at 06:49:39PM +, Brooks Davis wrote: > Author: brooks > Date: Fri Mar 15 18:49:39 2013 > New Revision: 248335 > URL: http://svnweb.freebsd.org/changeset/base/248335 > > Log: > MFC: > > r241684,245316,245318,245440,245563,245565,245622,245754,246092,246096,246602 The

svn commit: r248335 - in stable/9: . etc

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 18:49:39 2013 New Revision: 248335 URL: http://svnweb.freebsd.org/changeset/base/248335 Log: MFC: r241684,245316,245318,245440,245563,245565,245622,245754,246092,246096,246602 r241684: Allow LOCAL_DIRS to install files in directories not found in the sy

svn commit: r248334 - stable/9/crypto/openssl/crypto

2013-03-15 Thread Xin LI
Author: delphij Date: Fri Mar 15 18:10:38 2013 New Revision: 248334 URL: http://svnweb.freebsd.org/changeset/base/248334 Log: Redo r241528: MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality. Modified: stable/9/crypto/openssl/crypto/opensslv.h Modified: stable/9/cr

svn commit: r248333 - stable/9

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 15:34:09 2013 New Revision: 248333 URL: http://svnweb.freebsd.org/changeset/base/248333 Log: MFC the second half of r246784: - Fix libmd dependency. It is needed in the bootstrap library list because usr.bin/xinstall depends on it. Modified: stable/9/

svn commit: r248332 - stable/9/tools

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 15:21:34 2013 New Revision: 248332 URL: http://svnweb.freebsd.org/changeset/base/248332 Log: MFC r245751,245893: r245751: Implement the -l option using ln(1) to facilitate boostrapping. Ignore the new options -D, -h, -T, and -U. Adjust -M support to i

svn commit: r248331 - in stable/9: . usr.bin/xinstall

2013-03-15 Thread Brooks Davis
:29 2013(r248330) +++ stable/9/UPDATING Fri Mar 15 15:19:33 2013(r248331) @@ -11,6 +11,15 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20130315: + The install(1) option -M

svn commit: r248330 - stable/9/tools/build

2013-03-15 Thread Brooks Davis
Author: brooks Date: Fri Mar 15 14:53:29 2013 New Revision: 248330 URL: http://svnweb.freebsd.org/changeset/base/248330 Log: MFC r245311: Add pwcache(3) and vis(3) to libegacy as install(1) is about to grow a dependency on them. Sponsored by: DARPA, AFRL Modified: stable/9/tools/b