Commit graph

4789 commits

Author SHA1 Message Date
Greg Lewis
ce8e71422f Update to 8u241
Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-17 06:44:15 +00:00
Greg Lewis
16e4d7bed5 Update to 8u241
Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-17 06:23:07 +00:00
Greg Lewis
12eb2199d0 Update to 13.0.2
Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-16 23:44:16 +00:00
Greg Lewis
a5fb52f085 Update to 8u242
Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-16 22:00:22 +00:00
Greg Lewis
ace58503f3 Update to 11.0.6
Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-16 19:58:03 +00:00
Piotr Kubaj
b3c6e7fecb java/openjdk12: correctly patch openjdk12 for ppc64 elfv2
The previous patch didn't check for architecture.

PR:		243183
2020-01-16 13:59:09 +00:00
Piotr Kubaj
1159f09aca java/openjdk11: correctly patch openejdk11 for ppc64 elfv2
The previous patch didn't check for architecture.

PR:		243183
2020-01-16 13:52:16 +00:00
Antoine Brodin
603501b794 Revert r523218, it breaks build on tier 1
With hat:	portmgr
2020-01-16 13:34:01 +00:00
Antoine Brodin
44a4ff3829 Revert r523182, it breaks build on tier 1
With hat:	portmgr
2020-01-16 12:54:40 +00:00
Piotr Kubaj
3ff99bec50 java/openjdk12: fix compilation 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.

PR:		243183
Approved by:	glewis (maintainer)
2020-01-16 09:29:00 +00:00
Piotr Kubaj
16ba9aabc5 java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2
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)
2020-01-15 22:08:04 +00:00
Piotr Kubaj
5165004612 java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
LOCAL was correct after all.

Reported by:	fluffy, linimon
2020-01-13 13:24:56 +00:00
Piotr Kubaj
21f47454ee java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.org
It looks like LOCAL is not mapped to people.freebsd.org after all.
2020-01-13 10:04:16 +00:00
Piotr Kubaj
a14ab5cbd0 java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2
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)
2020-01-12 19:10:40 +00:00
Alex Dupre
5ade23673a Update to 1.14 release. 2020-01-04 07:54:12 +00:00
Kurt Jaeger
ec45db21d5 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/
2020-01-02 11:19:08 +00:00
Kurt Jaeger
a4660cdb89 New port: java/wildfly18
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>
2019-12-30 18:44:40 +00:00
Kurt Jaeger
782432d80d New port: java/wildfly17
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>
2019-12-30 18:28:24 +00:00
Alex Dupre
948a28f6b6 Rename my jakarta- ports to apache- 2019-12-30 09:15:29 +00:00
Boris Samorodov
08b9f52ea1 java/intellij: Update to version 2019.3.1. 2019-12-28 19:35:11 +00:00
Tobias Kortkamp
85aec100a6 java/jd-gui: Update to v1.6.6
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.6
2019-12-27 08:31:21 +00:00
Pedro F. Giffuni
205bf7a560 java/jakarta-bcel move to apache- and update to version 6.4.1
The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons.

PR:	241122
Approved by:	thierry (mentor), Maintainer timeout (2+ months)
2019-12-24 00:36:34 +00:00
Greg Lewis
64064feef7 Update to 4.1.44 2019-12-19 22:26:24 +00:00
Antoine Brodin
5fd79d9950 Fix plist
PR:		233770
2019-12-15 12:42:28 +00:00
Diane Bruce
d9fd2e5236 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
2019-12-14 22:48:35 +00:00
Alex Dupre
c59c2622bd Update commons-pool to 2.8.0 release and rename jakarta- to apache- 2019-12-12 09:52:10 +00:00
Tobias C. Berner
c0963d617b java/intellij-ultimate: Update to 2019.3
PR:		241835
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by:	andoriyu <andoriyu@gmail.com> (maintainer)
2019-12-07 11:33:12 +00:00
Tobias Kortkamp
5161d8942c java/intellij-pty4j: Chase idea4bsd org removal 2019-12-05 06:57:05 +00:00
Tobias Kortkamp
8b34d5c01f java/intellij-fsnotifier: Chase idea4bsd org removal 2019-12-05 06:53:08 +00:00
Greg Lewis
96223a0b12 Fix packing list
The versions of the Apache Commons Net and Maven JARs are not related to
the Python version.

PR:		242327
Approved by:	bsam@ (maintainer)
2019-12-02 06:13:20 +00:00
Rene Ladan
c0026c1912 Remove expired ports:
2019-11-28 java/jdk9-doc: The corresponding JDK port is EoL
2019-11-28 java/jdk10-doc: The corresponding JDK port is EoL
2019-11-30 22:00:49 +00:00
Boris Samorodov
6c1a63c2f4 java/intellij: Update to version 2019.3. 2019-11-29 15:24:09 +00:00
Greg Lewis
7c2b69985f * Teach javavmwrapper about "13" as a version specifier
* Remove some white space while I'm here
2019-11-27 00:56:24 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
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
2019-11-26 21:46:12 +00:00
Brooks Davis
f2ab442843 Fix build with src r354909 applied.
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>.
2019-11-25 23:25:52 +00:00
Tobias Kortkamp
d70418a837 java/jd-gui: Update to v1.6.5
Changes:	https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.5
2019-11-18 07:04:20 +00:00
Greg Lewis
5bdb4c7ded Update to 11.0.5 2019-11-15 03:25:36 +00:00
Greg Lewis
bff5e4d226 Update to 8u231 2019-11-15 03:20:47 +00:00
Greg Lewis
36aa3841db Schedule these ports for deprecation
The corresponding JDK versions are EoL and have been removed already.
2019-11-15 03:12:50 +00:00
Greg Lewis
47bbc35509 Reinstate guidance to have /proc mounted
* Having /proc mounted is not generally critical, but there is at least one
  piece of functionality that does rely on its presence at the moment
  (e.g. OperatingSystemMXBean)
2019-11-09 22:28:53 +00:00
Niclas Zeising
ef5d45aaa6 Sprinkle more USES=xorg 2019-11-07 20:19:59 +00:00
Greg Lewis
c82c1c18ad Remove unnecessary use of shebangfix
PR:		235453
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2019-11-06 18:04:02 +00:00
Niclas Zeising
07e8e1c13c Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:03:34 +00:00
Greg Lewis
007fee299e Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
Sponsored by:	The FreeBSD Foundation
2019-11-06 17:35:04 +00:00
Greg Lewis
5ea34fbf09 Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
Sponsored by:	The FreeBSD Foundation
2019-11-06 17:31:33 +00:00
Greg Lewis
b9f03c4180 Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machines
* Make sure has_mfdscr() returns false on these machines as using it on
  FreeBSD 12.x will cause problems (e.g. SIGILL).

PR:		239368
2019-11-06 17:21:58 +00:00
Greg Lewis
ad9abc05ad Update bootstrap for openjdk11
* Re-roll bootstrap binaries.  The main reason for this is that the
  previous binaries won't work correctly on a FreeBSD 12/powerpc64
  POWER8+ machine.

PR:		239368
2019-11-06 17:19:30 +00:00
Antoine Brodin
cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Max Brazhnikov
46b2d58c15 java/javahelp:
- Update to the final commit from official GitHub repo
- Build from sources, don't bother to install docs and examples
- Add LICENSE
- Update WWW

PR:		241318
Submitted by:	Mikhail Teterin (mi@)
2019-11-04 12:52:46 +00:00
Lev A. Serebryakov
1eed155dd9 Update to 1.13.0.
PR:		241608
Submitted by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
2019-11-03 22:13:37 +00:00