pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openjdk17: Update to 1.17.0.3.7 and use OPSYS_VERSION to detect older NetBSD
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Tue May 10 06:54:44 2022 +0900
Changeset: 313a66b2983f8302f64f58c5722c252bbaae9a67
Modified Files:
openjdk17/Makefile
openjdk17/distinfo
Log Message:
openjdk17: Update to 1.17.0.3.7 and use OPSYS_VERSION to detect older NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=313a66b2983f8302f64f58c5722c252bbaae9a67
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openjdk17/Makefile | 5 ++---
openjdk17/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs:
diff --git a/openjdk17/Makefile b/openjdk17/Makefile
index f2911c9800..7f8c62a3f3 100644
--- a/openjdk17/Makefile
+++ b/openjdk17/Makefile
@@ -2,11 +2,10 @@
DISTNAME= jdk17u-${GITHUB_TAG:C/\+/-/}
PKGNAME= openjdk17-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
-PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=battleblow/}
GITHUB_PROJECT= jdk17u
-GITHUB_TAG= jdk-17.0.2+8-1
+GITHUB_TAG= jdk-17.0.3+7-1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://openjdk.java.net/
@@ -35,7 +34,7 @@ BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
.include "../../mk/bsd.prefs.mk"
# -Wl,--hash-style=gnu is not supported by NetBSD 9.
-.if !empty(MACHINE_PLATFORM:MNetBSD-[1-9].[0-8]*.*-*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099900
BUILDLINK_TRANSFORM+= opt:-Wl,--hash-style=gnu:-Wl,--hash-style=sysv
.endif
diff --git a/openjdk17/distinfo b/openjdk17/distinfo
index 2a618fdc57..0db7a6bb34 100644
--- a/openjdk17/distinfo
+++ b/openjdk17/distinfo
@@ -9,9 +9,9 @@ Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 288701712 bytes
BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c7468a1619819ac0fa387e011a2b5b8547c4f93b39728a3194f827a2121e1e55
SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c687698cdd8d593e7f4a791b8f8abd85eee61b8800ad819e8d71b8fa4c44485bf4351459c56d933073c6af73cb915a284a3862df331f31659db9426bd163ed05
Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = 277103744 bytes
-BLAKE2s (jdk17u-jdk-17.0.2-8-1.tar.gz) = c642373e109255df6b29c91476c9afe3a0d23b88ec8ad559c432e21b1b51fdd3
-SHA512 (jdk17u-jdk-17.0.2-8-1.tar.gz) = a8127c6bd55ae5fff69209c7ed84803d411cd1660f3e48e95d8fd8fee73c54dbaaa8b5c31de51687a2f194c0c063f7e56b2426866dc926a0e02fd728ceea65b4
-Size (jdk17u-jdk-17.0.2-8-1.tar.gz) = 104857682 bytes
+BLAKE2s (jdk17u-jdk-17.0.3-7-1.tar.gz) = d080a7513b3e1d431e24673fff10695adf0154b97fd45be7307be09e929e78a6
+SHA512 (jdk17u-jdk-17.0.3-7-1.tar.gz) = ddbe9c6e2c48c320247e023070de9f4b770a58d6eaf763f6331d6cccfd4bd5591445994174d5196392e5a4f0bb398d6b309e37dc5079c823458ac7fc4d9b6a9d
+Size (jdk17u-jdk-17.0.3-7-1.tar.gz) = 104898973 bytes
SHA1 (patch-make_autoconf_flags-cflags.m4) = 0379aeecc6181cbd15f6f31518b73ca915f1f73b
SHA1 (patch-make_autoconf_lib-alsa.m4) = 999fbf951363f6b49b22aad81537728f22d7c381
SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594
Home |
Main Index |
Thread Index |
Old Index