| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
News:
https://eclipse.dev/eclipse/markdown/?f=news/4.37/index.md
Release Notes:
https://eclipse.dev/eclipse/development/readme_eclipse_4.37.html
PR: 289316
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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: 237280
Notes:
svn path=/head/; revision=498896
|
| |
|
|
|
|
|
|
| |
PR: 237280
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Notes:
svn path=/head/; revision=498895
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
Note that Eclipse now requires openJDK8 to build.
PR: 195985
Submitted by: Jimmy Kelley (maintainer)
Notes:
svn path=/head/; revision=381788
|
| |
|
|
| |
Notes:
svn path=/head/; revision=372556
|
| |
|
|
| |
Notes:
svn path=/head/; revision=359612
|
| |
|
|
|
|
|
|
|
| |
Deprecate them while here
With hat: portmgr
Notes:
svn path=/head/; revision=359606
|
| |
|
|
|
|
|
|
|
|
| |
At least one port is still using Makefile.plugins. Put in a placeholder
to unbreak the index.
PR: 188659
Notes:
svn path=/head/; revision=359326
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=340698
|
|
|
correct equinox dropins directory.
Notes:
svn path=/head/; revision=260683
|