summaryrefslogtreecommitdiff
path: root/java/eclipse/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Force eclipse to use one of the jdk* ports rather than the diablo-jdk15Greg Lewis2008-01-171-1/+1
| | | | | | | port on FreeBSD 7.x and higher as mixing the native 7.x libraries of eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble. PR: 118115
* - Update to 3.2.2Tong LIU2007-08-036-122/+25
| | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
* - Fixes for internal web browser [1]Tom McLaughlin2007-01-0313-10/+551
| | | | | | | | | | | | | | | | | | | - Fixes for internal web browser on amd64 [2] - Convert to USE_GECKO [3] Note: Port defaults to xulrunner as the preffered gecko port because it is the only port which allows the internal web browser to work but eclipse will build using other gecko ports (ie. firefox, mozilla, seamonkey) though it will lack a working internal web browser. An argument can be made that xulrunner should be the only available gecko but maybe 5 people have xulrunner installed and it's another 45 minute mozilla dependency on even my speedy machine. The maintainer mentioned working on getting the internal web browser to work with firefox so I'm leaving well enough alone. When eclipse fully works with firefox the USE_GECKO ordering should probably be revistited. PR: 105581 Submitted by: Maintainer [1], Kurt Miller <lists at intricatesoftware.com> [2], me [3]
* - Respect X11BASERong-En Fan2006-12-121-0/+18
| | | | | | | This is the same fix as I did for x11-toolkits/swt Reported by: pointyhat Approved by: portmgr (linimon)
* Update Eclipse to version 3.2.1. Assign port maintainership toAlexander Kabaev2006-11-0441-3121/+738
| | | | | | submitter. Submitted by: David Sledge
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-4/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Update to 3.1.2.Norikatsu Shigemura2006-02-084-30/+30
| | | | | | Submitted by: tmclaugh References: http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html Noticed by: Panagiotis Astithas <past@ebs.gr>
* Unbreak build with cairo 1.0.Alexander Nedotsukov2005-11-062-2/+2452
| | | | Patch by: Andreas Kohn <andreas@syndrom23.de>
* Fix javavmwrapper support added in last commit: the launcher now enforcesHerve Quiroz2005-10-181-1/+1
| | | | | | | | JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by javavm(1). PR: 86860 Discussed with: Panagiotis Astithas <past@ebs.gr>
* Update to 3.1.1.Norikatsu Shigemura2005-10-096-138/+65
| | | | | PR: ports/86860, ports/86900 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Fix build error by wrong gtk libraries.Norikatsu Shigemura2005-09-251-0/+59
| | | | | PR: ports/86538 Submitted by: Mark Hobden <markhobden@gmail.com>
* Fix build error WITH_MOTIF.Norikatsu Shigemura2005-09-141-0/+10
| | | | | | | Add a desktop meny entry under GNOME. PR: ports/86086 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Fix compilation after the recent nspr split from mozilla/firefox.Greg Lewis2005-09-082-61/+2
| | | | | | | | | | Although I can't reproduce this problem, it doesn't break anything for me and other users have independently verified it fixes the build for them. . Remove an unnecessary patch. PR: 85590 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Fix the internal browser issue.Norikatsu Shigemura2005-08-281-2/+2
| | | | | PR: ports/84672 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 3.1.Norikatsu Shigemura2005-07-3153-1860/+911
| | | | | | | | | | o java/eclipse-devel is IGNOREd now until 3.2+. o change MAINTAINERship to java@ on java/eclipse-devel. [1] PR: ports/84252 Submitted by: Panagiotis Astithas <past@ebs.gr> Requested by: devel/eclipse-devel's maintainer [1] Tested by: java@
* Use exec.Norikatsu Shigemura2004-11-221-1/+1
| | | | Submitted by: bland
* Remove an unnecessary 'if' statement.Norikatsu Shigemura2004-11-161-17/+0
| | | | | PR: ports/73994 Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
* Fix compilation using Firefox (adjust headers/libraries locations).Alex Dupre2004-11-141-8/+8
| | | | Approved by: nork
* o Update to 3.0.1. [1]Norikatsu Shigemura2004-10-2712-318/+215
| | | | | | | | | | | 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]Norikatsu Shigemura2004-07-285-14/+13
| | | | | | | | | | | | | | | 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.Norikatsu Shigemura2004-07-2538-287/+1959
| | | | | | | | 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
* The refactor/rename option would not work when building from sources, asJimmy Olgeni2003-07-141-0/+32
| | | | | | | | | 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.
* Let the port build and install the source code related features andJimmy Olgeni2003-07-122-39/+34
| | | | | | | | | | | | 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.Jimmy Olgeni2003-07-111-1/+1
|
* Fix typo in message.Jimmy Olgeni2003-07-061-1/+1
|
* Enable full javadoc build.Jimmy Olgeni2003-07-041-1/+1
|
* Add eclipse 2.1, An open extensible IDE for anything and nothingNorikatsu Shigemura2003-06-1711-0/+348
in particular. Submitted by: kan