pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/yosys
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 8 18:52:41 UTC 2024
Modified Files:
pkgsrc/devel/yosys: Makefile
Log Message:
yosys: add pkg-config to TOOLS to fix build
Some cleanup while here.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/yosys/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/yosys/Makefile
diff -u pkgsrc/devel/yosys/Makefile:1.6 pkgsrc/devel/yosys/Makefile:1.7
--- pkgsrc/devel/yosys/Makefile:1.6 Sat Sep 7 02:10:28 2024
+++ pkgsrc/devel/yosys/Makefile Sun Sep 8 18:52:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/09/07 02:10:28 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2024/09/08 18:52:41 wiz Exp $
# XXX Yosys changed their release tag format in 0.45 to just a bare
# XXX number, sigh.
@@ -43,16 +43,12 @@ YOSYS_COMPILER= gcc
.endif
USE_TOOLS+= bash
+USE_TOOLS+= git
USE_TOOLS+= gmake
USE_TOOLS+= bison
USE_TOOLS+= flex
USE_TOOLS+= gawk
-
-# The Apple developer tools include git, so we don't need to
-# depend on it explicitly in that case.
-.if ${OPSYS} != "Darwin"
-TOOL_DEPENDS+= git-base>=2.39.3:../../devel/git-base
-.endif
+USE_TOOLS+= pkg-config
REPLACE_PYTHON+= backends/smt2/*.py
REPLACE_PYTHON+= docs/source/*.py
@@ -81,6 +77,5 @@ do-configure:
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-.include "../../devel/pkgconf/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index