diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-27 11:31:34 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-27 11:32:16 +0300 |
commit | 753fc234c794dbcbdd74fb07910bbbcf3571e5d3 (patch) | |
tree | f45fda806ac5538dcc298f8ed4e40d83b7b4b23d /lang | |
parent | bd7fc77528fe074794d3a76e76db1fc7958185c6 (diff) | |
download | freebsd-ports-753fc234c794dbcbdd74fb07910bbbcf3571e5d3.zip |
lang/dotnet: Mark BROKEN on 15-CURRENT aarch64
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dotnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index 7de7853cb40c..7334e99cbf9b 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -63,6 +63,10 @@ PLIST_SUB= DOTNET_ARCH=${DOTNET_ARCH} FULL_DOTNETVERSION=${PORTVERSION} \ LIB_DEPENDS+= libcrypto.so.111:misc/compat13x .endif +.if ${OSVERSION} >= 1500000 && ${ARCH} == aarch64 +BROKEN= "crossgen2" exited with code 139 +.endif + post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/release.json-${PORTVERSION} ${WRKSRC}/release.json |