This is an automated email from the ASF dual-hosted git repository.

jimjag pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-devtools.git


The following commit(s) were added to refs/heads/main by this push:
     new 88f1f81  Do not set in build script
88f1f81 is described below

commit 88f1f8110ff279f813e2e28a3a52b95938b90d5d
Author: Jim Jagielski <[email protected]>
AuthorDate: Wed Aug 5 16:25:10 2026 -0400

    Do not set in build script
---
 .../4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh      | 12 ++++--------
 .../4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh         | 14 +++++---------
 2 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh 
b/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
index 4d985a6..1f6b4a3 100755
--- a/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
+++ b/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
@@ -6,20 +6,16 @@ set -eo pipefail
 # Build-script for AOO 4.2.x (and later) on macOS
 #
 # ENV:
-LC_CTYPE=en_US.UTF-8
-LANG=en_US.UTF-8
-PATH=~/.local/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/opt/local/sbin:.
-
-export LC_CTYPE
-export LANG
-export PATH
+#   LC_CTYPE=en_US.UTF-8
+#   LANG=en_US.UTF-8
+#   
PATH=~/.local/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/opt/local/sbin:.
 
 # 
 # Installed in /usr/local:
 # 
 #   o Apache ant 1.10.9
 #   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
-#   o epm 5.0.0 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz)
+#   o epm 5.0.1 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.1.tar.gz)
 #   o openssl 1.0.2u (no-shared)
 #   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no)
 #   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no)
diff --git a/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh 
b/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
index fb5af2f..860308b 100755
--- a/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
+++ b/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
@@ -6,20 +6,16 @@ set -eo pipefail
 # Build-script for AOO 4.2.x (and later) on macOS
 #
 # ENV:
-LC_CTYPE=en_US.UTF-8
-LANG=en_US.UTF-8
-PATH=~/.local/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/opt/local/sbin:.
-
-export LC_CTYPE
-export LANG
-export PATH
+#   LC_CTYPE=en_US.UTF-8
+#   LANG=en_US.UTF-8
+#   
PATH=~/.local/bin:~/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/opt/local/sbin:.
 
 # 
 # Installed in /usr/local:
 # 
-#   o Apache ant 1.9.15 / 1.10.9
+#   o Apache ant 1.10.9
 #   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
-#   o epm 5.0.0 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz)
+#   o epm 5.0.1 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.1.tar.gz)
 #   o openssl 1.0.2u (no-shared)
 #   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no)
 #   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no)

Reply via email to