git: 0b254ce482cd - main - lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sun, 14 Jul 2024 12:44:46 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b254ce482cd00af591ecca7325754ae08ac06c9

commit 0b254ce482cd00af591ecca7325754ae08ac06c9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-07-14 12:44:13 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-14 12:44:13 +0000

    lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions
    
    Reported by:    pkg-fallout
---
 lang/dotnet/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile
index 566bc01a0ddb..aae84e999405 100644
--- a/lang/dotnet/Makefile
+++ b/lang/dotnet/Makefile
@@ -63,7 +63,7 @@ PLIST_SUB=			DOTNET_ARCH=${DOTNET_ARCH} FULL_DOTNETVERSION=${PORTVERSION} \
 LIB_DEPENDS+=	libcrypto.so.111:misc/compat13x
 .endif
 
-.if ${OSVERSION} >= 1500000 && ${ARCH} == aarch64
+.if ${ARCH} == aarch64
 BROKEN=		"crossgen2" exited with code 139
 .endif