Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 19:05:15 +0000
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 640532843b66 - main - devel/codebase-memory-mcp: Do not compile on 32bits
Message-ID:  <6a7237eb.341d0.6170c0c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olivier:

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

commit 640532843b664af230e7a3d20da1e4ec15575808
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2026-08-04 19:01:42 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2026-08-04 19:03:46 +0000

    devel/codebase-memory-mcp: Do not compile on 32bits
    
    Reported by:    pkg-fallout
---
 devel/codebase-memory-mcp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/codebase-memory-mcp/Makefile b/devel/codebase-memory-mcp/Makefile
index 4fd5bc910b15..394b5d3c0e06 100644
--- a/devel/codebase-memory-mcp/Makefile
+++ b/devel/codebase-memory-mcp/Makefile
@@ -14,6 +14,9 @@ USES=		gmake compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	DeusData
 
+# Assumes a 64-bit size_t; fails to build on 32-bit archs
+ONLY_FOR_ARCHS=	aarch64 amd64
+
 PLIST_FILES=	bin/codebase-memory-mcp
 SUB_FILES=	pkg-message
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7237eb.341d0.6170c0c>