Date: Tue, 7 Jan 2025 01:38:01 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: 58f73c131557 - main - devel/outcome: Re-add NO_ARCH=yes Message-ID: <202501070138.5071c1Vh052817@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=58f73c13155796f6396395b5089e474aae647055 commit 58f73c13155796f6396395b5089e474aae647055 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-07 01:35:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-07 01:35:20 +0000 devel/outcome: Re-add NO_ARCH=yes Tests are built by default by mistake which caused the armv7 problem from bug#283840. PR: 283840 --- devel/outcome/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile index 0bf9531eabda..9e1c03cd6e32 100644 --- a/devel/outcome/Makefile +++ b/devel/outcome/Makefile @@ -1,6 +1,7 @@ PORTNAME= outcome DISTVERSIONPREFIX= v DISTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -24,6 +25,7 @@ CMAKE_TESTING_ON= BUILD_TESTING OUTCOME_ENABLE_DEPENDENCY_SMOKE_TEST CMAKE_ARGS= -Dquickcpplib_DIR=${LOCALBASE}/lib/cmake/quickcpplib NO_BUILD= yes +NO_ARCH= yes PORTSCOUT= limit:^.*[0-9]\.[0-9].*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501070138.5071c1Vh052817>