aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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: Change include <pre>/<post> to <options>John Marino2014-06-261-2/+2
| | | | Notes: svn path=/head/; revision=359328
* 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: 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-2613-8805/+3547
| | | | | | | | | | | | | | | 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
* Support staging.Alex Dupre2014-01-221-4/+4
| | | | Notes: svn path=/head/; revision=340698
* 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
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵Baptiste Daroussin2013-08-261-9/+9
| | | | | | | base Notes: svn path=/head/; revision=325397
* - 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
* . Fix build error for java/eclipse with current glibGreg Lewis2013-04-061-0/+15
| | | | | | | | | PR: 177582 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315747
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadGreg Lewis2013-03-032-3/+24
| | | | | | | | | | | 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
* . Add an entry for the eclipse-sdktests DISTFILE. Much more still needsGreg Lewis2012-05-131-0/+2
| | | | | | | | | to be done to get the tests working though. PR: 157600 Notes: svn path=/head/; revision=296514
* . Update to 3.7.1.Greg Lewis2012-05-068-457/+751
| | | | Notes: svn path=/head/; revision=296069
* Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256Chris Rees2012-01-291-2/+2
| | | | | | | | | and SIZE from eclipse-devel Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk) Notes: svn path=/head/; revision=290021
* . Add entries for the test distfiles.Greg Lewis2011-07-111-0/+4
| | | | | | | | | | This gets us closer, but the WITH_TESTS option still does not work. The build now fails while applying patches. PR: 157600 Notes: svn path=/head/; revision=277515
* . Update to 3.6.2.Greg Lewis2011-05-134-34/+55
| | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-22/+0
| | | | Notes: svn path=/head/; revision=271346
* - 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-135-1173/+660
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=266264
* . Fix overwriting of JUnit 4 during installation.Greg Lewis2010-10-032-11/+2
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=262335
* Add a common Makefile to simplify installing eclipse plugins in theAlex Dupre2010-09-072-0/+14
| | | | | | | correct equinox dropins directory. Notes: svn path=/head/; revision=260683
* . Fix the build with the latest libxul update. Without this the buildGreg Lewis2010-08-091-2/+2
| | | | | | | | | completes but eclipse won't run. Submitted by: stefanf@ Notes: svn path=/head/; revision=258968
* - 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-10118-3722/+8976
| | | | 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-0670-507/+971
| | | | | | | | | | | | | | | | | | | | | | | . 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-15156-4654/+2802
| | | | 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