You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2018/10/22 12:31:52 UTC

svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550

URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Log:
Update vendor for builds

Modified:
    openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
    openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh

Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
+++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
@@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
 fi
 ./configure   \
 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
+	--with-vendor="Apache OpenOffice Community Build" \
 	--enable-verbose \
 	--with-system-stdlibs \
 	--enable-crashdump=yes \

Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
+++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
@@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
 fi
 ./configure   \
 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
+	--with-vendor="Apache OpenOffice Community Build" \
 	--enable-verbose \
 	--with-system-stdlibs \
 	--enable-crashdump=yes \



Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Pedro,

Am 22.10.18 um 18:47 schrieb Pedro Lino:
> Hi all
>
>
>> On October 22, 2018 at 5:38 PM Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
>>
>>
>>     Am 22.10.18 um 18:35 schrieb Jim Jagielski:
>>
>>         > > The thing is, IMO, that these ARE community builds, and, as such, should be noted as such on the About Page... But I'm fine w/ removing that depending on what people think.
>>>     >     The community is not a vendor. If you leave it out everything is OK:
>>     "This product was created by the OpenOffice community."
>>
>
> Shouldn't it be "This product was created by the OpenOffice community, based on Apache OpenOffice." for all OSes?

That phrase is hard coded in:

https://svn.apache.org/repos/asf/openoffice/branches/AOO416/main/cui/source/dialogs/about.src

I wouldn't want to change it for 4.1.x (localization would be needed).
Maybe for 4.2.x?

Regards,

   Matthias

>
> I agree with Matthias that "This product was created by Apache OpenOffice Community Build" does not make sense in English
>
>
> Regards,
>
> Pedro
>
>
>>     >
>>     >> On Oct 22, 2018, at 12:32 PM, Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
>>     >>
>>     >> Am 22.10.18 um 18:13 schrieb Jim Jagielski:
>>     >>> It was used for macOS. I was just making it consistent among all my builds.
>>     >> Wouldn't it be better to make the macOS build consistent with the other
>>     >> builds... ;-)
>>     >>
>>     >>>> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
>>     >>>>
>>     >>>> Hi Jim,
>>     >>>>
>>     >>>> --with-vendor="Apache OpenOffice Community Build" \
>>     >>>>
>>     >>>> results in weird wording:
>>     >>>>
>>     >>>> "This product was created by Apache OpenOffice Community Build, based on
>>     >>>> Apache OpenOffice"
>>     >>>>
>>     >>>> And we didn't use --with-vendor for a release build before.
>>     >>>>
>>     >>>> Regards,
>>     >>>>
>>     >>>> Matthias
>>     >>>>
>>     >>>> Am 22.10.18 um 14:31 schrieb jim@apache.org mailto:jim@apache.org :
>>     >>>>> Author: jim
>>     >>>>> Date: Mon Oct 22 12:31:52 2018
>>     >>>>> New Revision: 1844550
>>     >>>>>
>>     >>>>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev http://svn.apache.org/viewvc?rev=1844550&view=rev
>>     >>>>> Log:
>>     >>>>> Update vendor for builds
>>     >>>>>
>>     >>>>> Modified:
>>     >>>>> openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>     >>>>> openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>     >>>>>
>>     >>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>     >>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>     >>>>> ==============================================================================
>>     >>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>>     >>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>     >>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>     >>>>> fi
>>     >>>>> ./configure \
>>     >>>>> --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>     >>>>> + --with-vendor="Apache OpenOffice Community Build" \
>>     >>>>> --enable-verbose \
>>     >>>>> --with-system-stdlibs \
>>     >>>>> --enable-crashdump=yes \
>>     >>>>>
>>     >>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>     >>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>     >>>>> ==============================================================================
>>     >>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>>     >>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>     >>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>     >>>>> fi
>>     >>>>> ./configure \
>>     >>>>> --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>     >>>>> + --with-vendor="Apache OpenOffice Community Build" \
>>     >>>>> --enable-verbose \
>>     >>>>> --with-system-stdlibs \
>>     >>>>> --enable-crashdump=yes \
>>     >>>>>
>>     >>>>>
>>     >>> ---------------------------------------------------------------------
>>     >>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org mailto:dev-unsubscribe@openoffice.apache.org
>>     >>> For additional commands, e-mail: dev-help@openoffice.apache.org mailto:dev-help@openoffice.apache.org
>>     >>>
>>     >
>>
>>         -------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org mailto:dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org mailto:dev-help@openoffice.apache.org
>
>
>


Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Pedro Lino <pe...@mailbox.org>.
Hi all


