summaryrefslogtreecommitdiffstats
path: root/java/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* Use exec.nork2004-11-222-2/+2
| | | | Submitted by: bland
* Remove an unnecessary 'if' statement.nork2004-11-161-17/+0
| | | | | PR: ports/73994 Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
* Fix compilation using Firefox (adjust headers/libraries locations).ale2004-11-142-11/+8
| | | | Approved by: nork
* Fix install error on pointyhat.nork2004-11-081-0/+1
| | | | | | | | | This was found implicitly dependency on unzip by pointyhat. In almost environment, this is not a problem and isn't regist installed package database. So I don't bump PORTREVISION. Pointed out by: pointyhat via kris
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-1/+1
| | | | big upgrade.
* o Update to 3.0.1. [1]nork2004-10-2715-3389/+3297
| | | | | | | | | | | o Use native JDK rather than linux-sun-jdk. [2] o Utilize WITH_MOZILLA. It provies to use mozilla or firefox. [2] o Fix some port's bugs. [2] o Add zip to BUILD_DEPENDS and fix build error without zip. [3] PR: ports/72990 [1], ports/72475 [2] Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1], [2] Pointed out by: pointy via kris [3]
* o Fix build with KDE WITH_MOTIF. [1]nork2004-07-286-15/+14
| | | | | | | | | | | | | | | o Fix build on 4-stable. [2] o Fix a problem expect using JDK1.4.2. [3] o Respect CC/CXX. [4] o Bump PORTREVISION Accordingly. Reported by: Jiawei Ye <leafy7382@gmail.com> [2] SUGIMURA Takashi <sugimura@jp.FreeBSD.org> [3] Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [4] Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1] [3] Fernan Aguero <fernan@iib.unsam.edu.ar> [2] Reviewed by: Panagiotis Astithas <past@ebs.gr> [1] [3] [4] Pointy hat to: myself [2]
* Update to 3.0.nork2004-07-2542-3176/+5428
| | | | | | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
* Unbreak: unzip is needed to install this port.olgeni2004-05-221-3/+2
|
* BROKEN: Broken pkg-plistkris2004-05-211-0/+2
|
* Fix build error by GNOME2.6. This is a temporary fix.nork2004-04-061-0/+1
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Upgrade to 2.1.3.olgeni2004-03-203-1126/+1128
|
* Add SIZE into distinfodaichi2004-03-181-0/+1
| | | | Submitted by: trevor
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Upgrade to Eclipse 2.1.2.olgeni2003-12-043-1421/+1420
|
* Fix a comment, the first line was "apache New ports" (apache -> #).olgeni2003-10-301-1/+1
|
* People should report problems with this port to maintainers. Make thekan2003-10-301-1/+0
| | | | | confusion less likely by removing all non-relevant email addresses from the Makefile.
* Port devel/jakarta-ant was renamed to devel/apache-ant.znerd2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* Chase ant port rename.olgeni2003-07-211-1/+1
|
* Whitespace.olgeni2003-07-151-1/+1
|
* The refactor/rename option would not work when building from sources, asolgeni2003-07-142-1/+48
| | | | | | | | | stated in Eclipse PR 37846. https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846 The REINPLACE_CMD-powered "refactoring" is somewhat brutal, but it is better than 50+ patchfiles or a single large diff.
* Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.olgeni2003-07-141-0/+1
| | | | | | | | It may happen that ant does not have sufficient heap to zip the plugins during installation. Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Verified by: Edmond Nolan <eddie@eddienolan.com>
* Forgot a @dirrm.olgeni2003-07-121-0/+1
|
* Let the port build and install the source code related features andolgeni2003-07-124-54/+338
| | | | | | | | | | | | plugins. This basically means that Javadoc help and editor hover links will work on Eclipse libraries when developing plugins and SWT applications. It requires some zipping and unzipping but at least we get the correct tree installed (much like the available binaries for other platforms). Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
* Fix typo in progress message.olgeni2003-07-111-1/+1
|
* USE_REINPLACE and change ant's buildfile verbose flags to "false"olgeni2003-07-101-0/+4
| | | | (should speed up the build a bit).
* Fix typo in message.olgeni2003-07-061-1/+1
|
* Use MASTER_SITE_ECLIPSE, and use PORTVERSION in DISTNAME.olgeni2003-07-041-2/+2
|
* Update to version 2.1.1.olgeni2003-07-043-2405/+2418
|
* Enable full javadoc build.olgeni2003-07-041-1/+1
|
* . Fix packing list.glewis2003-06-171-0/+1
| | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* . Instead of hardwiring JAVA_HOME, put in a USE_JAVA statement that shouldglewis2003-06-171-2/+1
| | | | | | | be sufficient. The Eclipse documentation mentions needing 1.3 or better. PR: 53426 (hopefully) Suggested by: kan
* Refuse to assume a maintainership of something I never wanted to maintainkan2003-06-171-1/+1
| | | | | | in the first place. Assign maintainership to java@.
* Add eclipse 2.1, An open extensible IDE for anything and nothingnork2003-06-1716-0/+3003
in particular. Submitted by: kan
OpenPOWER on IntegriCloud