Re: git: 15b1da831b7c - main - lang/sbcl: Add aarch64 support
- In reply to: Mikael Urankar : "git: 15b1da831b7c - main - lang/sbcl: Add aarch64 support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 May 2022 06:06:48 UTC
On 05/03, Mikael Urankar wrote: > The branch main has been updated by mikael: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=15b1da831b7cbebe2762fccebcfb3b0d50b27fc9 > > commit 15b1da831b7cbebe2762fccebcfb3b0d50b27fc9 > Author: Mikael Urankar <mikael@FreeBSD.org> > AuthorDate: 2022-04-04 11:00:54 +0000 > Commit: Mikael Urankar <mikael@FreeBSD.org> > CommitDate: 2022-05-03 05:22:17 +0000 > > lang/sbcl: Add aarch64 support > > PR: 261096 > Reported by: Robert Clausecker > Approved by: krion (maintainer timeout) > --- > lang/sbcl/Makefile | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > > 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= BSD2CLAUSE PD > LICENSE_COMB= dual > LICENSE_FILE= ${WRKSRC}/COPYING > > -ONLY_FOR_ARCHS= amd64 i386 > +ONLY_FOR_ARCHS= aarch64 amd64 i386 > > LIB_DEPENDS= libgmp.so:math/gmp \ > libmpfr.so:math/mpfr > @@ -75,6 +75,8 @@ SAFEPOINT_VARS_OFF= MAKE_SH_ARGS+="--without-sb-safepoint --without-sb-thruption > SBCL_DISTFILES= ${PORTNAME}-${SBCL_BOOT_LIST:M${ARCHOS_PATTERN}}-binary${EXTRACT_SUFX}:binaries > SBCL_VARS= XC_HOST="${BOOT_WRKSRC}/src/runtime/sbcl --core ${BOOT_WRKSRC}/output/sbcl.core --noinform --disable-debugger --no-sysinit --no-userinit" > > +XC_HOST="ecl" ^^ it seems it's wrong. I'd suggest revert this commit until I come up with right patch.