Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0.13+11.1 12 Nov 2024 01:10:53 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.13 |
17.0.12+7.1 15 Sep 2024 11:36:13 |
Dimitry Andric (dim) |
java/openjdk8 java/openjdk11 java/openjdk17 java/openjdk18 java/openjdk19
java/openjdk20 java/openjdk21 java/openjdk22: disable warnings as errors
Generally disable warnings-as-errors for all openjdk ports, removing all
the conditionals we have now for particular architectures and/or
compilers. It does not make sense to have this on by default, unless you
are an upstream maintainer.
PR: 281188
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3 |
17.0.12+7.1 07 Aug 2024 16:44:49 |
Dimitry Andric (dim) |
java/openjdk17: fix build with clang 19
Clang 19 has a number of new warnings, and because java/openjdk17
compiles with -Werror by default, it results in errors similar to:
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.12-7-1/src/hotspot/os/posix/signals_posix.cpp:1681:20:
error: cast from 'void (*)(int, siginfo_t *, ucontext_t *)' (aka 'void (*)(int,
__siginfo *, __ucontext *)') to 'void (*)(int)' converts to incompatible
function type [-Werror,-Wcast-function-type-mismatch]
1681 | act.sa_handler = (void (*)(int)) SR_handler;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
I propose to disable warnings-as-errors for this port, similar to what
is already done for openjdk8 and openjdk11. It does not make sense to
have this on by default, unless you are an upstream maintainer.
PR: 280561
Approved by: glewis (maintainer)
MFH: 2024Q3 |
17.0.12+7.1 28 Jul 2024 06:08:32 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.12 |
17.0.11+9.1 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 |
17.0.11+9.1 02 May 2024 03:16:06 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.11 |
17.0.10+7.1_1 25 Feb 2024 20:27:54 |
Greg Lewis (glewis) |
java/openjdk17: Fix the build on arm64 |
17.0.10+7.1_1 09 Feb 2024 19:52:07 |
Michael Osipov (michaelo) |
java/openjdk*: Allow users to specify an alternative cacerts file
Similar to certificate management with certctl(8) users can use custom
enterprise CAs. These need to be assembled into a custom cacerts file.
Therefore, an admin can install a custom truststore to an arbitrary
location and have the OpenJDK port symlink to it by adding
OPENJDK_SYMLINK_CACERTS to make.conf.
E.g., OPENJDK_SYMLINK_CACERTS=/usr/local/etc/ssl/cacerts.
PR: 229329
Approved by: jrm (mentor), otis (mentor), glewis
Differential Revision: https://reviews.freebsd.org/D42720 |
17.0.10+7.1 04 Feb 2024 22:51:33 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.10 |
17.0.9+9.1 05 Jan 2024 21:00:51 |
Piotr Kubaj (pkubaj) |
java/openjdk17: drop ELFv1 support |
17.0.9+9.1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
17.0.9+9.1 20 Nov 2023 11:39:00 |
Mikael Urankar (mikael) |
java/openjdk17: Fix build on aarch64
PR: 274940
Approved by: glewis@ |
17.0.9+9.1 25 Oct 2023 06:43:52 |
Piotr Kubaj (pkubaj) |
java/openjdk17: fix build on powerpc64*
Backport the patch from openjdk19 to fix the recently appearing error:
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:194:29:
error: no member named 'is_safefetch_fault' in 'StubRoutines'
if (pc && StubRoutines::is_safefetch_fault(pc)) {
~~~~~~~~~~~~~~^
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.9-9-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:195:52:
error: no member named 'continuation_for_safefetch_fault' in 'StubRoutines'
os::Posix::ucontext_set_pc(uc,
StubRoutines::continuation_for_safefetch_fault(pc));
~~~~~~~~~~~~~~^ |
17.0.9+9.1 21 Oct 2023 00:15:46 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.9 |
17.0.8+7.1_1 06 Oct 2023 17:48:54 |
Dimitry Andric (dim) |
java/openjdk17: fix build with lld 17
Building java/openjdk17 with lld 17 results in the following link errors:
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZ21WB_HandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZ26WB_AsyncHandshakeWalkStackE16TraceSelfClosure' failed: symbol not
defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN12JvmtiEnvBase27check_for_periodic_clean_upEvE28ThreadInsideIterationClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN15G1RemSetSummary6updateEvE11CollectData' failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN16SATBMarkQueueSet22set_active_all_threadsEbbE22SetThreadActiveClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN16SATBMarkQueueSet23abandon_partial_markingEvE25AbandonThreadQueueClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN18G1ConcurrentRefine30get_and_reset_refinement_statsEvE12CollectStats'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN19G1DirtyCardQueueSet12abandon_logsEvE23AbandonThreadLogClosure' failed:
symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN19G1DirtyCardQueueSet16concatenate_logsEvE27ConcatenateThreadLogClosure'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN19G1DirtyCardQueueSet30get_and_reset_refinement_statsEvE12CollectStats'
failed: symbol not defined
ld: error: version script assignment of 'SUNWprivate_1.1' to symbol
'_ZTVZN7Threads25change_thread_claim_tokenEvE11ResetClaims' failed: symbol not
defined (Only the first 15 lines of the commit message are shown above ) |
17.0.8+7.1_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
17.0.8+7.1 23 Jul 2023 06:58:12 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.8 |
17.0.7+7.1 29 Apr 2023 17:28:30 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.7 |
17.0.6+10.1 16 Apr 2023 22:48:44 |
Greg Lewis (glewis) |
java/openjdk17: Fix use of printf (causes build failures for poudriere)
PR: 267690
Obtained from: Michael Osipov <michael.osipov@siemens.com> |
17.0.6+10.1 24 Jan 2023 05:19:21 |
Greg Lewis (glewis) |
java/openjdk17: Fix the build on some aarch64 machines
* Disable CompressedClassPointers on aarch64. This fixes the build
on some aarch64 machines where it previously failed, e.g. RPI4,
and doesn't seem to affect the build on others (AWS aarch64 hardware).
This is based on and uses a patch initially created by ronald@
PR: 260187
Tested by: ronald@ |
17.0.6+10.1 23 Jan 2023 06:06:15 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.6 |
17.0.5+8.1_1 18 Dec 2022 17:36:27 |
Dimitry Andric (dim) |
java/openjdk17: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
java/openjdk17 failed to build with clang 15:
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.5-8-1/src/java.base/unix/native/libnet/DefaultProxySelector.c:374:41:
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]
proxies = (*g_proxy_resolver_lookup)(resolver, uri, NULL, &error);
^
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.5-8-1/src/java.base/unix/native/libnet/DefaultProxySelector.c:393:63:
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]
(*g_network_address_parse_uri)(proxies[i], 0,
^
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.5-8-1/src/java.base/unix/native/libnet/DefaultProxySelector.c:398:70:
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]
phost = (*g_network_address_get_hostname)(conn);
^
/wrkdirs/usr/ports/java/openjdk17/work/jdk17u-jdk-17.0.5-8-1/src/java.base/unix/native/libnet/DefaultProxySelector.c:399:66:
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] (Only the first 15 lines of the commit message are shown above ) |
17.0.5+8.1_1 04 Nov 2022 06:30:13 |
Greg Lewis (glewis) |
java/openjdk17: Use the distributed cacerts
PR: 266723
Reported by: Michael Osipov <michael.osipov@siemens.com> |
17.0.5+8.1 29 Oct 2022 22:21:06 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.5 |
17.0.4+8.1_1 25 Sep 2022 23:06:59 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.4.1 |
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) |
17.0.4+8.1 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 ) |
17.0.4+8.1 02 Aug 2022 13:14:11 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.4 |
17.0.3+7.1 31 May 2022 00:42:52 |
Greg Lewis (glewis) Author: Sean Farley |
java/openjdk17: Fix an NPE when using a multi-screen X11 setup
PR: 264356
Reported by: scf@ |
17.0.3+7.1 24 May 2022 20:09:35 |
Rene Ladan (rene) |
cleanup: remove expired versions of OpenJDK (12 through 16)
Adjust ports depending on expired versions of OpenJDK:
- biology/snpeff: 12+ -> 17+
- devel/RStudio: 12 -> 11
- www/closure-compiler: 13 -> 11+
Allow java/openjdk17 to use java/openjdk17-bootstrap on i386
too, this builds just fine on 13.1-i386
Remove jdk12-doc as it is no longer relevant.
Clean up Java version calculations in bsd.java.mk
Reviewed by: jwb, java (glewis)
Differential Revision: https://reviews.freebsd.org/D35280 |
17.0.3+7.1 05 May 2022 02:06:32 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.3 GA |
17.0.2+8.1 04 Apr 2022 07:56:40 |
Dimitry Andric (dim) |
java/openjdk13 java/openjdk14 java/openjdk15 java/openjdk16 java/openjdk17
java/openjdk17-jre: fix build with clang 14
During an exp-run for llvm 14 (see bug 261742), it turned out that
java/openjdk13 and java/openjdk17 fail to build with clang 14 (but this
also affects openjdk14 through 16):
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_serviceThread.o:
/wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15:
error: use of bitwise '|' with boolean operands
[-Werror,-Wbitwise-instead-of-logical]
while (((sensors_changed = LowMemoryDetector::has_pending_requests()) |
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15:
note: cast one or both operands to int to silence this warning
/wrkdirs/usr/ports/java/openjdk13/work/jdk13u-jdk-13.0.10-5-1/src/hotspot/share/runtime/serviceThread.cpp:133:15:
error: use of bitwise '|' with boolean operands
[-Werror,-Wbitwise-instead-of-logical]
while (((sensors_changed = LowMemoryDetector::has_pending_requests()) |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (Only the first 15 lines of the commit message are shown above ) |
17.0.2+8.1 06 Feb 2022 04:41:36 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.2 GA |
17.0.1+12.1 13 Jan 2022 02:43:58 |
Jung-uk Kim (jkim) |
java/openjdk17-jre: Add JRE-only package for java/openjdk17 |
17.0.1+12.1 31 Dec 2021 09:09:54 |
Greg Lewis (glewis) |
java/openjdk17: Add i386 support |
17.0.1+12.1 20 Dec 2021 12:45:04 |
Piotr Kubaj (pkubaj) |
java/openjdk17: allow bootstrapping on powerpc64le with bootstrap-openjdk17 |
17.0.1+12.1 20 Dec 2021 01:56:41 |
Piotr Kubaj (pkubaj) |
java/openjdk17: use java/bootstrap-openjdk17 on powerpc64 elfv2 |
17.0.1+12.1 27 Nov 2021 16:50:26 |
Greg Lewis (glewis) |
java/openjdk17: Use the bootstrap port on supported ARCHs |
17.0.1+12.1 24 Nov 2021 06:42:07 |
Greg Lewis (glewis) |
java/openjdk17: Fix WWW link to point to JDK 17
PR: 259167
Reported by: cedric@precidata.com |
17.0.1+12.1 31 Oct 2021 18:07:41 |
Greg Lewis (glewis) |
java/openjdk17: Update to 17.0.1 |
17+35.1_2 16 Oct 2021 12:22:03 |
Dimitry Andric (dim) |
java/openjdk*: work around UB in markOopDesc, fix builds with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
java/openjdk11 through openjdk13 fail to build with clang 13:
=== Output from failing command(s) repeated here ===
* For target jdk__packages_attribute.done:
These crashes are all caused by the markOop/markOopDesc classes, which
are used to keep track of objects, and which are 'marked' using the low
few bits. (See
https://github.com/openjdk/jdk13u/blob/master/src/hotspot/share/oops/markOop.hpp
).
After some laborious bisecting, I found out that these crashes start (Only the first 15 lines of the commit message are shown above ) |
17+35.1_1 10 Oct 2021 00:28:41 |
Greg Lewis (glewis) |
java/openjdk17: Fix libfontmanager linkage
* Backport the fix from jdk17u so that --with-harfbuzz=system adds
-lharfbuzz when linking libfontmanager.so
Reported by: barulheira@gmail.com |
17+35.1 05 Oct 2021 12:06:38 |
Mikael Urankar (mikael) |
java/openjdk17: Fix build on aarch64.
Fully initialize FrameForm: Corrects adlc segfault when malloc junk options are
set.
Approved by: portmgr (build fix blanket) |
17+35.1 05 Oct 2021 12:00:36 |
Mikael Urankar (mikael) |
java/openjdk17: Remove enable-aot configure argument.
The Experimental AOT and JIT Compiler were remove in OpenJDK17:
https://openjdk.java.net/jeps/410
Remove this configure argument as it causes build failure on aarch64:
configure: error: unrecognized options: --enable-aot
Approved by: portmgr (build fix blanket) |
17+35.1 30 Sep 2021 22:19:01 |
Piotr Kubaj (pkubaj) |
java/openjdk17: enable on powerpc64
While here, sort ONLY_FOR_ARCHS. |
17+35.1 29 Sep 2021 21:55:53 |
Piotr Kubaj (pkubaj) |
java/openjdk17: port to powerpc64le |
17+35.1 25 Sep 2021 18:28:38 |
Greg Lewis (glewis) |
java/openjdk17: Add a port of OpenJDK 17
* Add a port of OpenJDK 17
* Restrict to amd64 and aarch64 until more platforms are tested |