summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-production
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-04-14 09:14:32 +0000
commit765525b60a7094d21911f9cf3bca389d03aca79f (patch)
treefed51259f984e2e19a3483723393a0b30bdace58 /java/eclipse/files/patch-production
parentnet/radvd: Update to 2.18 (diff)
java/eclipse: update 4.6 -> 4.11, submitter becomes maintainer
- port is rewritten from scratch - Warning: UI widgets are oddly sized, currently under investigation PR: 236792 Submitted by: Jonathan Chen <jonc@chen.org.nz> Reviewed by: mizhka@gmail.com, Curtis Hamilton Approved by: ljboiler@gmail.com (maintainer timeout) Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
Diffstat (limited to 'java/eclipse/files/patch-production')
-rw-r--r--java/eclipse/files/patch-production14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-production b/java/eclipse/files/patch-production
new file mode 100644
index 000000000000..32f05dffec4c
--- /dev/null
+++ b/java/eclipse/files/patch-production
@@ -0,0 +1,14 @@
+diff -ru production/checkConfigIIUs.sh production/checkConfigIIUs.sh
+--- production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
++++ production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
+@@ -39,8 +39,8 @@
+
+ declare -a PLATFORMS=( \
+ cocoa.macosx.x86_64 \
+-gtk.linux.ppc64le \
+-gtk.linux.x86_64 \
++gtk.freebsd.powerpc64 \
++gtk.freebsd.amd64 \
+ win32.win32.x86_64 \
+ )
+ NPLATFORMS=${#PLATFORMS[@]}