From 13f336375974eacab8d10a64c0d945d17acf1244 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 12 Nov 2025 13:36:40 -0800 Subject: [PATCH] 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 --- 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 .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 .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 .if ${ARCH} == aarch64 || ${ARCH:Marmv*}