pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/ghdl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 25 10:23:25 UTC 2023

Modified Files:
        pkgsrc/cad/ghdl: Makefile

Log Message:
ghdl: mark as BROKEN

Configure step fails due to unsupported llvm 16.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/ghdl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/ghdl/Makefile
diff -u pkgsrc/cad/ghdl/Makefile:1.15 pkgsrc/cad/ghdl/Makefile:1.16
--- pkgsrc/cad/ghdl/Makefile:1.15       Wed Nov  8 13:18:12 2023
+++ pkgsrc/cad/ghdl/Makefile    Mon Dec 25 10:23:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/11/08 13:18:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/12/25 10:23:25 wiz Exp $
 
 DISTNAME=      ghdl-3.0.0
 PKGREVISION=   1
@@ -12,6 +12,8 @@ HOMEPAGE=     https://ghdl.github.io/ghdl/
 COMMENT=       Open-source simulator/compiler/analyzer for the VHDL
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Does not support llvm 16."
+
 USE_TOOLS+=            bash:run gmake
 
 USE_LANGUAGES+=                c c++ # ada



Home | Main Index | Thread Index | Old Index