> On October 22, 2018 at 5:38 PM Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
> 
> 
>     Am 22.10.18 um 18:35 schrieb Jim Jagielski:
> 
>         > > The thing is, IMO, that these ARE community builds, and, as such, should be noted as such on the About Page... But I'm fine w/ removing that depending on what people think.
> > 
> >     >     The community is not a vendor. If you leave it out everything is OK:
> 
>     "This product was created by the OpenOffice community."
> 


Shouldn't it be "This product was created by the OpenOffice community, based on Apache OpenOffice." for all OSes?

I agree with Matthias that "This product was created by Apache OpenOffice Community Build" does not make sense in English


Regards,

Pedro


> 
>     >
>     >> On Oct 22, 2018, at 12:32 PM, Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
>     >>
>     >> Am 22.10.18 um 18:13 schrieb Jim Jagielski:
>     >>> It was used for macOS. I was just making it consistent among all my builds.
>     >> Wouldn't it be better to make the macOS build consistent with the other
>     >> builds... ;-)
>     >>
>     >>>> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <matthias.seidel@hamburg.de mailto:matthias.seidel@hamburg.de > wrote:
>     >>>>
>     >>>> Hi Jim,
>     >>>>
>     >>>> --with-vendor="Apache OpenOffice Community Build" \
>     >>>>
>     >>>> results in weird wording:
>     >>>>
>     >>>> "This product was created by Apache OpenOffice Community Build, based on
>     >>>> Apache OpenOffice"
>     >>>>
>     >>>> And we didn't use --with-vendor for a release build before.
>     >>>>
>     >>>> Regards,
>     >>>>
>     >>>> Matthias
>     >>>>
>     >>>> Am 22.10.18 um 14:31 schrieb jim@apache.org mailto:jim@apache.org :
>     >>>>> Author: jim
>     >>>>> Date: Mon Oct 22 12:31:52 2018
>     >>>>> New Revision: 1844550
>     >>>>>
>     >>>>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev http://svn.apache.org/viewvc?rev=1844550&view=rev
>     >>>>> Log:
>     >>>>> Update vendor for builds
>     >>>>>
>     >>>>> Modified:
>     >>>>> openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>     >>>>> openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>     >>>>>
>     >>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>     >>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>     >>>>> ==============================================================================
>     >>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>     >>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>     >>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>     >>>>> fi
>     >>>>> ./configure \
>     >>>>> --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>     >>>>> + --with-vendor="Apache OpenOffice Community Build" \
>     >>>>> --enable-verbose \
>     >>>>> --with-system-stdlibs \
>     >>>>> --enable-crashdump=yes \
>     >>>>>
>     >>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>     >>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>     >>>>> ==============================================================================
>     >>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>     >>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>     >>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>     >>>>> fi
>     >>>>> ./configure \
>     >>>>> --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>     >>>>> + --with-vendor="Apache OpenOffice Community Build" \
>     >>>>> --enable-verbose \
>     >>>>> --with-system-stdlibs \
>     >>>>> --enable-crashdump=yes \
>     >>>>>
>     >>>>>
>     >>> ---------------------------------------------------------------------
>     >>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org mailto:dev-unsubscribe@openoffice.apache.org
>     >>> For additional commands, e-mail: dev-help@openoffice.apache.org mailto:dev-help@openoffice.apache.org
>     >>>
>     >
> 
>         -------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org mailto:dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org mailto:dev-help@openoffice.apache.org



Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Matthias Seidel <ma...@hamburg.de>.
Am 22.10.18 um 18:35 schrieb Jim Jagielski:
> The thing is, IMO, that these ARE community builds, and, as such, should be noted as such on the About Page... But I'm fine w/ removing that depending on what people think.

