summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7u251Greg Lewis2020-03-0818-48800/+88
| | | | Notes: svn path=/head/; revision=528057
* java/intellij-ultimate: Update to 2019.3.3Dmitri Goutnik2020-03-073-7/+10
| | | | | | | | | PR: 242780 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Reported by: Dmitry Wagin <dmitry.wagin@ya.ru> Notes: svn path=/head/; revision=527989
* Update netbeans to 11.3.Koop Mast2020-03-053-98/+600
| | | | | | | Changelog: https://netbeans.apache.org/download/nb113/index.html Notes: svn path=/head/; revision=527823
* java/openjfx8-devel: Add an expiration dateTobias Kortkamp2020-03-041-0/+1
| | | | | | | | WEBKIT option requires Python 2.7 to build. Patching in Python 3.x support is non-trivial. Notes: svn path=/head/; revision=527795
* Remove expired ports:Rene Ladan2020-03-015-87/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-03-01 audio/idjc: Old, uses EOLed python27 2020-03-01 cad/py-pycam: Old, uses EOLed python27 2020-02-27 chinese/gimp-help-zh_CN: Broken 2020-03-01 databases/emma: Old, uses EOLed python27 2020-03-01 deskutils/anamnesis: Old, uses EOLed python27 2020-02-28 deskutils/cherrytree: Old, uses EOLed python27 2020-03-01 deskutils/gbirthday: Old, uses EOLed python27 2020-03-01 deskutils/gtg: Old, uses EOLed python27 2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27 2020-03-01 deskutils/pybookreader: Old, uses EOLed python27 2020-03-01 devel/diffuse: Old, uses EOLed python27 2020-02-28 devel/dreampie: Old, uses EOLed python27 2020-03-01 devel/gtkparasite: Old, uses EOLed python27 2020-02-28 devel/py-orbit: Old, uses EOLed python27 2020-03-01 editors/py-room: Old, uses EOLed python27 2020-02-27 french/gimp-help: Broken 2020-03-01 games/magicor: Old, uses EOLed python27 2020-03-01 games/openalchemist: Old, uses EOLed python27 2020-03-01 games/pythonsudoku: Old, uses EOLed python27 2020-02-27 german/gimp-help: Broken 2020-03-01 graphics/driconf: Old, uses EOLed python27 2020-02-27 graphics/gimp-help: Broken 2020-03-01 graphics/nathive: Old, uses EOLed python27 2020-03-01 graphics/py-goocanvas: Old, uses EOLed python27 2020-03-01 graphics/py-mcomix: Old, uses EOLed python27 2020-03-01 graphics/uniconvw: Old, uses EOLed python27 2020-02-27 japanese/gimp-help: Broken 2020-02-29 java/jakarta-regexp: EOL: As of 2011-04-17, the Regexp project is retired 2020-02-27 korean/gimp-help: Broken 2020-03-01 mail/claws-mail-python: Old, uses EOLed python27 2020-03-01 math/lybniz: Old, uses EOLed python27 2020-02-27 misc/gimp-help-ca: Broken 2020-02-27 misc/gimp-help-da: Broken 2020-02-27 misc/gimp-help-el: Broken 2020-02-27 misc/gimp-help-en_GB: Broken 2020-02-27 misc/gimp-help-es: Broken 2020-02-27 misc/gimp-help-it: Broken 2020-02-27 misc/gimp-help-nl: Broken 2020-02-27 misc/gimp-help-nn: Broken 2020-02-27 misc/gimp-help-sl: Broken 2020-02-27 misc/gimp-help-sv: Broken 2020-03-01 misc/metromap: Old, uses EOLed python27 2020-03-01 misc/typetrainer: Old, uses EOLed python27 2020-03-01 multimedia/gtk-recordmydesktop: Old, uses EOLed python27 2020-02-27 portuguese/gimp-help-pt_BR: Broken 2020-02-27 russian/gimp-help: Broken 2020-02-28 security/hotssh: Old, uses EOLed python27 2020-03-01 security/zenmap: Old, uses EOLed python27 2020-03-01 x11/py-xdot06: Old, uses EOLed python27 2020-02-28 x11/terminator: Old, uses EOLed python27 2020-02-28 x11-fm/sunflower: Old, uses EOLed python27 2020-03-01 x11-toolkits/hippo-canvas: Old, uses EOLed python27 2020-03-01 x11-toolkits/py-kiwi-gtk: Old, uses EOLed python27 2020-02-28 x11-toolkits/py-vte: Old, uses EOLed python27 Notes: svn path=/head/; revision=527561
* Ignore ECONNRESET when closing a socketGreg Lewis2020-02-262-0/+12
| | | | | | | See https://github.com/battleblow/openjdk-jdk11u/issues/94 for details Notes: svn path=/head/; revision=527146
* java/intellij: Update to version 2019.3.3.Boris Samorodov2020-02-123-6/+6
| | | | Notes: svn path=/head/; revision=525961
* java/openjdk13: fix compilation for powerpc64 elfv2Piotr Kubaj2020-02-072-0/+16
| | | | | | | | | | | | Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. PR: 243186 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=525470
* java/jakarta-regexp: deprecate.Pedro F. Giffuni2020-01-302-1/+6
| | | | | | | | | | | | | | | This is not used by any port. According the the Apache Software Foundation: As of 2011-04-17, the Regexp project is retired. ... Users are encouraged to use similar features in newer Java versions, such as java.util.regexp. Pet portlint while here. Approved by: thierry (mentor, implicit) Notes: svn path=/head/; revision=524656
* Finish migration of java/jakarta-commons-beanutils to apache-commons-beanutils.Jimmy Olgeni2020-01-309-89/+13
| | | | | | | | | | | | | - Update to version 1.9.4 - Pet portlint - Bump PORTREVISION for related dependencies PR: 243719 Submitted by: pfg Security: CESA-2020:0194 Notes: svn path=/head/; revision=524655
* Copy java/jakarta-commons-beanutils to java/apache-commons-beanutils.Jimmy Olgeni2020-01-304-0/+70
| | | | Notes: svn path=/head/; revision=524652
* java/jakarta-commons-discovery: move to java/apache-commons-discoveryPedro F. Giffuni2020-01-294-3/+7
| | | | | | | | | | The ASF has moved Jakarta projects to apache-commons. PR: 243571 Approved bu: olgeni (maintainer), thierry (mentor) Notes: svn path=/head/; revision=524611
* java/intellij: Update to version 2019.3.2.Boris Samorodov2020-01-213-6/+6
| | | | Notes: svn path=/head/; revision=523741
* java/apache-bcel: update description.Pedro F. Giffuni2020-01-212-2/+2
| | | | | | | | | | Make clear that it is now an Apache Commons project. PT: 241122 Approved by: thierry (mentor), Maintainer timeout. Notes: svn path=/head/; revision=523737
* Update to 8u241Greg Lewis2020-01-172-6/+6
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523282
* Update to 8u241Greg Lewis2020-01-172-10/+10
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523277
* Update to 13.0.2Greg Lewis2020-01-162-5/+5
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523265
* Update to 8u242Greg Lewis2020-01-164-53/+5
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523263
* Update to 11.0.6Greg Lewis2020-01-162-4/+4
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523257
* java/openjdk12: correctly patch openjdk12 for ppc64 elfv2Piotr Kubaj2020-01-162-0/+16
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523232
* java/openjdk11: correctly patch openejdk11 for ppc64 elfv2Piotr Kubaj2020-01-162-0/+16
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523231
* Revert r523218, it breaks build on tier 1Antoine Brodin2020-01-162-14/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523230
* Revert r523182, it breaks build on tier 1Antoine Brodin2020-01-162-14/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523224
* java/openjdk12: fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-162-0/+14
| | | | | | | | | | | | Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. PR: 243183 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523218
* java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-154-3/+20
| | | | | | | | | | | | | | | | Add bootstrap for powerpc64 elfv2. Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. I assume here that GCC will be used exclusively on ELFv1 systems and Clang on ELFv2. PR: 243182 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523182
* java/bootstrap-openjdk8: use the correct behaviour for the bootstrapPiotr Kubaj2020-01-131-1/+1
| | | | | | | | | LOCAL was correct after all. Reported by: fluffy, linimon Notes: svn path=/head/; revision=522888
* java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.orgPiotr Kubaj2020-01-131-1/+1
| | | | | | | It looks like LOCAL is not mapped to people.freebsd.org after all. Notes: svn path=/head/; revision=522873
* java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-124-9/+64
| | | | | | | | | | | Since the maintainer didn't respond, I'm adding the bootstrap to my own directory on freefall. PR: 242965 Submitted by: Mikael Urankar (original version) Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=522831
* Update to 1.14 release.Alex Dupre2020-01-042-4/+4
| | | | Notes: svn path=/head/; revision=521981
* java/eclipse: upgrade 4.12 -> 4.14Kurt Jaeger2020-01-0219-441/+192
| | | | | | | | | 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
* New port: java/wildfly18Kurt Jaeger2019-12-307-0/+1820
| | | | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE / Jakarta EE! WWW: https://wildfly.org/ This is the first Wildfly with JAKARTA EE8 full support (Web and full platform) PR: 242963 Submitted by: Simeo Reig <reig.simeo@gmail.com> Notes: svn path=/head/; revision=521563
* New port: java/wildfly17Kurt Jaeger2019-12-307-0/+1799
| | | | | | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE / Jakarta EE! WWW: https://wildfly.org/ This is the first Wildfly with JAKARTA EE8 full support. PR: 242962 Submitted by: Simeo Reig <reig.simeo@gmail.com> Notes: svn path=/head/; revision=521562
* Rename my jakarta- ports to apache-Alex Dupre2019-12-3011-11/+11
| | | | Notes: svn path=/head/; revision=521475
* java/intellij: Update to version 2019.3.1.Boris Samorodov2019-12-283-5/+7
| | | | Notes: svn path=/head/; revision=521236
* java/jd-gui: Update to v1.6.6Tobias Kortkamp2019-12-272-6/+6
| | | | | | | Changes: https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.6 Notes: svn path=/head/; revision=520972
* java/jakarta-bcel move to apache- and update to version 6.4.1Pedro F. Giffuni2019-12-245-10/+15
| | | | | | | | | | The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons. PR: 241122 Approved by: thierry (mentor), Maintainer timeout (2+ months) Notes: svn path=/head/; revision=520763
* Update to 4.1.44Greg Lewis2019-12-193-16/+4
| | | | Notes: svn path=/head/; revision=520451
* Fix plistAntoine Brodin2019-12-151-1/+1
| | | | | | | PR: 233770 Notes: svn path=/head/; revision=520175
* 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
* Update commons-pool to 2.8.0 release and rename jakarta- to apache-Alex Dupre2019-12-126-7/+8
| | | | Notes: svn path=/head/; revision=519858
* java/intellij-ultimate: Update to 2019.3Tobias C. Berner2019-12-073-8081/+335
| | | | | | | | | PR: 241835 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Approved by: andoriyu <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=519198
* java/intellij-pty4j: Chase idea4bsd org removalTobias Kortkamp2019-12-052-3/+4
| | | | Notes: svn path=/head/; revision=519065
* java/intellij-fsnotifier: Chase idea4bsd org removalTobias Kortkamp2019-12-053-4/+5
| | | | Notes: svn path=/head/; revision=519064
* Fix packing listGreg Lewis2019-12-021-14/+14
| | | | | | | | | | | The versions of the Apache Commons Net and Maven JARs are not related to the Python version. PR: 242327 Approved by: bsam@ (maintainer) Notes: svn path=/head/; revision=518825
* Remove expired ports:Rene Ladan2019-11-307-106/+0
| | | | | | | | 2019-11-28 java/jdk9-doc: The corresponding JDK port is EoL 2019-11-28 java/jdk10-doc: The corresponding JDK port is EoL Notes: svn path=/head/; revision=518734
* java/intellij: Update to version 2019.3.Boris Samorodov2019-11-293-8065/+308
| | | | Notes: svn path=/head/; revision=518659
* * Teach javavmwrapper about "13" as a version specifierGreg Lewis2019-11-274-10/+17
| | | | | | | * Remove some white space while I'm here Notes: svn path=/head/; revision=518486
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-2673-162/+21
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* java/jd-gui: Update to v1.6.5Tobias Kortkamp2019-11-182-6/+6
| | | | | | | Changes: https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.5 Notes: svn path=/head/; revision=517858