Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 22:46:50 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c26572ceecf7 - main - x11-wm/leftwm: Ignore on armv7
Message-ID:  <202401122246.40CMkoY8091701@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit c26572ceecf71c45f35f300b0d32f6097ad76aef
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-12 09:19:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-12 22:37:11 +0000

    x11-wm/leftwm: Ignore on armv7
    
    Fails to build on armv7 with the error:
    a value of type `Vec<i32>` cannot be built from an iterator over
    elements of type `i64`
    
    Reported by:    portsfallout
---
 x11-wm/leftwm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile
index 4e1311665d02..b427424a1143 100644
--- a/x11-wm/leftwm/Makefile
+++ b/x11-wm/leftwm/Makefile
@@ -10,7 +10,7 @@ WWW=		https://leftwm.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	armv7 i386
 NOT_FOR_ARCHS_REASON=	a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64`
 
 USES=		cargo desktop-file-utils xorg



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