mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
765525b60a
- 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/
15 lines
419 B
Plaintext
15 lines
419 B
Plaintext
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[@]}
|