git: 845acc2903f0 - main - java/bootstrap-openjdk*: Revert 13f33637597.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Nov 2025 20:53:36 UTC
The branch main has been updated by bdrewery:
URL: https://cgit.FreeBSD.org/ports/commit/?id=845acc2903f0d1e4a4bf7389db7825b95241a913
commit 845acc2903f0d1e4a4bf7389db7825b95241a913
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-11-25 20:52:01 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-11-25 20:53:10 +0000
java/bootstrap-openjdk*: Revert 13f33637597.
BUNDLE_LIBS is for preventing _providing_ libraries. In this
case the pre-compiled binary distributed has dependencies on
libraries that are not provided here. BUNDLE_LIBS does not
help the problem.
---
java/bootstrap-openjdk11/Makefile | 4 +---
java/bootstrap-openjdk17/Makefile | 4 +---
java/bootstrap-openjdk8/Makefile | 4 +---
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile
index b098e5311dd7..e4db1d0ab87c 100644
--- a/java/bootstrap-openjdk11/Makefile
+++ b/java/bootstrap-openjdk11/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openjdk11
PORTVERSION= 11.0.5.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= LOCAL/glewis/bootstrap-openjdk11 \
LOCAL/pkubaj
@@ -28,8 +28,6 @@ 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 786cd081637e..48d1c7e24326 100644
--- a/java/bootstrap-openjdk17/Makefile
+++ b/java/bootstrap-openjdk17/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openjdk17
PORTVERSION= 17.0.1.12.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= LOCAL/glewis/bootstrap-openjdk17 \
LOCAL/pkubaj/bootstrap-openjdk17
@@ -27,8 +27,6 @@ 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 380a70f267db..2a03000f168c 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openjdk8
PORTVERSION= ${DISTVERSION_${JDK_ARCH}}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim \
LOCAL/mikael \
@@ -36,8 +36,6 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT}
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
-BUNDLE_LIBS= yes
-
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}