Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 05:48:13 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: c3bb8477e5ce - main - devel/boxfort: Not for powerpc* architectures
Message-ID:  <202401120548.40C5mDYg064445@gitrepo.freebsd.org>

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

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

commit c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 05:47:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 05:47:42 +0000

    devel/boxfort: Not for powerpc* architectures
    
    Reported by:    https://portsfallout.com/
---
 devel/boxfort/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/boxfort/Makefile b/devel/boxfort/Makefile
index dbff43ff749c..23d2abeb0ff4 100644
--- a/devel/boxfort/Makefile
+++ b/devel/boxfort/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/Snaipe/BoxFort
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		powerpc powerpc64 powerpc64le
+NOT_FOR_ARCHS_REASON=	configure error: Problem encountered: Architecture "ppc64" is not supported (and similar messages about other architectures)
+
 USES=		meson
 USE_LDCONFIG=	yes
 



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