Wed May 8 11:37:51 2024 UTC (18d)
ghdl: mark as BROKEN, does not suport llvm 17


(wiz)
diff -r1.18 -r1.19 pkgsrc/cad/ghdl/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/cad/ghdl/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/ghdl/Makefile 2024/01/02 00:43:09 1.18
+++ pkgsrc/cad/ghdl/Makefile 2024/05/08 11:37:51 1.19
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.18 2024/01/02 00:43:09 ryoon Exp $ 1# $NetBSD: Makefile,v 1.19 2024/05/08 11:37:51 wiz Exp $
2 2
3DISTNAME= ghdl-3.0.0 3DISTNAME= ghdl-3.0.0
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= cad 5CATEGORIES= cad
6MASTER_SITES= ${MASTER_SITE_GITHUB:=ghdl/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ghdl/}
7GITHUB_PROJECT= ghdl 7GITHUB_PROJECT= ghdl
8GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://ghdl.github.io/ghdl/ 11HOMEPAGE= https://ghdl.github.io/ghdl/
12COMMENT= Open-source simulator/compiler/analyzer for the VHDL 12COMMENT= Open-source simulator/compiler/analyzer for the VHDL
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15#BROKEN= "Does not support llvm 16." 15BROKEN= "Does not support llvm 17."
16 16
17USE_TOOLS+= bash:run gmake 17USE_TOOLS+= bash:run gmake
18 18
19USE_LANGUAGES+= c c++ # ada 19USE_LANGUAGES+= c c++ # ada
20 20
21# lang/gcc10-aux does not support RELRO 21# lang/gcc10-aux does not support RELRO
22# and this package should use same condition. 22# and this package should use same condition.
23RELRO_SUPPORTED= no 23RELRO_SUPPORTED= no
24MKPIE_SUPPORTED= no 24MKPIE_SUPPORTED= no
25 25
26REPLACE_BASH= scripts/vendors/*.sh 26REPLACE_BASH= scripts/vendors/*.sh
27## This approach to use __time50() and __ctime50() is unavailable 27## This approach to use __time50() and __ctime50() is unavailable
28## because Ada language would not accept symbols start with '_'. 28## because Ada language would not accept symbols start with '_'.