Wed May 24 15:51:58 2023 UTC ()
creduce: mention llvm 16 patch as comment


(nikita)
diff -r1.24 -r1.25 pkgsrc/devel/creduce/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/devel/creduce/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/creduce/Makefile 2023/04/19 08:09:39 1.24
+++ pkgsrc/devel/creduce/Makefile 2023/05/24 15:51:58 1.25
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:39 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2023/05/24 15:51:58 nikita Exp $
2 2
3DISTNAME= creduce-2.10.0 3DISTNAME= creduce-2.10.0
4PKGREVISION= 13 4PKGREVISION= 13
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://embed.cs.utah.edu/creduce/ 6MASTER_SITES= https://embed.cs.utah.edu/creduce/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://embed.cs.utah.edu/creduce/ 9HOMEPAGE= https://embed.cs.utah.edu/creduce/
10COMMENT= Tool for automatic reduction of C/C++ files triggering bugs 10COMMENT= Tool for automatic reduction of C/C++ files triggering bugs
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite 13DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
14DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which 14DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
15DEPENDS+= p5-Getopt-Tabular-[0-9]*:../../devel/p5-Getopt-Tabular 15DEPENDS+= p5-Getopt-Tabular-[0-9]*:../../devel/p5-Getopt-Tabular
16DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey 16DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
17DEPENDS+= p5-Sys-CPU-[0-9]*:../../sysutils/p5-Sys-CPU 17DEPENDS+= p5-Sys-CPU-[0-9]*:../../sysutils/p5-Sys-CPU
18DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common 18DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
19 19
20BROKEN= "Needs to be updated to work with llvm-13.0.0" 20BROKEN= "Needs to be updated to work with llvm-13.0.0"
21# https://github.com/csmith-project/creduce/issues/232 21# https://github.com/csmith-project/creduce/issues/232
 22# llvm 16 pending: https://github.com/csmith-project/creduce/pull/254
22 23
23USE_LANGUAGES= c c++14 24USE_LANGUAGES= c c++14
24USE_TOOLS+= flex perl:run gmake 25USE_TOOLS+= flex perl:run gmake
25GNU_CONFIGURE= yes 26GNU_CONFIGURE= yes
26TEST_TARGET= check 27TEST_TARGET= check
27 28
28.include "../../lang/clang/buildlink3.mk" 29.include "../../lang/clang/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"