aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* java/eclipse: 4.5.2 -> 4.6Kurt Jaeger2016-10-061-4/+12
| | | | | | | | | | | | | - 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-121-5/+5
| | | | | | | | 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-021-10/+13
| | | | | | | | | | | | | | | | | - 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-211-6/+13
| | | | | | | | | | 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-8/+3
| | | | 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-271-1/+1
| | | | | | | | | | 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
* java/eclipse: Fix dropins locationJohn Marino2014-07-111-0/+3
| | | | | | | | | | | | The new 4.3.2 Eclipse port doesn't look for dropins in the "standard" FreeBSD location (/usr/local/share/eclipse/dropins) as expected. The eclipse.ini file has been modified to make that happen. PR: 191766 Submitted by: maintainer (Jimmy Kelly) Notes: svn path=/head/; revision=361589
* java/eclipse: Change include <pre>/<post> to <options>John Marino2014-06-261-2/+2
| | | | Notes: svn path=/head/; revision=359328
* java/eclipse: Remove troublesome comment completelyJohn Marino2014-06-261-2/+0
| | | | | | | | | | | | | Freshports won't update the entry due to choking on the MAVEN_OPTS comment. Truthfully the comment is more trouble than it's worth. First, it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the definition should be there anyway. Thirdly, MVN_OPTS is undefined. Just remove the whole mess. PR: 188659 Notes: svn path=/head/; revision=359325
* java/eclipse: Tweak comment to satisfy freshports sanity checkJohn Marino2014-06-261-1/+1
| | | | | | | | A space character was missing in a comment that made the freshport sanity check think it was a bad shell command. Notes: svn path=/head/; revision=359324
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-261-237/+86
| | | | | | | | | | | | | | | 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
* java/eclipse*: specify extraction with ${TAR}John Marino2014-05-291-4/+4
| | | | | | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the extraction tool needs to be tar, so let's specify it directly. The eclipse ports have pending PRs to update the version, although I don't know if they include staging. Each Eclipse is a huge port so staging is out scope of this extraction tool work. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355758
* - Covert gmake, xz to USESMartin Wilke2014-05-261-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355314
* Reassign eclipse ports to the heapBaptiste Daroussin2014-04-291-1/+1
| | | | | | | | | | | | eclipse@ is a failure resulting in eclipse ports being badly maintainer: - outdated - not adapted to infrastructure modification - failures with clang With hat: portmgr Notes: svn path=/head/; revision=352582
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofBryan Drewery2013-05-101-1/+1
| | | | | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr Notes: svn path=/head/; revision=317757
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-3/+3
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert j* categories to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316350
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadGreg Lewis2013-03-031-3/+3
| | | | | | | | | | | 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
* Convert to new options frameworkBaptiste Daroussin2013-01-081-13/+10
| | | | | | | | | | | Trim headers Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG=build Change MAINTAINER address from freebsd-eclipse@ to eclipse@ Approved by: eclipse (glewis) Notes: svn path=/head/; revision=310072
* Fix wrong permissions on a few plugin jars.Alex Dupre2012-09-191-1/+2
| | | | Notes: svn path=/head/; revision=304493
* - Move libxul 1.9.2 to www/libxul19Beat Gaetzi2012-09-101-4/+4
| | | | | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko Notes: svn path=/head/; revision=304053
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* . Update to 3.7.1.Greg Lewis2012-05-061-37/+90
| | | | Notes: svn path=/head/; revision=296069
* . Update to 3.6.2.Greg Lewis2011-05-131-5/+9
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=274035
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Bump PORTREVISION for previous commit, as it changes plist contentPav Lucistnik2010-12-181-0/+1
| | | | Notes: svn path=/head/; revision=266549
* Create equinox dropins directory (was erroneously dropped in last commit).Alex Dupre2010-12-161-0/+1
| | | | Notes: svn path=/head/; revision=266412
* . Update to 3.6.1 (Helios).Greg Lewis2010-12-131-39/+31
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=266264
* . Fix overwriting of JUnit 4 during installation.Greg Lewis2010-10-031-10/+1
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=262335
* Add a common Makefile to simplify installing eclipse plugins in theAlex Dupre2010-09-071-0/+1
| | | | | | | correct equinox dropins directory. Notes: svn path=/head/; revision=260683
* - Bump PORTREVISION after libxul updateBeat Gaetzi2010-08-081-0/+1
| | | | | | | | | PR: ports/149044 Expr-run by: pav@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=258912
* . Update to 3.5.2.Greg Lewis2010-07-101-228/+192
| | | | Notes: svn path=/head/; revision=257620
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Revert changes that got spammed into previous revisionPav Lucistnik2010-02-071-6/+1
| | | | | | | | PR: ports/143628 Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> Notes: svn path=/head/; revision=249367
* - update to jpeg-8Dirk Meyer2010-02-051-2/+7
| | | | Notes: svn path=/head/; revision=249285
* - Remove obsolete gecko providersBeat Gaetzi2009-11-271-1/+1
| | | | | | | | Approved by: portmgr (miwi) Exp-run by: miwi Notes: svn path=/head/; revision=244840
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* . Add a PATCH_DEPENDS on zip as its invoked during post-patch.Greg Lewis2009-06-061-0/+2
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=235335
* . Update to 3.4.2, including:Greg Lewis2009-06-061-54/+133
| | | | | | | | | | | | | | | | | | | | | | | . 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
* . Update to 3.4.1 (from eclipse-devel).Greg Lewis2009-02-151-42/+69
| | | | Notes: svn path=/head/; revision=228357
* . Fix the build when WITHOUT_MOZILLA is defined by removing the manualGreg Lewis2008-09-131-1/+0
| | | | | | | | | | | inclusion of an (obsolete) copy of bsd.gecko.mk (its included when appropriate by the port setting USE_GECKO). Submitted by: ale Approved by: portmgr (pav) Notes: svn path=/head/; revision=220368