Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 15:57:59 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: ebfbc8a2db02 - main - devel/lightning: enable on riscv64
Message-ID:  <202212121557.2BCFvxZv086560@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=ebfbc8a2db0223c2620278ee174f8eec5f8a5d71

commit ebfbc8a2db0223c2620278ee174f8eec5f8a5d71
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-12-12 15:57:49 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-12-12 15:57:49 +0000

    devel/lightning: enable on riscv64
---
 devel/lightning/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile
index 36bfc1d38b06..521c70244d39 100644
--- a/devel/lightning/Makefile
+++ b/devel/lightning/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.gnu.org/software/lightning/
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 mips powerpc powerpc64 powerpc64le powerpcspe sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 mips powerpc powerpc64 powerpc64le powerpcspe riscv64 sparc64
 
 USES=		cpe libtool pathfix
 CPE_VENDOR=	gnu
@@ -20,7 +20,7 @@ INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.*/ppc/:C/armv./arm/}
+PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.*/ppc/:C/armv./arm/:S/riscv64/riscv/}
 
 INFO=		lightning
 



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