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

openjdk23: update to 23.0.2 #27450

Merged
merged 1 commit into from
Jan 21, 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
12 changes: 6 additions & 6 deletions java/openjdk23/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set boot_feature 22

name openjdk${feature}
# See https://github.com/openjdk/jdk23u/tags for the version and build number that matches the latest tag that ends with '-ga'
version ${feature}.0.1
set build 11
version ${feature}.0.2
set build 7
revision 0
categories java devel
supported_archs x86_64 arm64
Expand All @@ -24,9 +24,9 @@ master_sites https://github.com/openjdk/jdk${feature}u/archive/refs/tags
distname jdk-${version}-ga
worksrcdir jdk${feature}u-${distname}

checksums rmd160 d415bdbf8fe2783dcf381c6009fb9dfb23a0d202 \
sha256 0e058ae2956871aafc5be33960b6e0f8dd954d234d590d249bcb3b619b579a0a \
size 116677478
checksums rmd160 633a621e6ffbdd06fb83afb2773197a2b6e2820f \
sha256 0812e2e4d51ab1d752c1d532150297a56bd47557db67f8e2b298199e7f65db1c \
size 117217990

set bootjdk_port openjdk${boot_feature}-zulu

Expand All @@ -45,7 +45,7 @@ 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 clang 16.0-16.1: https://trac.macports.org/ticket/70819
patchfiles JDK-8340341-clang-16-workaround.patch

set tpath ${prefix}/Library/Java
Expand Down