aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* . Force eclipse to use one of the jdk* ports rather than the diablo-jdk15Greg Lewis2008-01-172-1/+15
| | | | | | | | | | 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 Notes: svn path=/head/; revision=205737
* - Update to 3.2.2Tong LIU2007-08-038-132/+33
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=196999
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fixes for internal web browser [1]Tom McLaughlin2007-01-0315-32/+587
| | | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=181362
* - 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) Notes: svn path=/head/; revision=179539
* Update Eclipse to version 3.2.1. Assign port maintainership toAlexander Kabaev2006-11-0444-3192/+774
| | | | | | | | | submitter. Submitted by: David Sledge Notes: svn path=/head/; revision=176328
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-143-18/+17
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161761
* Update to 3.1.2.Norikatsu Shigemura2006-02-086-36/+36
| | | | | | | | | Submitted by: tmclaugh References: http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html Noticed by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=155524
* . Make sure the mozilla library is built unless WITHOUT_MOZILLA isGreg Lewis2006-01-191-2/+2
| | | | | | | | | | | explicitly specified. Fixes a problem with the internal browser widget not being available. PR: 91305 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=153884
* . Add SHA256.Greg Lewis2005-12-181-0/+1
| | | | Notes: svn path=/head/; revision=151469
* Unbreak build with cairo 1.0.Alexander Nedotsukov2005-11-063-5/+2463
| | | | | | | Patch by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=147440
* Chase cairo shared library update, bump the PORTREVISION.Jeremy Messenger2005-11-061-2/+2
| | | | Notes: svn path=/head/; revision=147430
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutionsHerve Quiroz2005-10-301-0/+2
| | | | | | | | PR: 86860 Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com> Notes: svn path=/head/; revision=146744
* 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> Notes: svn path=/head/; revision=145706
* Update to 3.1.1.Norikatsu Shigemura2005-10-098-144/+71
| | | | | | | | PR: ports/86860, ports/86900 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=144680
* o Fix build error with WITH_MOZILA != mozilla.Norikatsu Shigemura2005-09-281-6/+9
| | | | | | | | | | | o Make an Eclipse menu entry visible. (add dependency) o Bump PORTREVISION, accodingly. PR: ports/86649 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=143683
* Fix build error by wrong gtk libraries.Norikatsu Shigemura2005-09-252-0/+61
| | | | | | | | PR: ports/86538 Submitted by: Mark Hobden <markhobden@gmail.com> Notes: svn path=/head/; revision=143516
* Fix build error WITH_MOTIF.Norikatsu Shigemura2005-09-142-2/+18
| | | | | | | | | | Add a desktop meny entry under GNOME. PR: ports/86086 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=142715
* . Fix compilation after the recent nspr split from mozilla/firefox.Greg Lewis2005-09-083-63/+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> Notes: svn path=/head/; revision=142236
* Change MAINTAINER from java@ to freebsd-eclipse@.Norikatsu Shigemura2005-08-281-1/+1
| | | | | | | Noticed by: Vizion <vizion@vizion.occoxmail.com> Notes: svn path=/head/; revision=141136
* Fix the internal browser issue.Norikatsu Shigemura2005-08-282-3/+3
| | | | | | | | PR: ports/84672 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=141018
* Update to 3.1.Norikatsu Shigemura2005-07-3158-5359/+1084
| | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=140521
* Add support for other mozilla's.Norikatsu Shigemura2005-06-181-3/+3
| | | | | | | | PR: ports/81753 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=137699
* UnBROKEN by fixing pkg-plist.Norikatsu Shigemura2005-05-292-2/+2
| | | | | | | | PR: ports/81577 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=136366
* BROKEN: Incomplete pkg-plistKris Kennaway2005-05-071-0/+2
| | | | Notes: svn path=/head/; revision=134815
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Remove some uninstall files, and bump PORTREVISION.Norikatsu Shigemura2005-02-062-3/+1
| | | | Notes: svn path=/head/; revision=128157
* Use exec.Norikatsu Shigemura2004-11-222-2/+2
| | | | | | | Submitted by: bland Notes: svn path=/head/; revision=122150
* Remove an unnecessary 'if' statement.Norikatsu Shigemura2004-11-161-17/+0
| | | | | | | | PR: ports/73994 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=121766
* Fix compilation using Firefox (adjust headers/libraries locations).Alex Dupre2004-11-142-11/+8
| | | | | | | Approved by: nork Notes: svn path=/head/; revision=121550
* Fix install error on pointyhat.Norikatsu Shigemura2004-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 Notes: svn path=/head/; revision=121141
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* o Update to 3.0.1. [1]Norikatsu Shigemura2004-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] Notes: svn path=/head/; revision=120325
* o Fix build with KDE WITH_MOTIF. [1]Norikatsu Shigemura2004-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] Notes: svn path=/head/; revision=114955
* Update to 3.0.Norikatsu Shigemura2004-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 Notes: svn path=/head/; revision=114609
* Unbreak: unzip is needed to install this port.Jimmy Olgeni2004-05-221-3/+2
| | | | Notes: svn path=/head/; revision=109694
* BROKEN: Broken pkg-plistKris Kennaway2004-05-211-0/+2
| | | | Notes: svn path=/head/; revision=109576
* Fix build error by GNOME2.6. This is a temporary fix.Norikatsu Shigemura2004-04-061-0/+1
| | | | Notes: svn path=/head/; revision=106334
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Upgrade to 2.1.3.Jimmy Olgeni2004-03-203-1126/+1128
| | | | Notes: svn path=/head/; revision=104737
* Add SIZE into distinfoDaichi GOTO2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104434
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Upgrade to Eclipse 2.1.2.Jimmy Olgeni2003-12-043-1421/+1420
| | | | Notes: svn path=/head/; revision=94933
* Fix a comment, the first line was "apache New ports" (apache -> #).Jimmy Olgeni2003-10-301-1/+1
| | | | Notes: svn path=/head/; revision=92639
* People should report problems with this port to maintainers. Make theAlexander Kabaev2003-10-301-1/+0
| | | | | | | | confusion less likely by removing all non-relevant email addresses from the Makefile. Notes: svn path=/head/; revision=92624
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Chase ant port rename.Jimmy Olgeni2003-07-211-1/+1
| | | | Notes: svn path=/head/; revision=85284
* Whitespace.Jimmy Olgeni2003-07-151-1/+1
| | | | Notes: svn path=/head/; revision=84922