Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2024 12:44:46 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: 0b254ce482cd - main - lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions
Message-ID:  <202407141244.46ECikkj031233@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=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
 


home | help

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