Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2024 09:30:18 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 683db0b43ab2 - main - lang/dotnet-runtime: Mark as not for i386
Message-ID:  <202412070930.4B79UIcS010151@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit 683db0b43ab27bd51821768c50c2f2bd7238c47f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-12-07 09:20:32 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-12-07 09:29:56 +0000

    lang/dotnet-runtime: Mark as not for i386
    
    Reported by:    pkg-fallout
---
 lang/dotnet-runtime/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/dotnet-runtime/Makefile b/lang/dotnet-runtime/Makefile
index fc1d93b0dacf..60c84558eaf3 100644
--- a/lang/dotnet-runtime/Makefile
+++ b/lang/dotnet-runtime/Makefile
@@ -9,6 +9,9 @@ WWW=		https://dot.net
 
 LICENSE=	MIT
 
+NOT_FOR_ARCHS=		i386
+NOT_FOR_ARCHS_REASON=	eng/native/functions.cmake:7: 'i386' is an unsupported architecture.
+
 BUILD_DEPENDS=	bash:shells/bash
 
 USES=		cmake:indirect llvm:noexport ssl


home | help

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