Date: Thu, 2 Jan 2025 07:32:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 05c184d5c596 - main - devel/rye: Add ONLY_FOR_ARCHS Message-ID: <202501020732.5027W4tb043163@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=05c184d5c596211b79abfa5c87a817e337fb3a92 commit 05c184d5c596211b79abfa5c87a817e337fb3a92 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-02 07:31:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-02 07:31:31 +0000 devel/rye: Add ONLY_FOR_ARCHS Reported by: fallout --- devel/rye/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rye/Makefile b/devel/rye/Makefile index 53fe748334f0..b81521c2be86 100644 --- a/devel/rye/Makefile +++ b/devel/rye/Makefile @@ -1,6 +1,5 @@ PORTNAME= rye DISTVERSION= 0.43.0 -PORTREVISION= 0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -11,7 +10,8 @@ WWW= https://rye-up.com \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= link fails: ld: error: undefined symbol: __atomic_is_lock_free +ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= error: This crate works only on `aarch64`, `loongarch64`, `x86`, and `x86-64` targets. (crate cpufeatures-0.2.12) BUILD_DEPENDS= gmake:devel/gmake LIB_DEPENDS= libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020732.5027W4tb043163>