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:           Tue Jun 24 11:12:02 UTC 2025

Modified Files:
        pkgsrc/cad/ghdl: Makefile

Log Message:
ghdl: mark as BROKEN since it doesn't support llvm19

Newer versions available upstream


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/cad/ghdl/Makefile:1.27
--- pkgsrc/cad/ghdl/Makefile:1.26       Fri May  9 19:37:09 2025
+++ pkgsrc/cad/ghdl/Makefile    Tue Jun 24 11:12:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/05/09 19:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/06/24 11:12:02 wiz Exp $
 
 DISTNAME=      ghdl-4.1.0
 PKGREVISION=   5
@@ -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 19."
+
 USE_TOOLS+=            bash:run gmake
 
 USE_LANGUAGES+=                c c++ # ada



Home | Main Index | Thread Index | Old Index