java/openjdk11: Use the distributed cacerts

PR:		266723
Reported by:	Michael Osipov <michael.osipov@siemens.com>
This commit is contained in:
Greg Lewis 2022-11-03 23:12:10 -07:00
parent 77c2b6c6ad
commit 34c45542f7
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
PORTNAME= openjdk PORTNAME= openjdk
DISTVERSIONPREFIX= jdk- DISTVERSIONPREFIX= jdk-
DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}
PORTREVISION= 1
CATEGORIES= java devel CATEGORIES= java devel
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
@ -94,7 +95,6 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \
--with-lcms=system \ --with-lcms=system \
--x-includes=${LOCALBASE}/include \ --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib \ --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-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \
--with-native-debug-symbols=none \ --with-native-debug-symbols=none \
--with-debug-level=release \ --with-debug-level=release \

Binary file not shown.