summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk8
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
commit0e32330f15f054f5b77cc0a58e7a6ec282dec710 (patch)
treeb4bdc11662e20506078156e14bbeefa6145af3ee /java/bootstrap-openjdk8
parentdevel/libffi: Update to 3.3.0 (diff)
Chanse update of devel/libffi
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
Notes
Notes: svn path=/head/; revision=541232
Diffstat (limited to 'java/bootstrap-openjdk8')
-rw-r--r--java/bootstrap-openjdk8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index b47e93a2e819..a49a5d249844 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openjdk8
PORTVERSION= ${DISTVERSION_${JDK_ARCH}}
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim \
LOCAL/pkubaj
@@ -36,7 +37,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
-RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi
+RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so:devel/libffi
.endif
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2