Date: Sat, 4 Jan 2025 09:37:09 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: 884a047f9d98 - main - devel/outcome: Broken on armv7 Message-ID: <202501040937.5049b9YH064524@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=884a047f9d981ac31fe6e96dd5557b7042d8a873 commit 884a047f9d981ac31fe6e96dd5557b7042d8a873 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-04 09:36:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-04 09:36:40 +0000 devel/outcome: Broken on armv7 Reported by: fallout --- devel/outcome/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile index 443439189fe4..d6c9f407ef5e 100644 --- a/devel/outcome/Makefile +++ b/devel/outcome/Makefile @@ -10,6 +10,8 @@ WWW= https://ned14.github.io/outcome/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/Licence.txt +BROKEN_armv7= fails to compile due to inline assembly, see https://github.com/ned14/outcome/issues/309 + BUILD_DEPENDS= ${LOCALBASE}/include/quickcpplib/config.hpp:devel/quickcpplib RUN_DEPENDS= ${LOCALBASE}/include/quickcpplib/config.hpp:devel/quickcpplib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501040937.5049b9YH064524>