java/bootstrap-openjdk*: Mark these ports as bundling libraries.

This prevents Pkg from recording the bundled libraries as
dependencies.  This otherwise can confuse Pkg and Poudriere
about missing dependencies.

Reviewed by:	bapt
Differential Revision: https://reviews.freebsd.org/D53723
This commit is contained in:
Bryan Drewery
2025-11-12 13:36:40 -08:00
parent 0a7e6d101f
commit 13f3363759
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
PORTNAME= openjdk11
PORTVERSION= 11.0.5.10.1
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= LOCAL/glewis/bootstrap-openjdk11 \
LOCAL/pkubaj
@@ -27,6 +28,8 @@ JDK_ARCH_SUFFIX_powerpc64= -elfv2
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
BUNDLE_LIBS= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}

View File

@@ -1,6 +1,6 @@
PORTNAME= openjdk17
PORTVERSION= 17.0.1.12.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= LOCAL/glewis/bootstrap-openjdk17 \
LOCAL/pkubaj/bootstrap-openjdk17
@@ -27,6 +27,8 @@ JDK_ARCH= ${ARCH:C/armv.*/arm/}
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
BUNDLE_LIBS= yes
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000

View File

@@ -1,6 +1,6 @@
PORTNAME= openjdk8
PORTVERSION= ${DISTVERSION_${JDK_ARCH}}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim \
LOCAL/mikael \
@@ -36,6 +36,8 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT}
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
BUNDLE_LIBS= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}