aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/Makefile.plugins
Commit message (Collapse)AuthorAgeFilesLines
* java/eclipse: Update 4.36 => 4.37Norbert Grundmann2025-09-051-1/+1
| | | | | | | | | | 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
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-1/+1
| | | | | | | | | | | | | | | | | | | 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
* java/eclipse: fix build consumer devel/subversive, commit files ignored with ↵Vladimir Druzenko2024-09-131-0/+11
| | | | | | | | | | | | | | | | | | | | | .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)
* java/eclipse: Update 4.24 → 4.32, take maintainershipNorbert Grundmann2024-09-131-11/+0
| | | | PR: 281123
* */*: Refactor java/openjdk7 removalMuhammad Moinur Rahman2023-04-041-2/+1
| | | | | | | | | | | | | | | - 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)
* cleanup: remove remaining occurrences of $FreeBSD$Tobias C. Berner2022-07-211-1/+0
|
* java/eclipse: update 4.16 -> 4.21Jonathan Chen2022-06-031-0/+1
| | | | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* java/eclipse: fix whitespace in Makefile.pluginsKurt Jaeger2019-04-141-1/+2
| | | | | | | PR: 237280 Notes: svn path=/head/; revision=498896
* java/eclipse: re-add Makefile.plugins to restore build for some portsKurt Jaeger2019-04-141-0/+12
| | | | | | | | PR: 237280 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=498895
* java/eclipse: update 4.6 -> 4.11, submitter becomes maintainerKurt Jaeger2019-04-141-14/+0
| | | | | | | | | | | | | | - 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
* java/eclipse: Upgrade version 4.3.2 => 4.4.2John Marino2015-03-211-1/+1
| | | | | | | | | | Note that Eclipse now requires openJDK8 to build. PR: 195985 Submitted by: Jimmy Kelley (maintainer) Notes: svn path=/head/; revision=381788
* Cleanup plistAntoine Brodin2014-11-141-2/+2
| | | | Notes: svn path=/head/; revision=372556
* Restore eclipse Makefile.plugins instead of breaking/expiring ports using itAntoine Brodin2014-06-271-4/+12
| | | | Notes: svn path=/head/; revision=359612
* Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNOREAntoine Brodin2014-06-271-1/+3
| | | | | | | | | Deprecate them while here With hat: portmgr Notes: svn path=/head/; revision=359606
* java/eclipse: Put back Makefile.plugins to unbreak indexJohn Marino2014-06-261-0/+4
| | | | | | | | | | 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
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-261-13/+0
| | | | | | | | | | | | | | | 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
* Support staging.Alex Dupre2014-01-221-4/+4
| | | | Notes: svn path=/head/; revision=340698
* Add a common Makefile to simplify installing eclipse plugins in theAlex Dupre2010-09-071-0/+13
correct equinox dropins directory. Notes: svn path=/head/; revision=260683