Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.34 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
4.34 05 Dec 2024 23:44:28 |
Vladimir Druzenko (vvd) Author: Norbert Grundmann |
java/eclipse: Update 4.33 → 4.34
New and Noteworthy:
https://eclipse.dev/eclipse/news/4.34/platform.php
https://eclipse.dev/eclipse/news/4.34/jdt.php
https://eclipse.dev/eclipse/news/4.34/platform_isv.php
https://eclipse.dev/eclipse/news/4.34/pde.php |
4.33 30 Oct 2024 22:38:59 |
Vladimir Druzenko (vvd) |
java/eclipse: Fix build: ld: error: unable to find library -lGLU
[INFO] [exec] cc -shared -fPIC -L`pkg-config --variable=prefix
gtk+-3.0`/lib -s -o libswt-glx-gtk-4966r5.so swt.o glx.o glx_structs.o
glx_stats.o -lGL -lGLU -lm
[INFO] [exec] gmake[1]: Leaving directory
'/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_33_maintenance/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.freebsd.x86_64/target/natives-build-temp'
[INFO] [exec] *** GTK3 Build failed, aborting further actions..
[INFO] [exec] ld: error: unable to find library -lGLU
[INFO] [exec] cc: error: linker command failed with exit code 1 (use -v to
see invocation)
[INFO] [exec] gmake[1]: *** [make_unix.mak:245: libswt-glx-gtk-4966r5.so]
Error 1
PR: 282382
Approved by: Norbert Grundmann <ngrundmann@gmx.de> (maintainer)
MFH: 2024Q4 |
4.33 02 Oct 2024 13:42:48 |
Vladimir Druzenko (vvd) Author: Norbert Grundmann |
java/eclipse: Update 4.32 → 4.33
I took the fork of an eclipse member - who integrated my changes and
made more "investment" - thanks to him:
https://github.com/chirontt/eclipse.platform.releng.aggregator
- There are no addons or patches needed anymore.
- It compiles on my amd64 platform.
- The powerpc64 architectures are removed.
PR: 281794 281582 |
4.32 20 Sep 2024 00:14:47 |
Vladimir Druzenko (vvd) Author: Norbert Grundmann |
java/eclipse: Remove unnecessary *.so files
This is a temporary workaround for fix several broken processes.
Moving java/eclipse/file/addons to external storage comming soon.
PR: 281582
Reported by: several developers via email |
4.32 13 Sep 2024 13:07:02 |
Vladimir Druzenko (vvd) |
java/eclipse: fix build consumer devel/subversive, commit files ignored with
.gitignore
- Return file Makefile.plugins required for consumer devel/subversive.
- Update java version in Makefile.plugins from 8 to 17 - eclipse require
at least 17.
- Thanks to .gitignore with line "*.sw[p-z]":
$ git add java/eclipse/files/addons/eclipse.platform.swt
The following paths are ignored by one of your .gitignore files:
java/eclipse/files/addons/eclipse.platform.swt
hint: Use -f if you really want to add them.
hint: Disable this message with "git config advice.addIgnoredFile false"
Force add this directory.
PR: 281123
Reported by: yasu (email), antoine (email), Norbert Grundmann
Approved by: Norbert Grundmann <ngrundmann@gmx.de> (maintainer)
Fixes: 27eb99fc4755 (Update 4.24 → 4.32, take maintainership) |
4.32 13 Sep 2024 00:48:18 |
Vladimir Druzenko (vvd) Author: Norbert Grundmann |
java/eclipse: Update 4.24 → 4.32, take maintainership
PR: 281123 |
4.24_2 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
4.24_2 11 Mar 2024 09:09:45 |
Michael Osipov (michaelo) |
*/*: properly depend on Maven package
devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.
Approved by: jrm (mentor), otis (mentor), vvd
Differential Revision: https://reviews.freebsd.org/D44229 |
4.24_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
4.24_1 30 Aug 2023 07:56:52 |
Fernando Apesteguía (fernape) Author: Jonathan Chen |
java/eclipse: fix build
Fix build after
https://cgit.freebsd.org/ports/commit/?id=a1c897de331a3363f0d74b0decf8d07ae2498f1c
PR: 273333
Reported by: jonc@chen.org.nz |
4.24_1 18 Apr 2023 01:55:17 |
Koichiro Iwao (meta) |
java/eclipse: return to pool as per maintainer's request
PR: 270885 |
4.24_1 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
4.24_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
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 ) |
4.24 22 Jan 2023 18:58:23 |
Dimitry Andric (dim) |
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 ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.24 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.24 21 Jul 2022 08:15:30 |
Tobias C. Berner (tcberner) |
cleanup: remove remaining occurrences of $FreeBSD$ |
4.24 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
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 ) |
4.24 06 Jul 2022 20:48:03 |
Fernando Apesteguía (fernape) Author: Jonathan Chen |
java/eclipse: Makefile cleanup
* disable PORTSCOUT
* remove now superflous WRKSRC_SUBDIR
PR: 264967
Reported by: jonc@chen.org.nz (maintainer) |
4.24 24 Jun 2022 08:36:11 |
Li-Wen Hsu (lwhsu) Author: Jonathan Chen |
java/eclipse: Update to 4.24
PR: 264864 |
4.21 03 Jun 2022 10:06:36 |
Kurt Jaeger (pi) Author: Jonathan Chen |
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 |
4.16_1 08 Aug 2021 22:46:59 |
Piotr Kubaj (pkubaj) |
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) |
4.16 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16 09 Mar 2021 00:13:57 |
pkubaj |
java/eclipse: port to powerpc64le
PR: 254149
Approved by: jonc@chen.org.nz (maintainer) |
4.16 12 Oct 2020 17:40:50 |
antoine |
Fix depends |
4.16 27 Sep 2020 21:03:14 |
linimon |
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
4.16 27 Jun 2020 14:21:55 |
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) |
4.16 18 Jun 2020 14:55:11 |
lwhsu |
Update to 4.16
PR: 247371
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) |
4.15 20 Mar 2020 20:23:19 |
tcberner |
java/eclipse: update to 4.15
PR: 244927
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) |
4.14 02 Jan 2020 11:19:08 |
pi |
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/ |
4.12_1 14 Dec 2019 22:48:36 |
db |
Build broken
Simple fix to fix repo's URL
PR: ports/242520
Submitted by: vvd@unislabs.com
Reported by: vvd@unislabs.com
Approved by: Maintainer |
4.12_1 08 Sep 2019 07:27:31 |
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) |
4.12 20 Aug 2019 11:27:20 |
pi |
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/ |
4.11_1 26 Jul 2019 20:46:57 |
gerald |
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 |
4.11 20 Jun 2019 07:12:41 |
mat |
Regular USE_GITHUB cleanup. |
4.11 16 Jun 2019 22:58:16 |
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 |
4.11 27 May 2019 16:03:34 |
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) |
4.11 14 Apr 2019 12:07:04 |
pi |
java/eclipse: fix whitespace in Makefile.plugins
PR: 237280 |
4.11 14 Apr 2019 11:59:59 |
pi |
java/eclipse: re-add Makefile.plugins to restore build for some ports
PR: 237280
Submitted by: Jonathan Chen <jonc@chen.org.nz> |
4.11 14 Apr 2019 09:14:32 |
pi |
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/ |
4.6_2 21 Mar 2019 06:58:01 |
antoine |
Remove dependency on webkit to allow its removal |
4.6_2 21 Mar 2019 06:31:58 |
linimon |
Rearrange things to appease portlint. |
4.6_2 21 Mar 2019 06:25:23 |
linimon |
Per request of Michael Zhilin on freebsd-java@, extend the expiration
a bit while a proper fix is being worked on. |
4.6_2 25 Feb 2019 16:58:49 |
kwm |
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. |
4.6_2 26 Mar 2018 12:38:57 |
bapt |
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 |
4.6_1 09 Nov 2017 20:45:04 |
antoine |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
4.6_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
4.6 11 Jan 2017 10:08:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
4.6 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
4.6 23 Dec 2016 10:03:48 |
amdmi3 |
- Mark BROKEN on FreeBSD 9.x i386
Approved by: portmgr blanket |
4.6 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.6 17 Oct 2016 04:00:21 |
danfe |
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line |
4.6 06 Oct 2016 20:05:06 |
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 |
4.5.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
4.5.2 12 Mar 2016 12:56:28 |
vanilla |
Update to 4.5.2.
PR: 207863
Submitted by: maintainer |
4.5.1 30 Jan 2016 20:19:02 |
antoine |
Unbreak on head, the issue was fixed in base r294936 |
4.5.1 23 Jan 2016 12:01:30 |
antoine |
Mark BROKEN on FreeBSD head |
4.5.1 02 Dec 2015 19:57:29 |
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) |
4.4.2 06 Jul 2015 14:04:46 |
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 |
4.4.2 21 Mar 2015 10:40:51 |
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) |
4.3.2_3 14 Nov 2014 11:30:42 |
antoine |
Cleanup plist |
4.3.2_3 10 Sep 2014 20:50:37 |
gerald |
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) |
4.3.2_2 27 Aug 2014 14:23:57 |
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) |
4.3.2_1 11 Jul 2014 21:56:01 |
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) |
4.3.2 27 Jun 2014 21:36:33 |
antoine |
Restore eclipse Makefile.plugins instead of breaking/expiring ports using it |
4.3.2 27 Jun 2014 20:42:26 |
antoine |
Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNORE
Deprecate them while here
With hat: portmgr |
4.3.2 26 Jun 2014 10:14:56 |
marino |
java/eclipse: Change include <pre>/<post> to <options> |
4.3.2 26 Jun 2014 09:22:12 |
marino |
java/eclipse: Put back Makefile.plugins to unbreak index
At least one port is still using Makefile.plugins. Put in a placeholder
to unbreak the index.
PR: 188659 |
4.3.2 26 Jun 2014 09:13:00 |
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 |
26 Jun 2014 08:55:08
|
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. |
26 Jun 2014 08:48:11
|
marino |
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 |
3.7.1_4 29 May 2014 22:30:22 |
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) |
3.7.1_4 26 May 2014 12:19:33 |
miwi |
- Covert gmake, xz to USES
Approved by: portmgr |
3.7.1_4 29 Apr 2014 07:25:36 |
bapt |
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 |
3.7.1_4 22 Jan 2014 08:36:49 |
ale |
Support staging. |
3.7.1_4 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
3.7.1_4 26 Aug 2013 13:48:01 |
bapt |
Do not hard code gcc but rather use cc, which allows building without gcc in
base |
3.7.1_4 10 May 2013 01:46:53 |
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 |
3.7.1_4 29 Apr 2013 08:57:13 |
bapt |
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 |
3.7.1_4 23 Apr 2013 11:46:54 |
bapt |
Convert j* categories to USES=pkgconfig |
3.7.1_4 06 Apr 2013 17:21:22 |
glewis |
. Fix build error for java/eclipse with current glib
PR: 177582
Submitted by: Jimmy Kelley <ljboiler@gmail.com>
Approved by: portmgr (miwi) |
3.7.1_4 03 Mar 2013 02:51:25 |
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> |
3.7.1_3 08 Jan 2013 06:58:17 |
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) |
3.7.1_3 19 Sep 2012 09:16:03 |
ale |
Fix wrong permissions on a few plugin jars. |
3.7.1_2 10 Sep 2012 19:19:33 |
beat |
- 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 |
3.7.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.7.1 13 May 2012 06:21:23 |
glewis |
. Add an entry for the eclipse-sdktests DISTFILE. Much more still needs
to be done to get the tests working though.
PR: 157600 |
3.7.1 06 May 2012 03:27:23 |
glewis |
. Update to 3.7.1. |
3.6.2 29 Jan 2012 13:19:47 |
crees |
Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256
and SIZE from eclipse-devel
Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk) |
3.6.2 11 Jul 2011 06:44:44 |
glewis |
. Add entries for the test distfiles.
This gets us closer, but the WITH_TESTS option still does not work.
The build now fails while applying patches.
PR: 157600 |
3.6.2 13 May 2011 06:08:47 |
glewis |
. Update to 3.6.2.
Submitted by: tg@ |
3.6.2 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
3.6.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.6.1_1 18 Dec 2010 10:38:46 |
pav |
- Bump PORTREVISION for previous commit, as it changes plist content |
3.6.1 16 Dec 2010 09:11:45 |
ale |
Create equinox dropins directory (was erroneously dropped in last commit). |
3.6.1 13 Dec 2010 21:05:04 |
glewis |
. Update to 3.6.1 (Helios).
Submitted by: tg |
3.5.2_1 03 Oct 2010 06:23:58 |
glewis |
. Fix overwriting of JUnit 4 during installation.
Submitted by: tg@ |
3.5.2_1 07 Sep 2010 08:40:13 |
ale |
Add a common Makefile to simplify installing eclipse plugins in the
correct equinox dropins directory. |