Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.2_1 09 Aug 2010 03:27:17 |
glewis |
. Fix the build with the latest libxul update. Without this the build
completes but eclipse won't run.
Submitted by: stefanf@ |
3.5.2_1 08 Aug 2010 08:56:41 |
beat |
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav) |
3.5.2 10 Jul 2010 19:34:30 |
glewis |
. Update to 3.5.2. |
3.4.2_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.4.2_2 07 Feb 2010 12:13:11 |
pav |
- Revert changes that got spammed into previous revision
PR: ports/143628
Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> |
3.4.2_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.4.2_1 27 Nov 2009 09:10:47 |
beat |
- Remove obsolete gecko providers
Approved by: portmgr (miwi)
Exp-run by: miwi |
3.4.2_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.4.2 06 Jun 2009 22:45:51 |
glewis |
. Add a PATCH_DEPENDS on zip as its invoked during post-patch.
Pointed out by: QAT |
3.4.2 06 Jun 2009 20:58:22 |
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) |
3.4.1 15 Feb 2009 03:19:44 |
glewis |
. Update to 3.4.1 (from eclipse-devel). |
3.3.2 13 Sep 2008 04:06:44 |
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) |
3.3.2 06 Sep 2008 19:30:17 |
glewis |
. Update to Eclipse Europa, copied over from eclipse-devel. |
3.2.2_2 29 Aug 2008 05:27:16 |
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. |
3.2.2_2 25 Jul 2008 14:34:52 |
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 |
3.2.2_2 06 Jun 2008 13:38:51 |
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) |
3.2.2_1 19 Apr 2008 17:56:05 |
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) |
3.2.2_1 17 Jan 2008 07:51:46 |
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 |
3.2.2 03 Aug 2007 03:44:22 |
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) |
3.2.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.2.1_1 03 Jan 2007 18:13:55 |
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] |
3.2.1 12 Dec 2006 07:38:50 |
rafan |
- Respect X11BASE
This is the same fix as I did for x11-toolkits/swt
Reported by: pointyhat
Approved by: portmgr (linimon) |
3.2.1 04 Nov 2006 02:06:50 |
kan |
Update Eclipse to version 3.2.1. Assign port maintainership to
submitter.
Submitted by: David Sledge |
3.1.2 14 Oct 2006 08:54:54 |
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) |
3.1.2 09 May 2006 00:18:07 |
edwin |
Remove USE_REINPLACE from categories starting with a J |
3.1.2 08 Feb 2006 15:01:39 |
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> |
3.1.1_3 19 Jan 2006 16:49:57 |
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> |
3.1.1_2 18 Dec 2005 09:43:18 |
glewis |
. Add SHA256. |
3.1.1_2 06 Nov 2005 12:44:04 |
bland |
Unbreak build with cairo 1.0.
Patch by: Andreas Kohn <andreas@syndrom23.de> |
3.1.1_2 06 Nov 2005 06:04:35 |
mezz |
Chase cairo shared library update, bump the PORTREVISION. |
3.1.1_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
3.1.1 30 Oct 2005 12:47:05 |
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> |
3.1.1 18 Oct 2005 02:42:04 |
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> |
3.1.1 09 Oct 2005 14:54:21 |
nork |
Update to 3.1.1.
PR: ports/86860, ports/86900
Submitted by: Panagiotis Astithas <past@ebs.gr> |
3.1_3 28 Sep 2005 12:19:50 |
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> |
3.1_2 25 Sep 2005 09:55:29 |
nork |
Fix build error by wrong gtk libraries.
PR: ports/86538
Submitted by: Mark Hobden <markhobden@gmail.com> |
3.1_2 14 Sep 2005 14:46:36 |
nork |
Fix build error WITH_MOTIF.
Add a desktop meny entry under GNOME.
PR: ports/86086
Submitted by: Panagiotis Astithas <past@ebs.gr> |
3.1_1 08 Sep 2005 18:11:41 |
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> |
3.1_1 28 Aug 2005 15:29:51 |
nork |
Change MAINTAINER from java@ to freebsd-eclipse@.
Noticed by: Vizion <vizion@vizion.occoxmail.com> |
3.1_1 28 Aug 2005 07:26:40 |
nork |
Fix the internal browser issue.
PR: ports/84672
Submitted by: Panagiotis Astithas <past@ebs.gr> |
3.1 31 Jul 2005 05:26:16 |
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@ |
3.0.1_4 18 Jun 2005 19:08:51 |
nork |
Add support for other mozilla's.
PR: ports/81753
Submitted by: Andreas Kohn <andreas@syndrom23.de> |
3.0.1_4 29 May 2005 03:44:24 |
nork |
UnBROKEN by fixing pkg-plist.
PR: ports/81577
Submitted by: Vasil Dimov <vd@datamax.bg> |
3.0.1_4 07 May 2005 23:07:18 |
kris |
BROKEN: Incomplete pkg-plist |
3.0.1_4 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
3.0.1_3 06 Feb 2005 15:29:56 |
nork |
Remove some uninstall files, and bump PORTREVISION. |
3.0.1_2 22 Nov 2004 16:17:22 |
nork |
Use exec.
Submitted by: bland |
3.0.1_1 16 Nov 2004 17:06:17 |
nork |
Remove an unnecessary 'if' statement.
PR: ports/73994
Submitted by: Jeremy Faulkner <gldisater@gldis.ca> |
3.0.1_1 14 Nov 2004 09:17:14 |
ale |
Fix compilation using Firefox (adjust headers/libraries locations).
Approved by: nork |
3.0.1_1 08 Nov 2004 16:55:45 |
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 |
3.0.1_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
3.0.1 27 Oct 2004 16:57:49 |
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] |
3.0_1 28 Jul 2004 17:56:32 |
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] |
3.0 25 Jul 2004 08:01:09 |
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 |
2.1.3_1 22 May 2004 10:35:20 |
olgeni |
Unbreak: unzip is needed to install this port. |
2.1.3_1 21 May 2004 05:31:23 |
kris |
BROKEN: Broken pkg-plist |
2.1.3_1 06 Apr 2004 16:50:30 |
nork |
Fix build error by GNOME2.6. This is a temporary fix. |
2.1.3_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.1.3 20 Mar 2004 13:33:34 |
olgeni |
Upgrade to 2.1.3. |
2.1.2_1 18 Mar 2004 12:03:31 |
daichi |
Add SIZE into distinfo
Submitted by: trevor |
2.1.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.2 04 Dec 2003 10:26:11 |
olgeni |
Upgrade to Eclipse 2.1.2. |
2.1.1_2 30 Oct 2003 12:54:12 |
olgeni |
Fix a comment, the first line was "apache New ports" (apache -> #). |
2.1.1_2 30 Oct 2003 07:39:23 |
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. |
2.1.1_2 23 Jul 2003 14:30:29 |
znerd |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
2.1.1_2 21 Jul 2003 10:42:38 |
olgeni |
Chase ant port rename. |
2.1.1_2 15 Jul 2003 14:08:24 |
olgeni |
Whitespace. |
2.1.1_2 14 Jul 2003 21:17:22 |
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. |
2.1.1_1 14 Jul 2003 20:54:08 |
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> |
2.1.1_1 12 Jul 2003 13:48:59 |
olgeni |
Forgot a @dirrm. |
2.1.1_1 12 Jul 2003 13:04:06 |
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) |
2.1.1 11 Jul 2003 21:43:18 |
olgeni |
Fix typo in progress message. |
2.1.1 10 Jul 2003 11:27:06 |
olgeni |
USE_REINPLACE and change ant's buildfile verbose flags to "false"
(should speed up the build a bit). |
2.1.1 06 Jul 2003 15:41:16 |
olgeni |
Fix typo in message. |
2.1.1 04 Jul 2003 22:33:10 |
olgeni |
Use MASTER_SITE_ECLIPSE, and use PORTVERSION in DISTNAME. |
2.1.1 04 Jul 2003 14:22:36 |
olgeni |
Update to version 2.1.1. |
2.1 04 Jul 2003 11:56:56 |
olgeni |
Enable full javadoc build. |
2.1 17 Jun 2003 23:22:44 |
glewis |
. Fix packing list.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
2.1 17 Jun 2003 23:15:25 |
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 |
2.1 17 Jun 2003 21:07:31 |
kan |
Refuse to assume a maintainership of something I never wanted to maintain
in the first place.
Assign maintainership to java@. |
2.1 17 Jun 2003 17:39:48 |
nork |
Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.
Submitted by: kan |