Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2025 11:31:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1bbe39c25ceb - 2025Q1 - misc/koboldcpp: portable flavor is only defined on amd64
Message-ID:  <202501161131.50GBVCVf051102@gitrepo.freebsd.org>

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

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

commit 1bbe39c25cebbe6451b408ba1c559a406b5cce95
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-11 09:24:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-16 11:31:07 +0000

    misc/koboldcpp: portable flavor is only defined on amd64
    
    Reported by:    fallout
    
    (cherry picked from commit 0883482613ab98fc34cc95ef3d27a3d4f8973c30)
---
 misc/koboldcpp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/koboldcpp/Makefile b/misc/koboldcpp/Makefile
index ffdfced69ae9..c938437afbfb 100644
--- a/misc/koboldcpp/Makefile
+++ b/misc/koboldcpp/Makefile
@@ -68,8 +68,8 @@ do-install:
 
 .include <bsd.port.pre.mk>
 
-.if (${ARCH} == aarch64 || ${ARCH} == armv7) && ${FLAVOR} == portable
-IGNORE=	portable flavor isn't defined on arm* because it is based on AVX2, etc. (?)
+.if ${ARCH} != amd64
+IGNORE=	portable flavor isn't defined on ${ARCH} because it is based on AVX2, etc. (?)
 .endif
 
 .include <bsd.port.post.mk>



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