View | Details | Raw Unified | Return to bug 266653 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/llvm70/Makefile (+3 lines)
Lines 11-16 MAINTAINER= brooks@FreeBSD.org Link Here
11
COMMENT=	LLVM and Clang
11
COMMENT=	LLVM and Clang
12
WWW=		https://llvm.org/
12
WWW=		https://llvm.org/
13
13
14
DEPRECATED=	Unsupported upstream and end of life, please consider upgrading to a newer version
15
EXPIRATION_DATE=2022-12-31
16
14
.include "${.CURDIR}/../llvm-devel/Makefile.LICENSE"
17
.include "${.CURDIR}/../llvm-devel/Makefile.LICENSE"
15
18
16
LLVM_RELEASE=	${DISTVERSION:C/rc.*//}
19
LLVM_RELEASE=	${DISTVERSION:C/rc.*//}
(-)b/lang/ldc/Makefile (+3 lines)
Lines 10-15 WWW= https://wiki.dlang.org/LDC Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
DEPRECATED=	Very outdated and unsupported upstream, depends on end of life devel/llvm70
14
EXPIRATION_DATE=2022-12-31
15
13
BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
16
BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
14
BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
17
BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
15
BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)
18
BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)

Return to bug 266653