Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 11:50:02 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80935cadd5c5 - main - sysutils/xnvme: disable on powerpc
Message-ID:  <202402111150.41BBo25B088128@gitrepo.freebsd.org>

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

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

commit 80935cadd5c5a63593f27248b6dfe44526a7fe88
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-09 21:37:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:49:00 +0000

    sysutils/xnvme: disable on powerpc
---
 sysutils/xnvme/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/xnvme/Makefile b/sysutils/xnvme/Makefile
index a3fbf8755f01..2a399b612bb2 100644
--- a/sysutils/xnvme/Makefile
+++ b/sysutils/xnvme/Makefile
@@ -10,7 +10,7 @@ WWW=		https://xnvme.io/
 
 LICENSE=	BSD3CLAUSE
 
-NOT_FOR_ARCHS=	armv7 i386
+NOT_FOR_ARCHS=	armv7 i386 powerpc
 NOT_FOR_ARCHS_REASON=	use of types with platform-specific length
 
 USES=		meson



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