summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-eclipse-platform-parent
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-09 00:13:57 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-09 00:13:57 +0000
commit56e7d8375380397a01def1441ddec0be4f4d8887 (patch)
tree838e839c76df6197f0f20e2faad4b76ffca410d0 /java/eclipse/files/patch-eclipse-platform-parent
parentupdate net-mgmt/networkmgr to 4.5 (diff)
java/eclipse: port to powerpc64le
PR: 254149 Approved by: jonc@chen.org.nz (maintainer)
Notes
Notes: svn path=/head/; revision=567877
Diffstat (limited to 'java/eclipse/files/patch-eclipse-platform-parent')
-rw-r--r--java/eclipse/files/patch-eclipse-platform-parent16
1 files changed, 11 insertions, 5 deletions
diff --git a/java/eclipse/files/patch-eclipse-platform-parent b/java/eclipse/files/patch-eclipse-platform-parent
index 5a327947c269..707ccebc555b 100644
--- a/java/eclipse/files/patch-eclipse-platform-parent
+++ b/java/eclipse/files/patch-eclipse-platform-parent
@@ -1,6 +1,5 @@
-diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
---- eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000
-+++ eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000
+--- eclipse-platform-parent/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200
++++ eclipse-platform-parent/pom.xml 2021-03-08 19:09:17.636105000 +0100
@@ -80,9 +80,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
@@ -13,7 +12,7 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
-@@ -254,14 +254,14 @@
+@@ -254,16 +254,21 @@
</target>
<environments>
<environment>
@@ -31,8 +30,15 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
+ <arch>powerpc64</arch>
</environment>
<environment>
++ <os>freebsd</os>
++ <ws>gtk</ws>
++ <arch>powerpc64le</arch>
++ </environment>
++ <environment>
<os>win32</os>
-@@ -626,7 +626,7 @@
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+@@ -626,7 +631,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->