git: d438bd61ded8 - 2025Q1 - devel/outcome: Re-add NO_ARCH=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 01:38:57 UTC
The branch 2025Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d438bd61ded8201bca59690f76636b6cdf33168e commit d438bd61ded8201bca59690f76636b6cdf33168e 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:38:54 +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 (cherry picked from commit 58f73c13155796f6396395b5089e474aae647055) --- devel/outcome/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile index 0bf9531eabda..1c93dec3debf 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