git: 93e6a6861b02 - 2025Q4 - java/bootstrap-openjdk*: Mark these ports as bundling libraries.

From: Bryan Drewery <bdrewery_at_FreeBSD.org>
Date: Fri, 14 Nov 2025 18:02:25 UTC
The branch 2025Q4 has been updated by bdrewery:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93e6a6861b027bb939c7c75f0281a4dbbb699025

commit 93e6a6861b027bb939c7c75f0281a4dbbb699025
Author:     Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-11-12 21:36:40 +0000
Commit:     Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-11-14 18:02:12 +0000

    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
    
    (cherry picked from commit 13f336375974eacab8d10a64c0d945d17acf1244)
---
 java/bootstrap-openjdk11/Makefile | 3 +++
 java/bootstrap-openjdk17/Makefile | 4 +++-
 java/bootstrap-openjdk8/Makefile  | 4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile
index d3a00da8743a..b098e5311dd7 100644
--- a/java/bootstrap-openjdk11/Makefile
+++ b/java/bootstrap-openjdk11/Makefile
@@ -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*}
diff --git a/java/bootstrap-openjdk17/Makefile b/java/bootstrap-openjdk17/Makefile
index f5b98b039baa..786cd081637e 100644
--- a/java/bootstrap-openjdk17/Makefile
+++ b/java/bootstrap-openjdk17/Makefile
@@ -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
diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index f1fb9aaaa16d..380a70f267db 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -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*}