git: 7a9f522264a9 - 2024Q3 - lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 17 Jul 2024 18:37:22 UTC
The branch 2024Q3 has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a9f522264a9432803474df8e30d7d49c10e4665

commit 7a9f522264a9432803474df8e30d7d49c10e4665
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-07-14 12:44:13 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-17 18:37:15 +0000

    lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit 0b254ce482cd00af591ecca7325754ae08ac06c9)
---
 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