svn commit: r263028 - in stable: 10/usr.sbin/services_mkdb 9/usr.sbin/services_mkdb

2014-03-11 Thread John Baldwin
Author: jhb Date: Tue Mar 11 15:28:41 2014 New Revision: 263028 URL: http://svnweb.freebsd.org/changeset/base/263028 Log: MFC 261030: Similar to cap_mkdb(1), add endianness support to services_mkdb(1) to support cross-builds once this is invoked during releases. Modified: stable/9/usr.sbi

svn commit: r263031 - in stable/9: . etc etc/mtree libexec/rtld-elf share/man/man5 share/mk

2014-03-11 Thread Dag-Erling Smørgrav
Author: des Date: Tue Mar 11 16:13:03 2014 New Revision: 263031 URL: http://svnweb.freebsd.org/changeset/base/263031 Log: MFH (r251810): fix installation from read-only .OBJDIR MFH (r255384): add PRIVATELIB for internal-use shred libraries MFH (r255385, r255413): add a stock libmap32.conf

svn commit: r263032 - in stable/9: contrib/libucl contrib/libucl/doc contrib/libucl/include contrib/libucl/src contrib/libucl/tests lib lib/libucl share/mk

2014-03-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 11 16:24:54 2014 New Revision: 263032 URL: http://svnweb.freebsd.org/changeset/base/263032 Log: MFC: r262398,r262399,r262410,r262975 Import libucl into head UCL is heavily infused by nginx configuration as the example of a convenient configuration system. H

svn commit: r263038 - stable/9/usr.sbin/pkg

2014-03-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 11 18:15:05 2014 New Revision: 263038 URL: http://svnweb.freebsd.org/changeset/base/263038 Log: MFC: r241737,r246790,r247060,r247841,r248033,r248133,r255468,r256450,r256770 r256971,r256978,r257051,r257142,r257145,r257146,r257147,r257148,r257149 r257158,r2

svn commit: r263042 - stable/9/contrib/tzdata

2014-03-11 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 11 20:34:29 2014 New Revision: 263042 URL: http://svnweb.freebsd.org/changeset/base/263042 Log: MFC of 263041, tzdata2014a: - Fix historical info about asia/Zion, Ukraine - Fiji starts DST at 02:00 instead of 03:00 - Turkey will move to DST at 31 March this y

svn commit: r263047 - stable/9/etc

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 21:06:17 2014 New Revision: 263047 URL: http://svnweb.freebsd.org/changeset/base/263047 Log: Temporarily turn off MK_PKGBOOTSTRAP evaluation to fix build. Discussed with: bapt Sponsored by: The FreeBSD Foundation Modified: stable/9/etc/Makefile Modif

svn commit: r263050 - stable/9/share/mk

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 21:46:26 2014 New Revision: 263050 URL: http://svnweb.freebsd.org/changeset/base/263050 Log: MFC 238010: Add PKGBOOTSTRAP to __DEFAULT_YES_OPTIONS to fix build. Sponsored by: The FreeBSD Foundation Modified: stable/9/share/mk/bsd.own.mk Directory Properti

svn commit: r263051 - stable/9/etc

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 21:48:30 2014 New Revision: 263051 URL: http://svnweb.freebsd.org/changeset/base/263051 Log: Revert r263047 now that the missing commit was merged for pkg(7) updates. Sponsored by: The FreeBSD Foundation Modified: stable/9/etc/Makefile Modified: stable/9/e

svn commit: r263053 - stable/9/tools/build/options

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 22:11:45 2014 New Revision: 263053 URL: http://svnweb.freebsd.org/changeset/base/263053 Log: MFC r237997, r238018, r238023, r257440, r258924: Add WITHOUT_PKGBOOTSTRAP options file. Sponsored by: The FreeBSD Foundation Added: stable/9/tools/build/options/W

svn commit: r263058 - stable/9/tools/build/options

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 23:04:32 2014 New Revision: 263058 URL: http://svnweb.freebsd.org/changeset/base/263058 Log: MFC r253304, r255964: r253304: Ensure the locale is LC_ALL=C when regenerating src.conf.5 r255964: Have makeman always use the mk files from the source

svn commit: r263061 - stable/9/share/man/man5

2014-03-11 Thread Glen Barber
Author: gjb Date: Tue Mar 11 23:54:13 2014 New Revision: 263061 URL: http://svnweb.freebsd.org/changeset/base/263061 Log: Regen after r263053 Sponsored by: The FreeBSD Foundation Modified: stable/9/share/man/man5/src.conf.5 Modified: stable/9/share/man/man5/src.conf.5 ==

svn commit: r263016 - stable/9/release

2014-03-11 Thread John Hay
Author: jhay Date: Tue Mar 11 12:24:19 2014 New Revision: 263016 URL: http://svnweb.freebsd.org/changeset/base/263016 Log: MFC r262036: etcupdate should use the src tree from where the release is built, not the default (/usr/src) tree. Modified: stable/9/release/Makefile Directory Prop

svn commit: r263018 - stable/9/sys/arm/xscale/ixp425

2014-03-11 Thread John Hay
Author: jhay Date: Tue Mar 11 13:03:05 2014 New Revision: 263018 URL: http://svnweb.freebsd.org/changeset/base/263018 Log: MFC r262020: Make it possible to use the env kernel config file option for AVILA and CAMBRIA boards that does not use loader to load the kernel. This is basically h

svn commit: r263022 - in stable: 10/sys/dev/acpica 9/sys/dev/acpica

2014-03-11 Thread John Baldwin
Author: jhb Date: Tue Mar 11 14:33:42 2014 New Revision: 263022 URL: http://svnweb.freebsd.org/changeset/base/263022 Log: MFC 261243: Some BIOSes incorrectly use standard memory resource ranges to list the memory ranges that they decode for downstream devices rather than creating ResourceP

svn commit: r263023 - in stable/9: etc etc/mtree etc/pkg share share/keys share/keys/pkg/trusted share/man/man7

2014-03-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 11 14:48:44 2014 New Revision: 263023 URL: http://svnweb.freebsd.org/changeset/base/263023 Log: MFC: r257145,r257147,r257150,r257159,r257164,r257168,r257344,r257667,r257668, r258227,r260605 Add default configuration for FreeBSD official pkg(8) repositories