Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2025 05:10:00 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 490230b0976e - 2025Q1 - lang/dotnet8: Fix build after the LLVM_DEFAULT bump
Message-ID:  <202503250510.52P5A0EZ063436@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q1 has been updated by arrowd:

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

commit 490230b0976e82e75a7c105e18099bcc400ce16f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-01 13:13:28 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-25 05:09:38 +0000

    lang/dotnet8: Fix build after the LLVM_DEFAULT bump
    
    PR:             285085
    (cherry picked from commit 0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad)
---
 lang/dotnet8/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile
index b9f59ac093cc..23e3cf89d364 100644
--- a/lang/dotnet8/Makefile
+++ b/lang/dotnet8/Makefile
@@ -31,7 +31,7 @@ LIB_DEPENDS=	libicuuc.so:devel/icu \
 RUN_DEPENDS=	terminfo-db>0:misc/terminfo-db \
 		dotnet:lang/dotnet-runtime
 
-USES=		autoreconf:build gssapi:mit llvm:noexport nodejs pkgconfig \
+USES=		autoreconf:build gssapi:mit llvm:noexport,max=17 nodejs pkgconfig \
 		python:build,3.9+ shebangfix ssl
 
 USE_GITHUB=	yes


home | help

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