aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* cleanup: remove remaining occurrences of $FreeBSD$Tobias C. Berner2022-07-211-1/+0
|
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* java/eclipse: Makefile cleanupJonathan Chen2022-07-061-3/+3
| | | | | | | | * disable PORTSCOUT * remove now superflous WRKSRC_SUBDIR PR: 264967 Reported by: jonc@chen.org.nz (maintainer)
* java/eclipse: Update to 4.24Jonathan Chen2022-06-2420-983/+403
| | | | PR: 264864
* java/eclipse: update 4.16 -> 4.21Jonathan Chen2022-06-0323-799/+1486
| | | | | | | | | | | 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
* java/eclipse: fix runtime on powerpc64Piotr Kubaj2021-08-082-0/+9
| | | | | | | Changing "ppc64le" to "ppc64" (or powerpc64) resolves the SIGSEGV issue on big endian but breaks little endian, so replace only on powerpc64. Submitted by: hamiltcl@verizon.net Approved by: jonc@chen.org.nz (maintainer timeout)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-2/+0
|
* java/eclipse: port to powerpc64lePiotr Kubaj2021-03-0911-290/+521
| | | | | | | | PR: 254149 Approved by: jonc@chen.org.nz (maintainer) Notes: svn path=/head/; revision=567877
* Fix dependsAntoine Brodin2020-10-121-1/+1
| | | | Notes: svn path=/head/; revision=552140
* Allow building on powerpc64le.Mark Linimon2020-09-271-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550371
* Add archivers/zip to BUILD_DEPENDS to fix building in official package builderLi-Wen Hsu2020-06-271-2/+2
| | | | | | | | | | while here, clean unneeded comment PR: 247575 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=540603
* Update to 4.16Li-Wen Hsu2020-06-189-134/+83
| | | | | | | | PR: 247371 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=539545
* java/eclipse: update to 4.15Tobias C. Berner2020-03-2011-105/+91
| | | | | | | | PR: 244927 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=528798
* java/eclipse: upgrade 4.12 -> 4.14Kurt Jaeger2020-01-0219-441/+192
| | | | | | | | | 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
* Build brokenDiane Bruce2019-12-141-0/+9
| | | | | | | | | | | | 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
* java/eclipse: usablity patch for webkit2-gtk3 issuesKurt Jaeger2019-09-082-2/+15
| | | | | | | | | | | - 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
* java/eclipse: upgrade 4.11 -> 4.12Kurt Jaeger2019-08-2012-290/+103
| | | | | | | | | | | - 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-201-1/+0
| | | | Notes: svn path=/head/; revision=504618
* java/eclipse: fix buildPiotr Kubaj2019-06-162-6/+3
| | | | | | | | | | | 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
* java/eclipse: Fix build when using maven-3.6.1Steve Wills2019-05-277-1118/+39
| | | | | | | | | | | 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
* 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-1431-3518/+4115
| | | | | | | | | | | | | | - 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
* Remove dependency on webkit to allow its removalAntoine Brodin2019-03-211-3/+4
| | | | Notes: svn path=/head/; revision=496424
* Rearrange things to appease portlint.Mark Linimon2019-03-211-6/+5
| | | | Notes: svn path=/head/; revision=496420
* Per request of Michael Zhilin on freebsd-java@, extend the expirationMark Linimon2019-03-211-1/+1
| | | | | | | a bit while a proper fix is being worked on. Notes: svn path=/head/; revision=496419
* Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].Koop Mast2019-02-251-0/+3
| | | | | | | | | | | | Disable webkit-gtk[23] support if the port/plugin supports it. Remove options for webkit-gtk[23] using ports or if they don't have a option, mark them deprecated with the same date as webkit-gtk[23]. Haskell and geany where skipped and will be handled by the maintainers. Notes: svn path=/head/; revision=493883
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* Fix the context of some patches so that they apply with stricter patch(1)Antoine Brodin2017-11-091-1/+1
| | | | | | | | PR: 223545 With hat: portmgr Notes: svn path=/head/; revision=453869
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Mark BROKEN on FreeBSD 9.x i386Dmitry Marakasov2016-12-231-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429240
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+1
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* java/eclipse: 4.5.2 -> 4.6Kurt Jaeger2016-10-068-728/+724
| | | | | | | | | | | | | - 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
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Update to 4.5.2.Vanilla I. Shu2016-03-124-20/+20
| | | | | | | | PR: 207863 Submitted by: maintainer Notes: svn path=/head/; revision=410878
* Unbreak on head, the issue was fixed in base r294936Antoine Brodin2016-01-301-1/+0
| | | | Notes: svn path=/head/; revision=407549
* Mark BROKEN on FreeBSD headAntoine Brodin2016-01-231-0/+1
| | | | Notes: svn path=/head/; revision=406967
* java/eclipse: 4.4.2 -> 4.5.1Kurt Jaeger2015-12-027-299/+261
| | | | | | | | | | | | | | | | | - 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
* - Mark broken on 9.x i386: does not build:Dmitry Marakasov2015-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | ... Installing org.eclipse.rcp.id 4.4.2.M20150204-1700. Installation failed. An error occurred while installing the items session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). ... [INFO] equinox-sdk ....................................... SUCCESS [4.776s] [INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s] [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED ... Submitted by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q3 Notes: svn path=/head/; revision=391412
* java/eclipse: Upgrade version 4.3.2 => 4.4.2John Marino2015-03-217-1163/+1055
| | | | | | | | | | 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-142-10/+5
| | | | Notes: svn path=/head/; revision=372556
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* java/eclipse: Set a default theme and external browserBartek Rutkowski2014-08-273-3/+61
| | | | | | | | | | 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