Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openjdk21: update to 21.0.6 #27466

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions java/openjdk21/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortSystem 1.0
set feature 21
name openjdk${feature}
# See https://openjdk-sources.osci.io/openjdk21/ for the version and build number that matches the latest '-ga' version
version ${feature}.0.5
set build 11
version ${feature}.0.6
set build 7
revision 0
categories java devel
supported_archs x86_64 arm64
Expand All @@ -26,9 +26,9 @@ distname openjdk-${version}-ga
use_xz yes
worksrcdir jdk-${version}+${build}

checksums rmd160 3005b3b3dbd1c1fed06af9f9b60e03a53923fcaf \
sha256 8a5d8be31d83edead93b02c7495960f969ddea38b59426a8d7b45aaadd82a960 \
size 69823212
checksums rmd160 2987f9e3ae3542b1913c65c4e0385564c963270a \
sha256 586bf34a4ce41d6a02f81315ef6cac7d2395a6d47d293af94a6a8fa7c7014ead \
size 70317744

set bootjdk_port openjdk21-zulu

Expand All @@ -47,8 +47,8 @@ pre-patch {
reinplace "s|xmacosx|xwindows|g" ${worksrcpath}/make/autoconf/lib-freetype.m4
}

# Temporary workaround for clang 16: https://trac.macports.org/ticket/70819
# Temporary workaround for undeclared enum in < 11.00: https://trac.macports.org/ticket/71049
# Workaround for clang 16.0-16.1: https://trac.macports.org/ticket/70819
# Workaround for undeclared enum in < 11.00: https://trac.macports.org/ticket/71049
patchfiles JDK-8340341-clang-16-workaround.patch \
JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch

Expand Down