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

openjdk17: update to 17.0.14 #27467

Merged
merged 1 commit into from
Jan 24, 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/openjdk17/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortSystem 1.0
set feature 17
name openjdk${feature}
# See https://openjdk-sources.osci.io/openjdk17/ for the version and build number that matches the latest '-ga' version
version ${feature}.0.13
set build 11
version ${feature}.0.14
set build 7
revision 0
categories java devel
supported_archs x86_64 arm64
Expand All @@ -21,9 +21,9 @@ distname openjdk-${version}-ga
use_xz yes
worksrcdir jdk-${version}+${build}

checksums rmd160 61878ca56c7b0b395b545c43b1350e80616c0418 \
sha256 bb53c87cea4e1d145d2bef567f003f50e47f10495bbaac43c1d50874aa89c694 \
size 66424164
checksums rmd160 d44423fb510e75d0516423573190959d7e9a284d \
sha256 39a984e49a4216013e7a418fb91d46263165e5762e4ad9bd4ef95f9545e96fd6 \
size 66483076

depends_lib port:freetype \
port:libiconv
Expand All @@ -37,8 +37,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