| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
I took the fork of an eclipse member - who integrated my changes and
made more "investment" - thanks to him:
https://github.com/chirontt/eclipse.platform.releng.aggregator
- There are no addons or patches needed anymore.
- It compiles on my amd64 platform.
- The powerpc64 architectures are removed.
PR: 281794 281582
|
|
|
|
|
|
|
|
| |
This is a temporary workaround for fix several broken processes.
Moving java/eclipse/file/addons to external storage comming soon.
PR: 281582
Reported by: several developers via email
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.gitignore
- Return file Makefile.plugins required for consumer devel/subversive.
- Update java version in Makefile.plugins from 8 to 17 - eclipse require
at least 17.
- Thanks to .gitignore with line "*.sw[p-z]":
$ git add java/eclipse/files/addons/eclipse.platform.swt
The following paths are ignored by one of your .gitignore files:
java/eclipse/files/addons/eclipse.platform.swt
hint: Use -f if you really want to add them.
hint: Disable this message with "git config advice.addIgnoredFile false"
Force add this directory.
PR: 281123
Reported by: yasu (email), antoine (email), Norbert Grundmann
Approved by: Norbert Grundmann <ngrundmann@gmx.de> (maintainer)
Fixes: 27eb99fc4755 (Update 4.24 → 4.32, take maintainership)
|
|
|
|
| |
PR: 281123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During an exp-run for llvm 15 (see bug 265425), it turned out that
java/eclipse failed to build with clang 15:
[INFO] [exec] Building GTK3 bindings:
[INFO] [exec] gmake[1]: Entering directory '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_24/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/tmpdir'
...
[INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4952r11 -DFREEBSD -DGTK -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk11/include -I/usr/local/openjdk11/include/freebsd -DJNI64 -m64 -Werror `pkg-config --cflags gtk+-3.0 gtk+-unix-print-3.0` -c os.c
[INFO] [exec] os.c:10086:31: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jint)((jint (*)())arg0)(arg1, arg2, arg3);
[INFO] [exec] ^
[INFO] [exec] os.c:10098:31: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jint)((jint (*)())arg0)(arg1, arg2);
[INFO] [exec] ^
[INFO] [exec] os.c:10704:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4);
[INFO] [exec] ^
[INFO] [exec] os.c:10716:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6);
[INFO] [exec] ^
[INFO] [exec] os.c:10728:33: error: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6, arg7);
[INFO] [exec] ^
These -Werror warnings are in code generated by JNIGenerator, so they
cannot directly be fixed (at least not without hacking on JNIGenerator
itself).
Instead we need to add -Wno-deprecated-non-prototype for clang 15 and
higher. To achieve this, we have to pass CFLAGS to MAVEN_ENV, and adjust
the gtk build.sh script to respect the CFLAGS setting in the
environment.
PR: 269034
Approved by: jonc@chen.org.nz (maintainer)
MFH: 2023Q1
|
|
|
|
| |
PR: 264864
|
|
|
|
|
|
|
|
|
|
|
| |
This release is 1.5 years overdue and 6 months out-of-date, but is
an important interim step to the 4.24 release due in June 2022.
Massive thanks go to Patrick Mackinlay who resolved the 2 critical
bugs preventing update from coming out sooner!
Author: Jonathan Chen <jonc@chen.org.nz>
PR: 264400
|
| |
|
|
|
|
|
|
|
|
| |
PR: 254149
Approved by: jonc@chen.org.nz (maintainer)
Notes:
svn path=/head/; revision=567877
|
|
|
|
|
|
|
|
| |
PR: 247371
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=539545
|
|
|
|
|
|
|
|
| |
PR: 244927
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=528798
|
|
|
|
|
|
|
|
|
| |
PR: 243017
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-12/noteworthy/
Notes:
svn path=/head/; revision=521829
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simple fix to fix repo's URL
PR: ports/242520
Submitted by: vvd@unislabs.com
Reported by: vvd@unislabs.com
Approved by: Maintainer
Notes:
svn path=/head/; revision=520149
|
|
|
|
|
|
|
|
|
|
|
| |
- usability patch for PR:238844 (not a fix, but keeps Eclipse usable)
- use github.com servers in preference to git.eclipse.org for distfiles
PR: 240383
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=511553
|
|
|
|
|
|
|
|
|
|
|
| |
- Fallback MASTER_SITES, as git.eclipse.org is slow/unreliable.
PR: 239650
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-06/noteworthy/
Notes:
svn path=/head/; revision=509422
|
|
|
|
|
|
|
|
|
|
|
| |
Require new GCC to build this port on GCC architectures.
PR: 238489
Approved by: jonc@chen.org.nz (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20667
Notes:
svn path=/head/; revision=504379
|
|
|
|
|
|
|
|
|
|
|
| |
While here, fix powerpc64 build and remove pkg-plist for dynamic plist
to cater for multiple ARCH builds.
PR: 238152
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=502804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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/
Notes:
svn path=/head/; revision=498880
|
|
|
|
|
|
|
|
| |
PR: 223545
With hat: portmgr
Notes:
svn path=/head/; revision=453869
|
|
|
|
|
|
|
| |
- Consistently pad (separate) shebang in wrapper scripts with an empty line
Notes:
svn path=/head/; revision=424092
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITE
PR: 211764
Changes: http://www.eclipse.org/neon/noteworthy/
https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php
Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Reviewed by: Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
Notes:
svn path=/head/; revision=423439
|
|
|
|
|
|
|
|
| |
PR: 207863
Submitted by: maintainer
Notes:
svn path=/head/; revision=410878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump to Eclipse 4.5.1
- Switch to using Maven 3.3
- add fix for running Eclipse build for Gtk2 only on a system where
Gtk3 might also be installed.
- Details:
https://projects.eclipse.org/releases/mars/details
- Bugs fixed:
https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1
PR: 203689
Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=402850
|
|
|
|
|
|
|
|
|
|
| |
Note that Eclipse now requires openJDK8 to build.
PR: 195985
Submitted by: Jimmy Kelley (maintainer)
Notes:
svn path=/head/; revision=381788
|
|
|
|
|
|
|
|
|
|
| |
PR: 192696
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
Reviewed by: swills (mentor), marino (mentor)
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=366329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At long last, eclipse has been updated to the latest release and is now
under the stewardship of Jimmy Kelly. This version supports OpenJDK8
runtime environments. A special thanks to Jonathan Chen for getting the
ball rolling after the PR stalled.
PR: 188659
Submitted by: Jimmy Kelly
Distfiles by: Jonathan Chen
Verified by: F10/amd64 poudriere
Notes:
svn path=/head/; revision=359322
|
|
|
|
|
|
|
| |
base
Notes:
svn path=/head/; revision=325397
|
|
|
|
|
|
|
|
|
| |
PR: 177582
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=315747
|
|
|
|
|
|
|
|
|
|
|
| |
of libxul since the SWT plugin libraries in the eclipse-devel port will
not compile using libxul version 10.
PR: 174846
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
Notes:
svn path=/head/; revision=313322
|
|
|
|
| |
Notes:
svn path=/head/; revision=296069
|
|
|
|
|
|
|
| |
Submitted by: tg@
Notes:
svn path=/head/; revision=274035
|
|
|
|
|
|
|
| |
Submitted by: tg
Notes:
svn path=/head/; revision=266264
|
|
|
|
|
|
|
| |
Submitted by: tg@
Notes:
svn path=/head/; revision=262335
|
|
|
|
|
|
|
|
|
| |
completes but eclipse won't run.
Submitted by: stefanf@
Notes:
svn path=/head/; revision=258968
|
|
|
|
| |
Notes:
svn path=/head/; revision=257620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. We are now installing a real eclipse product.
. Only the jar files for the platform are built, dramatically reducing
the time necessary to build (thanks to the Fedora devs for the idea
and the basic procedure).
. Lot of small fixes to the build procedure to make future imports easier
. Some of the bundles are pre-extracted during install to improve
launching time.
. JDK 1.6 is required to build but any jre (1.5 or 1.6) can be used in
Preferences->Java->Installed JREs. JDK 1.4 is unfortunately not
supported at this time.
. Switch to x86_64 architecture name instead of amd64 to be more in-line
with mainline eclipse.
Note that after this update you will need to reinstall any plugins you've
installed with the built in Update Manager. This is a one time thing.
Submitted by: sepotvin@ (maintainer)
Notes:
svn path=/head/; revision=235331
|
|
|
|
| |
Notes:
svn path=/head/; revision=228357
|
|
|
|
| |
Notes:
svn path=/head/; revision=220009
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
| |
port on FreeBSD 7.x and higher as mixing the native 7.x libraries of
eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble.
PR: 118115
Notes:
svn path=/head/; revision=205737
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign eclipse@FreeBSD.org as maintainer
PR: ports/113435
Submitted by: Rick Petty, tmclaugh
Approved by: maintainer timeout (more than 3 months)
Approved by: delphij (mentor)
Notes:
svn path=/head/; revision=196999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes for internal web browser on amd64 [2]
- Convert to USE_GECKO [3]
Note: Port defaults to xulrunner as the preffered gecko port because it is
the only port which allows the internal web browser to work but eclipse will
build using other gecko ports (ie. firefox, mozilla, seamonkey) though it
will lack a working internal web browser. An argument can be made that
xulrunner should be the only available gecko but maybe 5 people have
xulrunner installed and it's another 45 minute mozilla dependency on even my
speedy machine. The maintainer mentioned working on getting the internal
web browser to work with firefox so I'm leaving well enough alone. When
eclipse fully works with firefox the USE_GECKO ordering should probably be
revistited.
PR: 105581
Submitted by: Maintainer [1], Kurt Miller <lists at intricatesoftware.com> [2], me [3]
Notes:
svn path=/head/; revision=181362
|
|
|
|
|
|
|
|
|
|
| |
This is the same fix as I did for x11-toolkits/swt
Reported by: pointyhat
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=179539
|
|
|
|
|
|
|
|
|
| |
submitter.
Submitted by: David Sledge
Notes:
svn path=/head/; revision=176328
|
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
|
|
| |
Submitted by: tmclaugh
References: http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html
Noticed by: Panagiotis Astithas <past@ebs.gr>
Notes:
svn path=/head/; revision=155524
|
|
|
|
|
|
|
| |
Patch by: Andreas Kohn <andreas@syndrom23.de>
Notes:
svn path=/head/; revision=147440
|
|
|
|
|
|
|
|
|
|
|
| |
JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by
javavm(1).
PR: 86860
Discussed with: Panagiotis Astithas <past@ebs.gr>
Notes:
svn path=/head/; revision=145706
|
|
|
|
|
|
|
|
| |
PR: ports/86860, ports/86900
Submitted by: Panagiotis Astithas <past@ebs.gr>
Notes:
svn path=/head/; revision=144680
|
|
|
|
|
|
|
|
| |
PR: ports/86538
Submitted by: Mark Hobden <markhobden@gmail.com>
Notes:
svn path=/head/; revision=143516
|