| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
09 Aug 2010 04:27:17
3.5.2_1
|
glewis  |
. Fix the build with the latest libxul update. Without this the build
completes but eclipse won't run.
Submitted by: stefanf@ |
08 Aug 2010 09:56:41
3.5.2_1
|
beat  |
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav) |
10 Jul 2010 20:34:30
3.5.2
|
glewis  |
. Update to 3.5.2. |
28 Mar 2010 07:47:48
3.4.2_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
07 Feb 2010 12:13:11
3.4.2_2
|
pav  |
- Revert changes that got spammed into previous revision
PR: ports/143628
Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> |
05 Feb 2010 11:46:55
3.4.2_2
|
dinoex  |
- update to jpeg-8 |
27 Nov 2009 09:10:47
3.4.2_1
|
beat  |
- Remove obsolete gecko providers
Approved by: portmgr (miwi)
Exp-run by: miwi |
31 Jul 2009 14:57:52
3.4.2_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2009 23:45:51
3.4.2
|
glewis  |
. Add a PATCH_DEPENDS on zip as its invoked during post-patch.
Pointed out by: QAT |
06 Jun 2009 21:58:22
3.4.2
|
glewis  |
. Update to 3.4.2, including:
. 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) |
15 Feb 2009 03:19:44
3.4.1
|
glewis  |
. Update to 3.4.1 (from eclipse-devel). |
13 Sep 2008 05:06:44
3.3.2
|
glewis  |
. Fix the build when WITHOUT_MOZILLA is defined by removing the manual
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) |
06 Sep 2008 20:30:17
3.3.2
|
glewis  |
. Update to Eclipse Europa, copied over from eclipse-devel. |
29 Aug 2008 06:27:16
3.2.2_2
|
glewis  |
. Enforce JAVA_VERSION of 1.6 on FreeBSD 7.x and better. While jdk15 will
work, diablo-jdk15 won't, so the safest way to do this is to just
enforce jdk16 or diablo-jdk16.
. Enforce using something that was compiled on FreeBSD 8.x since the binary
packages are likely to cause problems. |
25 Jul 2008 15:34:52
3.2.2_2
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
06 Jun 2008 14:38:51
3.2.2_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 18:56:05
3.2.2_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
17 Jan 2008 07:51:46
3.2.2_1
|
glewis  |
. Force eclipse to use one of the jdk* ports rather than the diablo-jdk15
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 |
03 Aug 2007 04:44:22
3.2.2
|
nemoliu  |
- Update to 3.2.2
- 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) |
19 May 2007 21:32:57
3.2.1_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 Jan 2007 18:13:55
3.2.1_1
|
tmclaugh  |
- Fixes for internal web browser [1]
- 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] |
12 Dec 2006 07:38:50
3.2.1
|
rafan  |
- Respect X11BASE
This is the same fix as I did for x11-toolkits/swt
Reported by: pointyhat
Approved by: portmgr (linimon) |
04 Nov 2006 02:06:50
3.2.1
|
kan  |
Update Eclipse to version 3.2.1. Assign port maintainership to
submitter.
Submitted by: David Sledge |
14 Oct 2006 09:54:54
3.1.2
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
09 May 2006 01:18:07
3.1.2
|
edwin  |
Remove USE_REINPLACE from categories starting with a J |
08 Feb 2006 15:01:39
3.1.2
|
nork  |
Update to 3.1.2.
Submitted by: tmclaugh
References:
http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html
Noticed by: Panagiotis Astithas <past@ebs.gr> |
19 Jan 2006 16:49:57
3.1.1_3
|
glewis  |
. Make sure the mozilla library is built unless WITHOUT_MOZILLA is
explicitly specified. Fixes a problem with the internal browser widget
not being available.
PR: 91305
Submitted by: Panagiotis Astithas <past@ebs.gr> |
18 Dec 2005 09:43:18
3.1.1_2
|
glewis  |
. Add SHA256. |
06 Nov 2005 12:44:04
3.1.1_2
|
bland  |
Unbreak build with cairo 1.0.
Patch by: Andreas Kohn <andreas@syndrom23.de> |
06 Nov 2005 06:04:35
3.1.1_2
|
mezz  |
Chase cairo shared library update, bump the PORTREVISION. |
05 Nov 2005 05:22:06
3.1.1_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
30 Oct 2005 12:47:05
3.1.1
|
hq  |
Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutions
PR: 86860
Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com> |
18 Oct 2005 03:42:04
3.1.1
|
hq  |
Fix javavmwrapper support added in last commit: the launcher now enforces
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> |
09 Oct 2005 15:54:21
3.1.1
|
nork  |
Update to 3.1.1.
PR: ports/86860, ports/86900
Submitted by: Panagiotis Astithas <past@ebs.gr> |
28 Sep 2005 13:19:50
3.1_3
|
nork  |
o Fix build error with WITH_MOZILA != mozilla.
o Make an Eclipse menu entry visible. (add dependency)
o Bump PORTREVISION, accodingly.
PR: ports/86649
Submitted by: Panagiotis Astithas <past@ebs.gr> |
25 Sep 2005 10:55:29
3.1_2
|
nork  |
Fix build error by wrong gtk libraries.
PR: ports/86538
Submitted by: Mark Hobden <markhobden@gmail.com> |
14 Sep 2005 15:46:36
3.1_2
|
nork  |
Fix build error WITH_MOTIF.
Add a desktop meny entry under GNOME.
PR: ports/86086
Submitted by: Panagiotis Astithas <past@ebs.gr> |
08 Sep 2005 19:11:41
3.1_1
|
glewis  |
. Fix compilation after the recent nspr split from mozilla/firefox.
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> |
28 Aug 2005 16:29:51
3.1_1
|
nork  |
Change MAINTAINER from java@ to freebsd-eclipse@.
Noticed by: Vizion <vizion@vizion.occoxmail.com> |
28 Aug 2005 08:26:40
3.1_1
|
nork  |
Fix the internal browser issue.
PR: ports/84672
Submitted by: Panagiotis Astithas <past@ebs.gr> |
31 Jul 2005 06:26:16
3.1
|
nork  |
Update to 3.1.
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@ |
18 Jun 2005 20:08:51
3.0.1_4
|
nork  |
Add support for other mozilla's.
PR: ports/81753
Submitted by: Andreas Kohn <andreas@syndrom23.de> |
29 May 2005 04:44:24
3.0.1_4
|
nork  |
UnBROKEN by fixing pkg-plist.
PR: ports/81577
Submitted by: Vasil Dimov <vd@datamax.bg> |
08 May 2005 00:07:18
3.0.1_4
|
kris  |
BROKEN: Incomplete pkg-plist |
12 Mar 2005 10:54:27
3.0.1_4
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
06 Feb 2005 15:29:56
3.0.1_3
|
nork  |
Remove some uninstall files, and bump PORTREVISION. |
22 Nov 2004 16:17:22
3.0.1_2
|
nork  |
Use exec.
Submitted by: bland |
16 Nov 2004 17:06:17
3.0.1_1
|
nork  |
Remove an unnecessary 'if' statement.
PR: ports/73994
Submitted by: Jeremy Faulkner <gldisater@gldis.ca> |
14 Nov 2004 09:17:14
3.0.1_1
|
ale  |
Fix compilation using Firefox (adjust headers/libraries locations).
Approved by: nork |
08 Nov 2004 16:55:45
3.0.1_1
|
nork  |
Fix install error on pointyhat.
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 |
07 Nov 2004 22:37:47
3.0.1_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
27 Oct 2004 17:57:49
3.0.1
|
nork  |
o Update to 3.0.1. [1]
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] |
28 Jul 2004 18:56:32
3.0_1
|
nork  |
o Fix build with KDE WITH_MOTIF. [1]
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] |
25 Jul 2004 09:01:09
3.0
|
nork  |
Update to 3.0.
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 |
22 May 2004 11:35:20
2.1.3_1
|
olgeni  |
Unbreak: unzip is needed to install this port. |
21 May 2004 06:31:23
2.1.3_1
|
kris  |
BROKEN: Broken pkg-plist |
06 Apr 2004 17:50:30
2.1.3_1
|
nork  |
Fix build error by GNOME2.6. This is a temporary fix. |
05 Apr 2004 04:31:02
2.1.3_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
20 Mar 2004 13:33:34
2.1.3
|
olgeni  |
Upgrade to 2.1.3. |
18 Mar 2004 12:03:31
2.1.2_1
|
daichi  |
Add SIZE into distinfo
Submitted by: trevor |
04 Feb 2004 05:21:48
2.1.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
04 Dec 2003 10:26:11
2.1.2
|
olgeni  |
Upgrade to Eclipse 2.1.2. |
30 Oct 2003 12:54:12
2.1.1_2
|
olgeni  |
Fix a comment, the first line was "apache New ports" (apache -> #). |
30 Oct 2003 07:39:23
2.1.1_2
|
kan  |
People should report problems with this port to maintainers. Make the
confusion less likely by removing all non-relevant email addresses from
the Makefile. |
23 Jul 2003 15:30:29
2.1.1_2
|
znerd  |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
21 Jul 2003 11:42:38
2.1.1_2
|
olgeni  |
Chase ant port rename. |
15 Jul 2003 15:08:24
2.1.1_2
|
olgeni  |
Whitespace. |
14 Jul 2003 22:17:22
2.1.1_2
|
olgeni  |
The refactor/rename option would not work when building from sources, as
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. |
14 Jul 2003 21:54:08
2.1.1_1
|
olgeni  |
Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.
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> |
12 Jul 2003 14:48:59
2.1.1_1
|
olgeni  |
Forgot a @dirrm. |
12 Jul 2003 14:04:06
2.1.1_1
|
olgeni  |
Let the port build and install the source code related features and
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) |
11 Jul 2003 22:43:18
2.1.1
|
olgeni  |
Fix typo in progress message. |
10 Jul 2003 12:27:06
2.1.1
|
olgeni  |
USE_REINPLACE and change ant's buildfile verbose flags to "false"
(should speed up the build a bit). |
06 Jul 2003 16:41:16
2.1.1
|
olgeni  |
Fix typo in message. |
04 Jul 2003 23:33:10
2.1.1
|
olgeni  |
Use MASTER_SITE_ECLIPSE, and use PORTVERSION in DISTNAME. |
04 Jul 2003 15:22:36
2.1.1
|
olgeni  |
Update to version 2.1.1. |
04 Jul 2003 12:56:56
2.1
|
olgeni  |
Enable full javadoc build. |
18 Jun 2003 00:22:44
2.1
|
glewis  |
. Fix packing list.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
18 Jun 2003 00:15:25
2.1
|
glewis  |
. Instead of hardwiring JAVA_HOME, put in a USE_JAVA statement that should
be sufficient. The Eclipse documentation mentions needing 1.3 or better.
PR: 53426 (hopefully)
Suggested by: kan |
17 Jun 2003 22:07:31
2.1
|
kan  |
Refuse to assume a maintainership of something I never wanted to maintain
in the first place.
Assign maintainership to java@. |
17 Jun 2003 18:39:48
2.1
|
nork  |
Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.
Submitted by: kan |