1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
Greg Lewis
839a7edf3e . Fix overwriting of JUnit 4 during installation.
Submitted by:	tg@
2010-10-03 06:23:58 +00:00
Alex Dupre
7afa2f3cd2 Add a common Makefile to simplify installing eclipse plugins in the
correct equinox dropins directory.
2010-09-07 08:40:13 +00:00
Greg Lewis
14c52b7db6 . Fix the build with the latest libxul update. Without this the build
completes but eclipse won't run.

Submitted by:	stefanf@
2010-08-09 03:27:17 +00:00
Beat Gaetzi
294b05c37c - Bump PORTREVISION after libxul update
PR:		ports/149044
Expr-run by:	pav@
Approved by:	portmgr (pav)
2010-08-08 08:56:41 +00:00
Greg Lewis
284dad3f6d . Update to 3.5.2. 2010-07-10 19:34:30 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Pav Lucistnik
66a14a10df - Revert changes that got spammed into previous revision
PR:		ports/143628
Submitted by:	Martin Birgmeier <martin.birgmeier@aon.at>
2010-02-07 12:13:11 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Beat Gaetzi
47a44eda6b - Remove obsolete gecko providers
Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:10:47 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Greg Lewis
fc48281010 . Add a PATCH_DEPENDS on zip as its invoked during post-patch.
Pointed out by:	QAT
2009-06-06 22:45:51 +00:00
Greg Lewis
34968d4761 . 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)
2009-06-06 20:58:22 +00:00
Greg Lewis
98c91f0659 . Update to 3.4.1 (from eclipse-devel). 2009-02-15 03:19:44 +00:00
Greg Lewis
3a55ad1a9d . 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)
2008-09-13 04:06:44 +00:00
Greg Lewis
371035ab61 . Update to Eclipse Europa, copied over from eclipse-devel. 2008-09-06 19:30:17 +00:00
Greg Lewis
bfd6dd9584 . 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.
2008-08-29 05:27:16 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Greg Lewis
6602230e32 . 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
2008-01-17 07:51:46 +00:00
Tong LIU
0d5b2a9414 - 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)
2007-08-03 03:44:22 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Tom McLaughlin
5a821ecb4b - 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]
2007-01-03 18:13:55 +00:00
Rong-En Fan
d1f0b59040 - Respect X11BASE
This is the same fix as I did for x11-toolkits/swt

Reported by:	pointyhat
Approved by:	portmgr (linimon)
2006-12-12 07:38:50 +00:00
Alexander Kabaev
7247b8444b Update Eclipse to version 3.2.1. Assign port maintainership to
submitter.

Submitted by:	David Sledge
2006-11-04 02:06:50 +00:00
Joe Marcus Clarke
29747f458a 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)
2006-10-14 08:54:54 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
Norikatsu Shigemura
d6becae53d 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>
2006-02-08 15:01:39 +00:00
Greg Lewis
f51c3044c2 . 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>
2006-01-19 16:49:57 +00:00
Greg Lewis
4e088b4593 . Add SHA256. 2005-12-18 09:43:18 +00:00
Alexander Nedotsukov
b21cdf2cf2 Unbreak build with cairo 1.0.
Patch by:	Andreas Kohn <andreas@syndrom23.de>
2005-11-06 12:44:04 +00:00
Jeremy Messenger
8477e3367e Chase cairo shared library update, bump the PORTREVISION. 2005-11-06 06:04:35 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Herve Quiroz
ed06676987 Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutions
PR:		86860
Submitted by:	Loren James Rittle <rittle@latour.waar.labs.mot.com>
2005-10-30 12:47:05 +00:00
Herve Quiroz
0b2143107d 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>
2005-10-18 02:42:04 +00:00
Norikatsu Shigemura
0febb29e81 Update to 3.1.1.
PR:		ports/86860, ports/86900
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-10-09 14:54:21 +00:00
Norikatsu Shigemura
35e5441840 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>
2005-09-28 12:19:50 +00:00
Norikatsu Shigemura
a79b1c3ad3 Fix build error by wrong gtk libraries.
PR:		ports/86538
Submitted by:	Mark Hobden <markhobden@gmail.com>
2005-09-25 09:55:29 +00:00
Norikatsu Shigemura
5ddd31a2e0 Fix build error WITH_MOTIF.
Add a desktop meny entry under GNOME.

PR:		ports/86086
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-09-14 14:46:36 +00:00
Greg Lewis
1aa9870884 . 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>
2005-09-08 18:11:41 +00:00
Norikatsu Shigemura
e9f9782908 Change MAINTAINER from java@ to freebsd-eclipse@.
Noticed by:	Vizion <vizion@vizion.occoxmail.com>
2005-08-28 15:29:51 +00:00
Norikatsu Shigemura
b08d8fc94b Fix the internal browser issue.
PR:		ports/84672
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-08-28 07:26:40 +00:00
Norikatsu Shigemura
0be0fb477c 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@
2005-07-31 05:26:16 +00:00
Norikatsu Shigemura
864d635231 Add support for other mozilla's.
PR:		ports/81753
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-06-18 19:08:51 +00:00
Norikatsu Shigemura
ba0d7486af UnBROKEN by fixing pkg-plist.
PR:		ports/81577
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-05-29 03:44:23 +00:00
Kris Kennaway
c39cc2164b BROKEN: Incomplete pkg-plist 2005-05-07 23:09:34 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Norikatsu Shigemura
a33a957d91 Remove some uninstall files, and bump PORTREVISION. 2005-02-06 15:29:56 +00:00
Norikatsu Shigemura
705b179af6 Use exec.
Submitted by:	bland
2004-11-22 16:17:22 +00:00
Norikatsu Shigemura
7157967e3c Remove an unnecessary 'if' statement.
PR:		ports/73994
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
2004-11-16 17:06:17 +00:00