non port: java/eclipse/Makefile |
SVNWeb
|
Number of commits found: 140 (showing only 100 on this page) |
Wed, 30 Aug 2023
|
[ 07:56 Fernando Apesteguía (fernape) Author: Jonathan Chen ] 6d5b351
java/eclipse: fix build
Fix build after
https://cgit.freebsd.org/ports/commit/?id=a1c897de331a3363f0d74b0decf8d07ae2498f1c
PR: 273333
Reported by: jonc@chen.org.nz
|
Tue, 18 Apr 2023
|
[ 01:55 Koichiro Iwao (meta) ] cef7c27
java/eclipse: return to pool as per maintainer's request
PR: 270885
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Sun, 22 Jan 2023
|
[ 18:58 Dimitry Andric (dim) ] 55820d3
java/eclipse: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
java/eclipse failed to build with clang 15:
[INFO] [exec] Building GTK3 bindings:
[INFO] [exec] gmake[1]: Entering directory
'/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_24/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/tmpdir'
...
[INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4952r11 -DFREEBSD -DGTK
-I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk11/include
-I/usr/local/openjdk11/include/freebsd -DJNI64 -m64 -Werror `pkg-config --cflags
gtk+-3.0 gtk+-unix-print-3.0` -c os.c
[INFO] [exec] os.c:10086:31: error: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported in
C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jint)((jint (*)())arg0)(arg1, arg2, arg3);
[INFO] [exec] ^
[INFO] [exec] os.c:10098:31: error: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported in
C2x [-Werror,-Wdeprecated-non-prototype]
[INFO] [exec] rc = (jint)((jint (*)())arg0)(arg1, arg2);
[INFO] [exec] ^ (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 526869d (Only the first 10 of 82 ports in this commit are shown above. )
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Jul 2022
|
[ 20:48 Fernando Apesteguía (fernape) Author: Jonathan Chen ] 3d3be85
java/eclipse: Makefile cleanup
* disable PORTSCOUT
* remove now superflous WRKSRC_SUBDIR
PR: 264967
Reported by: jonc@chen.org.nz (maintainer)
|
Fri, 24 Jun 2022
|
[ 08:36 Li-Wen Hsu (lwhsu) Author: Jonathan Chen ] e1b29db (Only the first 10 of 20 ports in this commit are shown above. )
java/eclipse: Update to 4.24
PR: 264864
|
Fri, 3 Jun 2022
|
[ 10:06 Kurt Jaeger (pi) Author: Jonathan Chen ] a0c13b4 (Only the first 10 of 23 ports in this commit are shown above. )
java/eclipse: update 4.16 -> 4.21
This release is 1.5 years overdue and 6 months out-of-date, but is
an important interim step to the 4.24 release due in June 2022.
Massive thanks go to Patrick Mackinlay who resolved the 2 critical
bugs preventing update from coming out sooner!
Author: Jonathan Chen <jonc@chen.org.nz>
PR: 264400
|
Sun, 8 Aug 2021
|
[ 22:46 Piotr Kubaj (pkubaj) ] 190b977
java/eclipse: fix runtime on powerpc64
Changing "ppc64le" to "ppc64" (or powerpc64) resolves the SIGSEGV issue on big
endian but breaks little endian, so replace only on powerpc64.
Submitted by: hamiltcl@verizon.net
Approved by: jonc@chen.org.nz (maintainer timeout)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 12 Oct 2020
|
[ 17:40 antoine ]
Fix depends
|
Sun, 27 Sep 2020
|
[ 21:03 linimon ]
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
|
Sat, 27 Jun 2020
|
[ 14:21 lwhsu ]
Add archivers/zip to BUILD_DEPENDS to fix building in official package builder
while here, clean unneeded comment
PR: 247575
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Thu, 18 Jun 2020
|
[ 14:55 lwhsu ]
Update to 4.16
PR: 247371
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Fri, 20 Mar 2020
|
[ 20:23 tcberner ] (Only the first 10 of 11 ports in this commit are shown above. )
java/eclipse: update to 4.15
PR: 244927
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Thu, 2 Jan 2020
|
[ 11:19 pi ] (Only the first 10 of 19 ports in this commit are shown above. )
java/eclipse: upgrade 4.12 -> 4.14
PR: 243017
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-12/noteworthy/
|
Sun, 8 Sep 2019
|
[ 07:27 pi ]
java/eclipse: usablity patch for webkit2-gtk3 issues
- usability patch for PR:238844 (not a fix, but keeps Eclipse usable)
- use github.com servers in preference to git.eclipse.org for distfiles
PR: 240383
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Tue, 20 Aug 2019
|
[ 11:27 pi ] (Only the first 10 of 12 ports in this commit are shown above. )
java/eclipse: upgrade 4.11 -> 4.12
- Fallback MASTER_SITES, as git.eclipse.org is slow/unreliable.
PR: 239650
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-06/noteworthy/
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 20 Jun 2019
|
[ 07:12 mat ]
Regular USE_GITHUB cleanup.
|
Sun, 16 Jun 2019
|
[ 22:58 pkubaj ]
java/eclipse: fix build
Require new GCC to build this port on GCC architectures.
PR: 238489
Approved by: jonc@chen.org.nz (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20667
|
Mon, 27 May 2019
|
[ 16:03 swills ]
java/eclipse: Fix build when using maven-3.6.1
While here, fix powerpc64 build and remove pkg-plist for dynamic plist
to cater for multiple ARCH builds.
PR: 238152
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Sun, 14 Apr 2019
|
[ 09:14 pi ] (Only the first 10 of 31 ports in this commit are shown above. )
java/eclipse: update 4.6 -> 4.11, submitter becomes maintainer
- port is rewritten from scratch
- Warning: UI widgets are oddly sized, currently under investigation
PR: 236792
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Reviewed by: mizhka@gmail.com, Curtis Hamilton
Approved by: ljboiler@gmail.com (maintainer timeout)
Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
|
Thu, 21 Mar 2019
|
[ 06:58 antoine ]
Remove dependency on webkit to allow its removal
|
[ 06:31 linimon ]
Rearrange things to appease portlint.
|
[ 06:25 linimon ]
Per request of Michael Zhilin on freebsd-java@, extend the expiration
a bit while a proper fix is being worked on.
|
Mon, 25 Feb 2019
|
[ 16:58 kwm ] (Only the first 10 of 22 ports in this commit are shown above. )
Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.
Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].
Haskell and geany where skipped and will be handled by the maintainers.
|
Mon, 26 Mar 2018
|
[ 12:38 bapt ] (Only the first 10 of 92 ports in this commit are shown above. )
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Wed, 11 Jan 2017
|
[ 10:08 amdmi3 ] (Only the first 10 of 57 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Fri, 23 Dec 2016
|
[ 10:03 amdmi3 ]
- Mark BROKEN on FreeBSD 9.x i386
Approved by: portmgr blanket
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 6 Oct 2016
|
[ 20:05 pi ]
java/eclipse: 4.5.2 -> 4.6
- new MASTER_SITE
PR: 211764
Changes: http://www.eclipse.org/neon/noteworthy/
https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php
Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Reviewed by: Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 12 Mar 2016
|
[ 12:56 vanilla ]
Update to 4.5.2.
PR: 207863
Submitted by: maintainer
|
Sat, 30 Jan 2016
|
[ 20:19 antoine ]
Unbreak on head, the issue was fixed in base r294936
|
Sat, 23 Jan 2016
|
[ 12:01 antoine ]
Mark BROKEN on FreeBSD head
|
Wed, 2 Dec 2015
|
[ 19:57 pi ]
java/eclipse: 4.4.2 -> 4.5.1
- Bump to Eclipse 4.5.1
- Switch to using Maven 3.3
- add fix for running Eclipse build for Gtk2 only on a system where
Gtk3 might also be installed.
- Details:
https://projects.eclipse.org/releases/mars/details
- Bugs fixed:
https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1
PR: 203689
Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
|
Mon, 6 Jul 2015
|
[ 14:04 amdmi3 ]
- Mark broken on 9.x i386: does not build:
...
Installing org.eclipse.rcp.id 4.4.2.M20150204-1700.
Installation failed.
An error occurred while installing the items
session context was:(profile=SDKProfile,
phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null -->
[R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700,
action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction).
...
[INFO] equinox-sdk ....................................... SUCCESS [4.776s]
[INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s]
[INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
...
Submitted by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q3
|
Sat, 21 Mar 2015
|
[ 10:40 marino ]
java/eclipse: Upgrade version 4.3.2 => 4.4.2
Note that Eclipse now requires openJDK8 to build.
PR: 195985
Submitted by: Jimmy Kelley (maintainer)
|
Fri, 14 Nov 2014
|
[ 11:30 antoine ] (Only the first 10 of 34 ports in this commit are shown above. )
Cleanup plist
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 27 Aug 2014
|
[ 14:23 robak ]
java/eclipse: Set a default theme and external browser
PR: 192696
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
Reviewed by: swills (mentor), marino (mentor)
Approved by: mentors (implicit)
|
Fri, 11 Jul 2014
|
[ 21:56 marino ]
java/eclipse: Fix dropins location
The new 4.3.2 Eclipse port doesn't look for dropins in the "standard"
FreeBSD location (/usr/local/share/eclipse/dropins) as expected. The
eclipse.ini file has been modified to make that happen.
PR: 191766
Submitted by: maintainer (Jimmy Kelly)
|
Thu, 26 Jun 2014
|
[ 10:14 marino ]
java/eclipse: Change include <pre>/<post> to <options>
|
[ 09:13 marino ]
java/eclipse: Remove troublesome comment completely
Freshports won't update the entry due to choking on the MAVEN_OPTS
comment. Truthfully the comment is more trouble than it's worth. First,
it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the
definition should be there anyway. Thirdly, MVN_OPTS is undefined.
Just remove the whole mess.
PR: 188659
|
[ 08:55 marino ]
java/eclipse: Tweak comment to satisfy freshports sanity check
A space character was missing in a comment that made the freshport
sanity check think it was a bad shell command.
|
[ 08:48 marino ] (Only the first 10 of 14 ports in this commit are shown above. )
java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainer
At long last, eclipse has been updated to the latest release and is now
under the stewardship of Jimmy Kelly. This version supports OpenJDK8
runtime environments. A special thanks to Jonathan Chen for getting the
ball rolling after the PR stalled.
PR: 188659
Submitted by: Jimmy Kelly
Distfiles by: Jonathan Chen
Verified by: F10/amd64 poudriere
|
Thu, 29 May 2014
|
[ 22:30 marino ]
java/eclipse*: specify extraction with ${TAR}
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the
extraction tool needs to be tar, so let's specify it directly.
The eclipse ports have pending PRs to update the version, although I
don't know if they include staging. Each Eclipse is a huge port so
staging is out scope of this extraction tool work.
Approved by: portmgr (implicit)
|
Mon, 26 May 2014
|
[ 12:19 miwi ]
- Covert gmake, xz to USES
Approved by: portmgr
|
Tue, 29 Apr 2014
|
[ 07:25 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Reassign eclipse ports to the heap
eclipse@ is a failure resulting in eclipse ports being badly maintainer:
- outdated
- not adapted to infrastructure modification
- failures with clang
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] (Only the first 10 of 143 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Fri, 10 May 2013
|
[ 01:46 bdrewery ]
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
Will let maintainers decide if archivers/unzip is really still needed.
Some of these ports/options remain broken due to other issues.
With hat: portmgr
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] (Only the first 10 of 157 ports in this commit are shown above. )
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
|
Tue, 23 Apr 2013
|
[ 11:46 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert j* categories to USES=pkgconfig
|
Sun, 3 Mar 2013
|
[ 02:51 glewis ]
. Use the webkit-gtk2 library to provide the SWT browser functions instead
of libxul since the SWT plugin libraries in the eclipse-devel port will
not compile using libxul version 10.
PR: 174846
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
|
Tue, 8 Jan 2013
|
[ 06:58 bapt ]
Convert to new options framework
Trim headers
Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
Change MAINTAINER address from freebsd-eclipse@ to eclipse@
Approved by: eclipse (glewis)
|
Wed, 19 Sep 2012
|
[ 09:16 ale ]
Fix wrong permissions on a few plugin jars.
|
Mon, 10 Sep 2012
|
[ 19:19 beat ] (Only the first 10 of 80 ports in this commit are shown above. )
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 6 May 2012
|
[ 03:27 glewis ]
. Update to 3.7.1.
|
Fri, 13 May 2011
|
[ 06:08 glewis ]
. Update to 3.6.2.
Submitted by: tg@
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Sat, 18 Dec 2010
|
[ 10:38 pav ]
- Bump PORTREVISION for previous commit, as it changes plist content
|
Thu, 16 Dec 2010
|
[ 09:11 ale ]
Create equinox dropins directory (was erroneously dropped in last commit).
|
Mon, 13 Dec 2010
|
[ 21:05 glewis ]
. Update to 3.6.1 (Helios).
Submitted by: tg
|
Sun, 3 Oct 2010
|
[ 06:23 glewis ]
. Fix overwriting of JUnit 4 during installation.
Submitted by: tg@
|
Tue, 7 Sep 2010
|
[ 08:40 ale ]
Add a common Makefile to simplify installing eclipse plugins in the
correct equinox dropins directory.
|
Sun, 8 Aug 2010
|
[ 08:56 beat ] (Only the first 10 of 18 ports in this commit are shown above. )
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav)
|
Sat, 10 Jul 2010
|
[ 19:34 glewis ] (Only the first 10 of 118 ports in this commit are shown above. )
. Update to 3.5.2.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 7 Feb 2010
|
[ 12:13 pav ]
- Revert changes that got spammed into previous revision
PR: ports/143628
Submitted by: Martin Birgmeier <martin.birgmeier@aon.at>
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 27 Nov 2009
|
[ 09:10 beat ]
- Remove obsolete gecko providers
Approved by: portmgr (miwi)
Exp-run by: miwi
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 6 Jun 2009
|
[ 22:45 glewis ]
. Add a PATCH_DEPENDS on zip as its invoked during post-patch.
Pointed out by: QAT
|
[ 20:58 glewis ] (Only the first 10 of 70 ports in this commit are shown above. )
. 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)
|
Sun, 15 Feb 2009
|
[ 03:19 glewis ] (Only the first 10 of 169 ports in this commit are shown above. )
. Update to 3.4.1 (from eclipse-devel).
|
Sat, 13 Sep 2008
|
[ 04:06 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)
|
Sat, 6 Sep 2008
|
[ 19:30 glewis ] (Only the first 10 of 94 ports in this commit are shown above. )
. Update to Eclipse Europa, copied over from eclipse-devel.
|
Fri, 29 Aug 2008
|
[ 05:27 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.
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- 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
|
Fri, 6 Jun 2008
|
[ 13:38 edwin ] (Only the first 10 of 130 ports in this commit are shown above. )
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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 17 Jan 2008
|
[ 07:51 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
|
Fri, 3 Aug 2007
|
[ 03:44 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)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 3 Jan 2007
|
[ 18:13 tmclaugh ] (Only the first 10 of 16 ports in this commit are shown above. )
- 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]
|
Sat, 4 Nov 2006
|
[ 02:06 kan ] (Only the first 10 of 46 ports in this commit are shown above. )
Update Eclipse to version 3.2.1. Assign port maintainership to
submitter.
Submitted by: David Sledge
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
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)
|
Tue, 9 May 2006
|
[ 00:18 edwin ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with a J
|
Wed, 8 Feb 2006
|
[ 15:01 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>
|
Thu, 19 Jan 2006
|
[ 16:49 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>
|
Sun, 6 Nov 2005
|
[ 12:44 bland ]
Unbreak build with cairo 1.0.
Patch by: Andreas Kohn <andreas@syndrom23.de>
|
[ 06:04 mezz ]
Chase cairo shared library update, bump the PORTREVISION.
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Sun, 30 Oct 2005
|
[ 12:47 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>
|
Sun, 9 Oct 2005
|
[ 14:54 nork ]
Update to 3.1.1.
PR: ports/86860, ports/86900
Submitted by: Panagiotis Astithas <past@ebs.gr>
|
Number of commits found: 140 (showing only 100 on this page) |