git: 683db0b43ab2 - main - lang/dotnet-runtime: Mark as not for i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 09:30:18 UTC
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