summaryrefslogtreecommitdiff
path: root/java/eclipse/scripts
diff options
context:
space:
mode:
authorJonathan Chen <jonc@chen.org.nz>2022-06-03 10:06:36 +0000
committerKurt Jaeger <pi@FreeBSD.org>2022-06-03 10:06:36 +0000
commita0c13b4a90b805807864f484d8ade07906198dbf (patch)
treec832a120839ddc61118b6c1750ee556f054ba270 /java/eclipse/scripts
parent8a8b00d8f2971c6b66e806c1cf4596d4a3150a35 (diff)
Diffstat (limited to 'java/eclipse/scripts')
-rw-r--r--java/eclipse/scripts/pre-build2
-rw-r--r--java/eclipse/scripts/pre-patch8
2 files changed, 6 insertions, 4 deletions
diff --git a/java/eclipse/scripts/pre-build b/java/eclipse/scripts/pre-build
index 8650542d8802..c47955570d3d 100644
--- a/java/eclipse/scripts/pre-build
+++ b/java/eclipse/scripts/pre-build
@@ -4,7 +4,7 @@
#
cd ${WRKSRC}
-ARCHS="amd64 powerpc64 powerpc64le"
+ARCHS="aarch64 amd64 powerpc64 powerpc64le"
# Create dummy repo for jgit
if [ ! -d .git ]
diff --git a/java/eclipse/scripts/pre-patch b/java/eclipse/scripts/pre-patch
index ce79ba5c029a..719a4df77e40 100644
--- a/java/eclipse/scripts/pre-patch
+++ b/java/eclipse/scripts/pre-patch
@@ -4,11 +4,11 @@
#
LINUX_DIRS="
eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.*
+ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.browser.chromium.gtk.linux.*
eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.*
eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/linux
- eclipse.platform.team/bundles/org.eclipse.core.net.linux.*
- eclipse.platform.team/bundles/org.eclipse.core.net/natives/unix/linux
- rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.*
+ eclipse.platform.team/bundles/org.eclipse.core.net.linux*
+ rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux*
rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.linux.*
rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.*"
@@ -42,6 +42,8 @@ do
NEWNAME=$(rename_arch ${D})
mv ${D} ${NEWNAME}
+ echo "INFO: ${D} -> ${NEWNAME}"
+
case ${NEWNAME} in
*.powerpc64)
cp -rf ${NEWNAME} `echo ${NEWNAME} | sed -e 's/powerpc64/powerpc64le/'`;;