git: 58f73c131557 - main - devel/outcome: Re-add NO_ARCH=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 01:38:01 UTC
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].*