From nobody Tue May 03 06:02:08 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7C50A1ABB00C; Tue, 3 May 2022 06:02:21 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ksq9m5gDdz3Grd; Tue, 3 May 2022 06:02:20 +0000 (UTC) (envelope-from kp@krion.cc) Date: Tue, 3 May 2022 08:02:08 +0200 From: Kirill Ponomarev To: Mikael Urankar Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 15b1da831b7c - main - lang/sbcl: Add aarch64 support Message-ID: References: <202205030531.2435VnSg087811@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yobajWzYoxLXadpv" Content-Disposition: inline In-Reply-To: <202205030531.2435VnSg087811@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4Ksq9m5gDdz3Grd X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of kp@krion.cc designates 148.251.235.209 as permitted sender) smtp.mailfrom=kp@krion.cc X-Spamd-Result: default: False [-2.87 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.19)[-0.186]; FREEFALL_USER(0.00)[kp]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[krion.cc]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.71)[0.712]; MLMMJ_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main]; SIGNED_PGP(-2.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:148.251.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --yobajWzYoxLXadpv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Did you test it before you merged it? It seems tarballs in distinfo are missing. On 05/03, Mikael Urankar wrote: > The branch main has been updated by mikael: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D15b1da831b7cbebe2762fcce= bcfb3b0d50b27fc9 >=20 > commit 15b1da831b7cbebe2762fccebcfb3b0d50b27fc9 > Author: Mikael Urankar > AuthorDate: 2022-04-04 11:00:54 +0000 > Commit: Mikael Urankar > CommitDate: 2022-05-03 05:22:17 +0000 >=20 > lang/sbcl: Add aarch64 support > =20 > PR: 261096 > Reported by: Robert Clausecker > Approved by: krion (maintainer timeout) > --- > lang/sbcl/Makefile | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) >=20 > diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile > index 5266d38ca984..b857d293f8f1 100644 > --- a/lang/sbcl/Makefile > +++ b/lang/sbcl/Makefile > @@ -18,7 +18,7 @@ LICENSE=3D BSD2CLAUSE PD > LICENSE_COMB=3D dual > LICENSE_FILE=3D ${WRKSRC}/COPYING > =20 > -ONLY_FOR_ARCHS=3D amd64 i386 > +ONLY_FOR_ARCHS=3D aarch64 amd64 i386 > =20 > LIB_DEPENDS=3D libgmp.so:math/gmp \ > libmpfr.so:math/mpfr > @@ -75,6 +75,8 @@ SAFEPOINT_VARS_OFF=3D MAKE_SH_ARGS+=3D"--without-sb-saf= epoint --without-sb-thruption > SBCL_DISTFILES=3D ${PORTNAME}-${SBCL_BOOT_LIST:M${ARCHOS_PATTERN}}-binar= y${EXTRACT_SUFX}:binaries > SBCL_VARS=3D XC_HOST=3D"${BOOT_WRKSRC}/src/runtime/sbcl --core ${BOOT_WR= KSRC}/output/sbcl.core --noinform --disable-debugger --no-sysinit --no-user= init" > =20 > +XC_HOST=3D"ecl" > + > THREADS_VARS=3D MAKE_SH_ARGS+=3D"--with-sb-thread" > THREADS_VARS_OFF=3D MAKE_SH_ARGS+=3D"--without-sb-thread" > =20 > @@ -87,7 +89,10 @@ XREF_VARS_OFF=3D MAKE_SH_ARGS+=3D"--without-sb-xref-fo= r-internals" > ZLIB_VARS=3D MAKE_SH_ARGS+=3D"--with-sb-core-compression" > ZLIB_VARS_OFF=3D MAKE_SH_ARGS+=3D"--without-sb-core-compression" > =20 > -BOOTVERSION=3D 1.2.7 > +BOOTVERSION=3D ${BOOTVERSION_${ARCH}} > +BOOTVERSION_aarch64=3D 2.2.0 > +BOOTVERSION_i386=3D 1.2.7 > +BOOTVERSION_amd64=3D 1.2.7 > CONMODULES=3D asdf sb-aclrepl sb-bsd-sockets sb-cltl2 sb-concurrency sb-= cover \ > sb-executable sb-gmp sb-grovel sb-introspect sb-md5 sb-mpfr \ > sb-posix sb-queue sb-rotate-byte sb-rt sb-simple-streams \ > @@ -98,12 +103,12 @@ MAKE_SH_ARGS?=3D --prefix=3D"${PREFIX}" --xc-host=3D= "${XC_HOST}" > .if defined(DYNAMIC_SPACE_SIZE) > MAKE_SH_ARGS+=3D --dynamic-space-size=3D${DYNAMIC_SPACE_SIZE} > .endif > -SBCL_BOOT_LIST=3D ${BOOTVERSION}-x86-64-freebsd ${BOOTVERSION}-x86-freeb= sd \ > - ${BOOTVERSION}-x86-64-dragonfly > +SBCL_BOOT_LIST=3D ${BOOTVERSION}-arm64-freebsd ${BOOTVERSION}-x86-64-fre= ebsd ${BOOTVERSION}-x86-freebsd \ > + ${BOOTVERSION}-x86-64-dragonfly \ > =20 > .include > =20 > -ARCHOS_PATTERN=3D *-${ARCH:S/amd64/x86-64/:S/i386/x86/}-${OPSYS:tl}* > +ARCHOS_PATTERN=3D *-${ARCH:S/aarch64/arm64/:S/amd64/x86-64/:S/i386/x86/}= -${OPSYS:tl}* > BOOT_WRKSRC=3D ${WRKDIR}/${PORTNAME}-${SBCL_BOOT_LIST:M${ARCHOS_PATTERN}} > =20 > .if ${PORT_OPTIONS:MLINKABLE_RUNTIME} --yobajWzYoxLXadpv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAmJwxWAACgkQDyI9/LMC ykV5WwgAlYxCsrFe7hJmhGITc60J5Jfn78QnUKAICSXqWsN+eIy1BIO/kH6PfK+z uYKd84lL+kHb052qljQp89tOsHJ3GXT4r1x4bBuZZpU+oCEkT6x9fx8QMobKm6IF bq858PdBlOIgt2MzX8JbH3P4aK0EHcEgYORmZx82+JyMKZ9pHhH7VX9QFKHR4UFq 8zWcUXZLKFyP8v+rHtgoLJg+w9NW/RHMW3FQCnOKBk6Cblg3NPlZmLUBEyN2Jh0A dTjqh0S1nZRw6ypOcVOWB4aMtpvUH6FwZcToPL9+NNYu6NzlhjGDkB5xZ367lu8C OTD1xNkWuuDkYzh3xFdn973WjwwN8Q== =Ka66 -----END PGP SIGNATURE----- --yobajWzYoxLXadpv--