git: 34c45542f75c - main - java/openjdk11: Use the distributed cacerts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 06:13:21 UTC
The branch main has been updated by glewis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=34c45542f75c54c35a44be1c80f0ac3076da8bee
commit 34c45542f75c54c35a44be1c80f0ac3076da8bee
Author: Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2022-11-04 06:12:10 +0000
Commit: Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2022-11-04 06:13:16 +0000
java/openjdk11: Use the distributed cacerts
PR: 266723
Reported by: Michael Osipov <michael.osipov@siemens.com>
---
java/openjdk11/Makefile | 2 +-
java/openjdk11/files/cacerts | Bin 98310 -> 0 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index a42eaf1fbec1..9ab8a7111c14 100644
--- a/java/openjdk11/Makefile
+++ b/java/openjdk11/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}
@@ -94,7 +95,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/openjdk11/files/cacerts b/java/openjdk11/files/cacerts
deleted file mode 100644
index c07b7abaf5ef..000000000000
Binary files a/java/openjdk11/files/cacerts and /dev/null differ