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

openjdk8-zulu: update to 8.84.0.15 #27460

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
16 changes: 8 additions & 8 deletions java/openjdk8-zulu/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in java/openjdk8-zulu/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test openjdk8-zulu: Warning: openjdk8-zulu is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: arm64,x86_64: Warning: /opt/local/Library/Java/JavaVirtualMachines/openjdk8-zulu/Contents/Home/jre/lib/libfreetype.dylib.6 Warning:

Check warning on line 1 in java/openjdk8-zulu/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test openjdk8-zulu: Warning: openjdk8-zulu is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: arm64,x86_64: Warning: /opt/local/Library/Java/JavaVirtualMachines/openjdk8-zulu/Contents/Home/jre/lib/libfreetype.dylib.6 Warning:

PortSystem 1.0

Expand All @@ -20,10 +20,10 @@
supported_archs x86_64 arm64

# https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk#zulu
version ${feature}.82.0.21
version ${feature}.84.0.15
revision 0

set openjdk_version ${feature}.0.432
set openjdk_version ${feature}.0.442

description Azul Zulu Community OpenJDK ${feature} (Long Term Support)
long_description Azul® Zulu® is a Java Development Kit (JDK), and a compliant implementation of the Java Standard Edition (SE)\
Expand All @@ -35,14 +35,14 @@

if {${configure.build_arch} eq "x86_64"} {
distname zulu${version}-ca-jdk${openjdk_version}-macosx_x64
checksums rmd160 ab09bbdf3558c75ab4d3ed767b27b4041e1eb37f \
sha256 a5a4bb4e95415d2a0ba719f76662ef87adeb1c8cf739c7ab14c0a2f1b3e62885 \
size 106755351
checksums rmd160 4ea10c09257a46b6f69d769e4261903fda68c466 \
sha256 52131294512042dd6356426202e6a4116536477281fe76cfc0a3a15fe0d6ff44 \
size 106931505
} elseif {${configure.build_arch} eq "arm64"} {
distname zulu${version}-ca-jdk${openjdk_version}-macosx_aarch64
checksums rmd160 de8804b1115f3818b8edded23dd2495b7eab6568 \
sha256 1036ce501972464c8e30ea2e0e2dc1c6c82e364edf99d13b9418286f61995f16 \
size 104561942
checksums rmd160 10a414d91ccdf10cd6ab7396040db909e5ce75ab \
sha256 effa6d1bd4b6bce68328df66e063a97c2c4afeb0aa36fda4f85c434dd8246572 \
size 104734182
}

worksrcdir ${distname}/zulu-${feature}.jdk
Expand Down