Discussion:
svn commit: r1844550 - in /openoffice/devtools/build-scripts/4.1.6: unxlngi6/build_aoo32bit_on_centos5.sh unxlngix6/build_aoo64bit_on_centos5.sh
Matthias Seidel
2018-10-22 16:08:38 UTC
Permalink
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
Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550
URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Update vendor for builds
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 \
Jim Jagielski
2018-10-22 16:13:01 UTC
Permalink
It was used for macOS. I was just making it consistent among all my builds.
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550
URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Update vendor for builds
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-***@openoffice.apache.org
For additional commands, e-mail: dev-***@openoffice.apache.org
Matthias Seidel
2018-10-22 16:32:39 UTC
Permalink
Post by 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... ;-)
Post by Jim Jagielski
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550
URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Update vendor for builds
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 \
---------------------------------------------------------------------
Jim Jagielski
2018-10-22 16:35:31 UTC
Permalink
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.
Post by Matthias Seidel
Post by 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... ;-)
Post by Jim Jagielski
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550
URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Update vendor for builds
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-***@openoffice.apache.org
For additional commands, e-mail: dev-***@openoffice.apache.org
Matthias Seidel
2018-10-22 16:38:34 UTC
Permalink
Post by 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
Post by Jim Jagielski
Post by Matthias Seidel
Post by 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... ;-)
Post by Jim Jagielski
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
Author: jim
Date: Mon Oct 22 12:31:52 2018
New Revision: 1844550
URL: http://svn.apache.org/viewvc?rev=1844550&view=rev
Update vendor for builds
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 \
---------------------------------------------------------------------
---------------------------------------------------------------------
Pedro Lino
2018-10-22 16:47:11 UTC
Permalink
Hi all
Post by Matthias Seidel
Post by 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.
"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
Post by Matthias Seidel
Post by Jim Jagielski
Post by 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... ;-)
Post by Jim Jagielski
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
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
Update vendor for builds
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-***@openoffice.apache.org mailto:dev-***@openoffice.apache.org
For additional commands, e-mail: dev-***@openoffice.apache.org mailto:dev-***@openoffice.apache.org
Matthias Seidel
2018-10-22 16:55:52 UTC
Permalink
Hi Pedro,
Post by Pedro Lino
Hi all
Post by Matthias Seidel
Post by 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.
"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
Post by Pedro Lino
I agree with Matthias that "This product was created by Apache OpenOffice Community Build" does not make sense in English
Regards,
Pedro
Post by Matthias Seidel
Post by Jim Jagielski
Post by 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... ;-)
Post by Jim Jagielski
Post by Matthias Seidel
Hi Jim,
--with-vendor="Apache OpenOffice Community Build" \
"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
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
Update vendor for builds
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 \
---------------------------------------------------------------------
-------------------------------------------------------------------
Loading...