The community is not a vendor. If you leave it out everything is OK:

"This product was created by the OpenOffice community."

Regards,

Matthias

>
>> On Oct 22, 2018, at 12:32 PM, Matthias Seidel <ma...@hamburg.de> wrote:
>>
>> Am 22.10.18 um 18:13 schrieb Jim Jagielski:
>>> It was used for macOS. I was just making it consistent among all my builds.
>> Wouldn't it be better to make the macOS build consistent with the other
>> builds... ;-)
>>
>>>> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <ma...@hamburg.de> wrote:
>>>>
>>>> Hi Jim,
>>>>
>>>> --with-vendor="Apache OpenOffice Community Build" \
>>>>
>>>> results in weird wording:
>>>>
>>>> "This product was created by Apache OpenOffice Community Build, based on
>>>> Apache OpenOffice"
>>>>
>>>> And we didn't use --with-vendor for a release build before.
>>>>
>>>> Regards,
>>>>
>>>>   Matthias
>>>>
>>>> Am 22.10.18 um 14:31 schrieb jim@apache.org:
>>>>> Author: jim
>>>>> Date: Mon Oct 22 12:31:52 2018
>>>>> New Revision: 1844550
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
>>>>> Log:
>>>>> Update vendor for builds
>>>>>
>>>>> Modified:
>>>>>   openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>>>>   openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>>>>
>>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>>>> ==============================================================================
>>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>>>> fi
>>>>> ./configure   \
>>>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>>>> 	--enable-verbose \
>>>>> 	--with-system-stdlibs \
>>>>> 	--enable-crashdump=yes \
>>>>>
>>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>>>> ==============================================================================
>>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>>>> fi
>>>>> ./configure   \
>>>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>>>> 	--enable-verbose \
>>>>> 	--with-system-stdlibs \
>>>>> 	--enable-crashdump=yes \
>>>>>
>>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Jim Jagielski <ji...@jaguNET.com>.
The thing is, IMO, that these ARE community builds, and, as such, should be noted as such on the About Page... But I'm fine w/ removing that depending on what people think.

> On Oct 22, 2018, at 12:32 PM, Matthias Seidel <ma...@hamburg.de> wrote:
> 
> Am 22.10.18 um 18:13 schrieb Jim Jagielski:
>> It was used for macOS. I was just making it consistent among all my builds.
> 
> Wouldn't it be better to make the macOS build consistent with the other
> builds... ;-)
> 
>>> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <ma...@hamburg.de> wrote:
>>> 
>>> Hi Jim,
>>> 
>>> --with-vendor="Apache OpenOffice Community Build" \
>>> 
>>> results in weird wording:
>>> 
>>> "This product was created by Apache OpenOffice Community Build, based on
>>> Apache OpenOffice"
>>> 
>>> And we didn't use --with-vendor for a release build before.
>>> 
>>> Regards,
>>> 
>>>   Matthias
>>> 
>>> Am 22.10.18 um 14:31 schrieb jim@apache.org:
>>>> Author: jim
>>>> Date: Mon Oct 22 12:31:52 2018
>>>> New Revision: 1844550
>>>> 
>>>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
>>>> Log:
>>>> Update vendor for builds
>>>> 
>>>> Modified:
>>>>   openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>>>   openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>>> 
>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>>> ==============================================================================
>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>>> fi
>>>> ./configure   \
>>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>>> 	--enable-verbose \
>>>> 	--with-system-stdlibs \
>>>> 	--enable-crashdump=yes \
>>>> 
>>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>>> ==============================================================================
>>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>>> fi
>>>> ./configure   \
>>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>>> 	--enable-verbose \
>>>> 	--with-system-stdlibs \
>>>> 	--enable-crashdump=yes \
>>>> 
>>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Matthias Seidel <ma...@hamburg.de>.
Am 22.10.18 um 18:13 schrieb Jim Jagielski:
> It was used for macOS. I was just making it consistent among all my builds.

Wouldn't it be better to make the macOS build consistent with the other
builds... ;-)

>> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <ma...@hamburg.de> wrote:
>>
>> Hi Jim,
>>
>> --with-vendor="Apache OpenOffice Community Build" \
>>
>> results in weird wording:
>>
>> "This product was created by Apache OpenOffice Community Build, based on
>> Apache OpenOffice"
>>
>> And we didn't use --with-vendor for a release build before.
>>
>> Regards,
>>
>>    Matthias
>>
>> Am 22.10.18 um 14:31 schrieb jim@apache.org:
>>> Author: jim
>>> Date: Mon Oct 22 12:31:52 2018
>>> New Revision: 1844550
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
>>> Log:
>>> Update vendor for builds
>>>
>>> Modified:
>>>    openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>>    openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>>
>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>> ==============================================================================
>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>> fi
>>> ./configure   \
>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>> 	--enable-verbose \
>>> 	--with-system-stdlibs \
>>> 	--enable-crashdump=yes \
>>>
>>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>>> ==============================================================================
>>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>>> fi
>>> ./configure   \
>>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>>> +	--with-vendor="Apache OpenOffice Community Build" \
>>> 	--enable-verbose \
>>> 	--with-system-stdlibs \
>>> 	--enable-crashdump=yes \
>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Jim Jagielski <ji...@jaguNET.com>.
It was used for macOS. I was just making it consistent among all my builds.

> On Oct 22, 2018, at 12:08 PM, Matthias Seidel <ma...@hamburg.de> wrote:
> 
> Hi Jim,
> 
> --with-vendor="Apache OpenOffice Community Build" \
> 
> results in weird wording:
> 
> "This product was created by Apache OpenOffice Community Build, based on
> Apache OpenOffice"
> 
> And we didn't use --with-vendor for a release build before.
> 
> Regards,
> 
>    Matthias
> 
> Am 22.10.18 um 14:31 schrieb jim@apache.org:
>> Author: jim
>> Date: Mon Oct 22 12:31:52 2018
>> New Revision: 1844550
>> 
>> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
>> Log:
>> Update vendor for builds
>> 
>> Modified:
>>    openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>>    openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>> 
>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>> ==============================================================================
>> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>> fi
>> ./configure   \
>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>> +	--with-vendor="Apache OpenOffice Community Build" \
>> 	--enable-verbose \
>> 	--with-system-stdlibs \
>> 	--enable-crashdump=yes \
>> 
>> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
>> ==============================================================================
>> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
>> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
>> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>> fi
>> ./configure   \
>> 	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
>> +	--with-vendor="Apache OpenOffice Community Build" \
>> 	--enable-verbose \
>> 	--with-system-stdlibs \
>> 	--enable-crashdump=yes \
>> 
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Jim,

--with-vendor="Apache OpenOffice Community Build" \

results in weird wording:

"This product was created by Apache OpenOffice Community Build, based on
Apache OpenOffice"

And we didn't use --with-vendor for a release build before.

Regards,

   Matthias

Am 22.10.18 um 14:31 schrieb jim@apache.org:
> Author: jim
> Date: Mon Oct 22 12:31:52 2018
> New Revision: 1844550
>
> URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
> Log:
> Update vendor for builds
>
> Modified:
>     openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
>     openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
>
> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh
> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
> ==============================================================================
> --- openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh (original)
> +++ openoffice/devtools/build-scripts/4.1.6/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 22 12:31:52 2018
> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>  fi
>  ./configure   \
>  	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
> +	--with-vendor="Apache OpenOffice Community Build" \
>  	--enable-verbose \
>  	--with-system-stdlibs \
>  	--enable-crashdump=yes \
>
> Modified: openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh
> URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1844550&r1=1844549&r2=1844550&view=diff
> ==============================================================================
> --- openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh (original)
> +++ openoffice/devtools/build-scripts/4.1.6/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 22 12:31:52 2018
> @@ -15,6 +15,7 @@ if [ ! -e configure -o configure.in -nt
>  fi
>  ./configure   \
>  	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
> +	--with-vendor="Apache OpenOffice Community Build" \
>  	--enable-verbose \
>  	--with-system-stdlibs \
>  	--enable-crashdump=yes \
>
>