git: f9f973c4fb8c - main - lang/ldc: Mark BROKEN on FreBSD 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 13 Aug 2023 13:12:23 UTC
The branch main has been updated by bofh:

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

commit f9f973c4fb8c980c05aa5e79f37eb1f0adef31bc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-10 20:28:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-13 13:12:13 +0000

    lang/ldc: Mark BROKEN on FreBSD 14
    
    Fails to compile with lots of:
    /bin/sh: cannot open stdin: No such file or directory
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 lang/ldc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile
index bbb985cd2317..38358da368ae 100644
--- a/lang/ldc/Makefile
+++ b/lang/ldc/Makefile
@@ -15,6 +15,7 @@ BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you me
 BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
 BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)
 BROKEN_riscv64=	fails to compile: unable to get target for 'riscv64-portbld-freebsd13.0', see -version and -mtriple.
+BROKEN_FreeBSD_14=	fails to compile: cannot open stdin: No such file or directory
 
 BUILD_DEPENDS=	gdmd>0:devel/gdmd
 RUN_DEPENDS=	llvm${_LLVM_VER}>0:devel/llvm${_LLVM_VER}