mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- 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/
14 lines
419 B
Text
14 lines
419 B
Text
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[@]}
|