From owner-svn-ports-all@freebsd.org Fri Aug 30 21:21:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21365D8ED6; Fri, 30 Aug 2019 21:21:10 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Ksps73z8z4ZCM; Fri, 30 Aug 2019 21:21:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D443D6484; Fri, 30 Aug 2019 21:21:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7ULL9qi017939; Fri, 30 Aug 2019 21:21:09 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7ULL9LI017937; Fri, 30 Aug 2019 21:21:09 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201908302121.x7ULL9LI017937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 30 Aug 2019 21:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510294 - head/java/bootstrap-openjdk11 X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/java/bootstrap-openjdk11 X-SVN-Commit-Revision: 510294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2019 21:21:10 -0000 Author: glewis Date: Fri Aug 30 21:21:09 2019 New Revision: 510294 URL: https://svnweb.freebsd.org/changeset/ports/510294 Log: Add 12/aarch64 support * Add a bootstrap file for FreeBSD 12.x/aarch64 * Enable aarch64 in ONLY_FOR_ARCHES on FreeBSD 12.0 and up PR: 239246 Modified: head/java/bootstrap-openjdk11/Makefile head/java/bootstrap-openjdk11/distinfo Modified: head/java/bootstrap-openjdk11/Makefile ============================================================================== --- head/java/bootstrap-openjdk11/Makefile Fri Aug 30 20:57:05 2019 (r510293) +++ head/java/bootstrap-openjdk11/Makefile Fri Aug 30 21:21:09 2019 (r510294) @@ -27,6 +27,17 @@ JDK_ARCH= ${ARCH} INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} +.include + +# Support aarch64 on FreeBSD 12 and up +.if ${OSVERSION} >= 1200500 +ONLY_FOR_ARCHS+=aarch64 +.endif + +.if ${ARCH} == aarch64 +DISTNAME= ${JDK_PORT}-${JDK_ARCH}-12-${PORTVERSION} +.endif + post-extract: -${MV} ${WRKSRC}/include/bsd ${WRKSRC}/include/freebsd @@ -35,4 +46,4 @@ do-install: @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR} @${CHMOD} a+x ${INSTALLDIR}/lib/jspawnhelper -.include +.include Modified: head/java/bootstrap-openjdk11/distinfo ============================================================================== --- head/java/bootstrap-openjdk11/distinfo Fri Aug 30 20:57:05 2019 (r510293) +++ head/java/bootstrap-openjdk11/distinfo Fri Aug 30 21:21:09 2019 (r510294) @@ -1,4 +1,6 @@ -TIMESTAMP = 1566697022 +TIMESTAMP = 1567191227 +SHA256 (bootstrap-openjdk11-aarch64-12-11.0.2.9.2.tar.xz) = 03b15627aeda4ca1e2350c713323191728468110bf6c0f2eb233e08985d590c2 +SIZE (bootstrap-openjdk11-aarch64-12-11.0.2.9.2.tar.xz) = 99517364 SHA256 (bootstrap-openjdk11-amd64-11.0.2.9.2.tar.xz) = e53f16a33fca82db960b68ea200b6146eaf8b3ec8b09f5fe1c7711d926d94ffa SIZE (bootstrap-openjdk11-amd64-11.0.2.9.2.tar.xz) = 102199460 SHA256 (bootstrap-openjdk11-i386-11.0.2.9.2.tar.xz) = 68b84741d7b8a7241fb30614881f15db3c174d973f999d34e0f53aca6190e00f