svn commit: r240967 - head/release

2012-09-26 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Wed Sep 26 18:04:16 2012 New Revision: 240967 URL: http://svn.freebsd.org/changeset/base/240967 Log: - Allow cross-architecture builds with 'generate-release.sh', which is set by specifying '-a arch'. (Only supported for i386 on amd64 and

Re: svn commit: r240967 - head/release

2012-09-26 Thread Garrett Cooper
On Wed, Sep 26, 2012 at 11:04 AM, Glen Barber g...@freebsd.org wrote: Author: gjb (doc,ports committer) Date: Wed Sep 26 18:04:16 2012 New Revision: 240967 URL: http://svn.freebsd.org/changeset/base/240967 Log: - Allow cross-architecture builds with 'generate-release.sh', which is

Re: svn commit: r240967 - head/release

2012-09-26 Thread Glen Barber
On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} +if [ x${OSVERSION} == x ]; then This should be `=` in order to be backwards compatible with older (pre-9.1) copies of /bin/sh This won't be

Re: svn commit: r240967 - head/release

2012-09-26 Thread Alexey Dokuchaev
On Wed, Sep 26, 2012 at 02:46:43PM -0400, Glen Barber wrote: On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} +if [ x${OSVERSION} == x ]; then This should be `=` in order to be backwards

Re: svn commit: r240967 - head/release

2012-09-26 Thread Garrett Cooper
On Sep 26, 2012, at 11:46 AM, Glen Barber g...@freebsd.org wrote: On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} +if [ x${OSVERSION} == x ]; then This should be `=` in order to be backwards

Re: svn commit: r240967 - head/release

2012-09-26 Thread Garrett Cooper
On Sep 26, 2012, at 12:04 PM, Alexey Dokuchaev da...@freebsd.org wrote: On Wed, Sep 26, 2012 at 02:46:43PM -0400, Glen Barber wrote: On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote: -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`} +if [

Re: svn commit: r240967 - head/release

2012-09-26 Thread Glen Barber
On Wed, Sep 26, 2012 at 12:06:27PM -0700, Garrett Cooper wrote: This won't be going into pre-9.1 versions of FreeBSD. Perhaps, but there's nothing preventing me from building on 9.0. 8.x might also work, but that'd be purely based on the fact that userland abis didn't change all that much