1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

java/bootstrap-openjdk*: Revert 13f3363759.

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.
This commit is contained in:
Bryan Drewery
2025-11-25 12:52:01 -08:00
parent 85e2c9cf7d
commit 845acc2903
3 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -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*}
+1 -3
View File
@@ -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
+1 -3
View File
@@ -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*}