Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2024 09:26: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: 4b23b8c303f7 - main - sysutils/conserve: Broken on armv7
Message-ID:  <202412220926.4BM9Q9NW009755@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b23b8c303f7c037d22c11df7cd66890c72f860a

commit 4b23b8c303f7c037d22c11df7cd66890c72f860a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-22 03:52:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-22 09:26:02 +0000

    sysutils/conserve: Broken on armv7
    
    Reported by:    fallout
---
 sysutils/conserve/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile
index e1dd3c7ea7c4..2a8ab8e1d69b 100644
--- a/sysutils/conserve/Makefile
+++ b/sysutils/conserve/Makefile
@@ -11,6 +11,7 @@ WWW=		https://github.com/sourcefrog/conserve
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv7=	rust/llvm runs out of memory
 BROKEN_i386=	rust/llvm runs out of memory
 
 USES=		cargo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412220926.4BM9Q9NW009755>