git: 381f9126c034 - main - java/openjdk17: Use the distributed cacerts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 06:30:53 UTC
The branch main has been updated by glewis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=381f9126c0345124633cc3379a7898829746e060
commit 381f9126c0345124633cc3379a7898829746e060
Author: Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2022-11-04 06:30:13 +0000
Commit: Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2022-11-04 06:30:13 +0000
java/openjdk17: Use the distributed cacerts
PR: 266723
Reported by: Michael Osipov <michael.osipov@siemens.com>
---
java/openjdk17/Makefile | 2 +-
java/openjdk17/files/cacerts | Bin 104100 -> 0 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile
index dc972f6436ab..fc766bdd9b06 100644
--- a/java/openjdk17/Makefile
+++ b/java/openjdk17/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openjdk
DISTVERSIONPREFIX= jdk-
DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}
+PORTREVISION= 1
CATEGORIES= java devel
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
@@ -93,7 +94,6 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \
--with-lcms=system \
--x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib \
- --with-cacerts-file=${FILESDIR}/cacerts \
--with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
--with-native-debug-symbols=none \
--with-debug-level=release \
diff --git a/java/openjdk17/files/cacerts b/java/openjdk17/files/cacerts
deleted file mode 100644
index 64b58dd2aa58..000000000000
Binary files a/java/openjdk17/files/cacerts and /dev/null differ