summaryrefslogtreecommitdiff
path: root/java/eclipse/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/eclipse: Update 4.32 → 4.33Norbert Grundmann2024-10-02115-6898/+0
| | | | | | | | | | | | 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
* java/eclipse: Remove unnecessary *.so filesNorbert Grundmann2024-09-2032-88/+4
| | | | | | | | 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
* java/eclipse: fix build consumer devel/subversive, commit files ignored with ↵Vladimir Druzenko2024-09-1348-0/+2797
| | | | | | | | | | | | | | | | | | | | | .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)
* java/eclipse: Update 4.24 → 4.32, take maintainershipNorbert Grundmann2024-09-13110-2693/+4185
| | | | PR: 281123
* java/eclipse: fix build with clang 15Dimitry Andric2023-01-221-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] ^ [INFO] [exec] os.c:10704:33: 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 = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4); [INFO] [exec] ^ [INFO] [exec] os.c:10716:33: 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 = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6); [INFO] [exec] ^ [INFO] [exec] os.c:10728:33: 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 = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6, arg7); [INFO] [exec] ^ These -Werror warnings are in code generated by JNIGenerator, so they cannot directly be fixed (at least not without hacking on JNIGenerator itself). Instead we need to add -Wno-deprecated-non-prototype for clang 15 and higher. To achieve this, we have to pass CFLAGS to MAVEN_ENV, and adjust the gtk build.sh script to respect the CFLAGS setting in the environment. PR: 269034 Approved by: jonc@chen.org.nz (maintainer) MFH: 2023Q1
* java/eclipse: Update to 4.24Jonathan Chen2022-06-2416-840/+321
| | | | PR: 264864
* java/eclipse: update 4.16 -> 4.21Jonathan Chen2022-06-0318-731/+1405
| | | | | | | | | | | 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* java/eclipse: port to powerpc64lePiotr Kubaj2021-03-099-289/+516
| | | | | | | | PR: 254149 Approved by: jonc@chen.org.nz (maintainer) Notes: svn path=/head/; revision=567877
* Update to 4.16Li-Wen Hsu2020-06-187-77/+26
| | | | | | | | PR: 247371 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=539545
* java/eclipse: update to 4.15Tobias C. Berner2020-03-209-46/+32
| | | | | | | | PR: 244927 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=528798
* java/eclipse: upgrade 4.12 -> 4.14Kurt Jaeger2020-01-0216-381/+133
| | | | | | | | | PR: 243017 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Relnotes: https://www.eclipse.org/eclipseide/2019-12/noteworthy/ Notes: svn path=/head/; revision=521829
* Build brokenDiane Bruce2019-12-141-0/+9
| | | | | | | | | | | | Simple fix to fix repo's URL PR: ports/242520 Submitted by: vvd@unislabs.com Reported by: vvd@unislabs.com Approved by: Maintainer Notes: svn path=/head/; revision=520149
* java/eclipse: usablity patch for webkit2-gtk3 issuesKurt Jaeger2019-09-081-0/+12
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=511553
* java/eclipse: upgrade 4.11 -> 4.12Kurt Jaeger2019-08-209-227/+41
| | | | | | | | | | | - 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/ Notes: svn path=/head/; revision=509422
* java/eclipse: fix buildPiotr Kubaj2019-06-161-4/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=504379
* java/eclipse: Fix build when using maven-3.6.1Steve Wills2019-05-273-27/+33
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=502804
* java/eclipse: update 4.6 -> 4.11, submitter becomes maintainerKurt Jaeger2019-04-1423-3338/+2795
| | | | | | | | | | | | | | - 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/ Notes: svn path=/head/; revision=498880
* Fix the context of some patches so that they apply with stricter patch(1)Antoine Brodin2017-11-091-1/+1
| | | | | | | | PR: 223545 With hat: portmgr Notes: svn path=/head/; revision=453869
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+1
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* java/eclipse: 4.5.2 -> 4.6Kurt Jaeger2016-10-065-714/+701
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=423439
* Update to 4.5.2.Vanilla I. Shu2016-03-122-11/+11
| | | | | | | | PR: 207863 Submitted by: maintainer Notes: svn path=/head/; revision=410878
* java/eclipse: 4.4.2 -> 4.5.1Kurt Jaeger2015-12-024-283/+243
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=402850
* java/eclipse: Upgrade version 4.3.2 => 4.4.2John Marino2015-03-213-1151/+1023
| | | | | | | | | | Note that Eclipse now requires openJDK8 to build. PR: 195985 Submitted by: Jimmy Kelley (maintainer) Notes: svn path=/head/; revision=381788
* java/eclipse: Set a default theme and external browserBartek Rutkowski2014-08-271-0/+60
| | | | | | | | | | PR: 192696 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Reviewed by: swills (mentor), marino (mentor) Approved by: mentors (implicit) Notes: svn path=/head/; revision=366329
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-269-8515/+3421
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=359322
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵Baptiste Daroussin2013-08-261-9/+9
| | | | | | | base Notes: svn path=/head/; revision=325397
* . Fix build error for java/eclipse with current glibGreg Lewis2013-04-061-0/+15
| | | | | | | | | PR: 177582 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315747
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadGreg Lewis2013-03-031-0/+21
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=313322
* . Update to 3.7.1.Greg Lewis2012-05-066-378/+625
| | | | Notes: svn path=/head/; revision=296069
* . Update to 3.6.2.Greg Lewis2011-05-132-15/+32
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=274035
* . Update to 3.6.1 (Helios).Greg Lewis2010-12-133-1086/+587
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=266264
* . Fix overwriting of JUnit 4 during installation.Greg Lewis2010-10-031-1/+1
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=262335
* . Fix the build with the latest libxul update. Without this the buildGreg Lewis2010-08-091-2/+2
| | | | | | | | | completes but eclipse won't run. Submitted by: stefanf@ Notes: svn path=/head/; revision=258968
* . Update to 3.5.2.Greg Lewis2010-07-10114-3376/+8716
| | | | Notes: svn path=/head/; revision=257620
* . Update to 3.4.2, including:Greg Lewis2009-06-0667-442/+818
| | | | | | | | | | | | | | | | | | | | | | | . 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) Notes: svn path=/head/; revision=235331
* . Update to 3.4.1 (from eclipse-devel).Greg Lewis2009-02-15152-4586/+2708
| | | | Notes: svn path=/head/; revision=228357
* . Update to Eclipse Europa, copied over from eclipse-devel.Greg Lewis2008-09-0691-1099/+4578
| | | | Notes: svn path=/head/; revision=220009
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* . Force eclipse to use one of the jdk* ports rather than the diablo-jdk15Greg Lewis2008-01-171-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=205737
* - Update to 3.2.2Tong LIU2007-08-036-122/+25
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=196999
* - Fixes for internal web browser [1]Tom McLaughlin2007-01-0313-10/+551
| | | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=181362
* - Respect X11BASERong-En Fan2006-12-121-0/+18
| | | | | | | | | | This is the same fix as I did for x11-toolkits/swt Reported by: pointyhat Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179539
* Update Eclipse to version 3.2.1. Assign port maintainership toAlexander Kabaev2006-11-0441-3121/+738
| | | | | | | | | submitter. Submitted by: David Sledge Notes: svn path=/head/; revision=176328
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-4/+4
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Update to 3.1.2.Norikatsu Shigemura2006-02-084-30/+30
| | | | | | | | | Submitted by: tmclaugh References: http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html Noticed by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=155524
* Unbreak build with cairo 1.0.Alexander Nedotsukov2005-11-062-2/+2452
| | | | | | | Patch by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=147440
* Fix javavmwrapper support added in last commit: the launcher now enforcesHerve Quiroz2005-10-181-1/+1
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=145706
* Update to 3.1.1.Norikatsu Shigemura2005-10-096-138/+65
| | | | | | | | PR: ports/86860, ports/86900 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=144680
* Fix build error by wrong gtk libraries.Norikatsu Shigemura2005-09-251-0/+59
| | | | | | | | PR: ports/86538 Submitted by: Mark Hobden <markhobden@gmail.com> Notes: svn path=/head/; revision=143516