git: add6dd031a6a - main - java/openjdk18: Use the distributed cacerts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Nov 2022 06:43:52 UTC
The branch main has been updated by glewis: URL: https://cgit.FreeBSD.org/ports/commit/?id=add6dd031a6aa7eb7d7f51e2c278f8c27ba27426 commit add6dd031a6aa7eb7d7f51e2c278f8c27ba27426 Author: Greg Lewis <glewis@FreeBSD.org> AuthorDate: 2022-11-04 06:43:18 +0000 Commit: Greg Lewis <glewis@FreeBSD.org> CommitDate: 2022-11-04 06:43:18 +0000 java/openjdk18: Use the distributed cacerts PR: 266723 Reported by: Michael Osipov <michael.osipov@siemens.com> --- java/openjdk18/Makefile | 2 +- java/openjdk18/files/cacerts | Bin 109961 -> 0 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/java/openjdk18/Makefile b/java/openjdk18/Makefile index 534525e61b00..51251ca1cf65 100644 --- a/java/openjdk18/Makefile +++ b/java/openjdk18/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/openjdk18/files/cacerts b/java/openjdk18/files/cacerts deleted file mode 100644 index 4a096141ef17..000000000000 Binary files a/java/openjdk18/files/cacerts and /dev/null differ