Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 21:04:46 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98175081358d - main - java/bootstrap-openjdk8: remove ELFv1 support
Message-ID:  <202401052104.405L4kjQ012249@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98175081358d4c00352789395b41089a4ccc91ea

commit 98175081358d4c00352789395b41089a4ccc91ea
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-04 22:55:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:01:06 +0000

    java/bootstrap-openjdk8: remove ELFv1 support
---
 java/bootstrap-openjdk8/Makefile       | 6 +-----
 java/bootstrap-openjdk8/distinfo.ppc64 | 2 --
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index ab7aea6b5ecd..808a75a253ec 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -21,7 +21,7 @@ DISTVERSION_aarch64=	r453316
 DISTVERSION_amd64=	r450802
 DISTVERSION_arm=	r450802
 DISTVERSION_i386=	r450802
-DISTVERSION_ppc64=	r455236 # see below for ELFv2
+DISTVERSION_ppc64=	r522831
 DISTVERSION_ppc64le=	r555661
 
 JDK_ARCH=	${ARCH:C/armv.*/arm/:S/powerpc/ppc/}
@@ -41,10 +41,6 @@ INSTALLDIR=	${STAGEDIR}${PREFIX}/${JDK_ROOT}
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321
 .endif
 
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
-DISTVERSION_ppc64=	r522831
-.endif
-
 do-install:
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR}
 	@cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR}
diff --git a/java/bootstrap-openjdk8/distinfo.ppc64 b/java/bootstrap-openjdk8/distinfo.ppc64
index 6e3442ad4636..bc26636f3605 100644
--- a/java/bootstrap-openjdk8/distinfo.ppc64
+++ b/java/bootstrap-openjdk8/distinfo.ppc64
@@ -1,5 +1,3 @@
 TIMESTAMP = 1577641270
-SHA256 (openjdk8-ppc64-r455236.tar.xz) = 81ac56dbffd860d41e7d6d2a2dc29e6f65ee155db9c92a1c9ccc688b2d7a1f19
-SIZE (openjdk8-ppc64-r455236.tar.xz) = 28179536
 SHA256 (openjdk8-ppc64-r522831.tar.xz) = 2bb8b860e76cf8eb02a0a229d36421046790d7907b2f55a52c95b990072dda00
 SIZE (openjdk8-ppc64-r522831.tar.xz) = 28740136



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052104.405L4kjQ012249>