pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
semgrep-core: add some missing tool dependencies
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Aug 12 20:14:00 2021 +0200
Changeset: 2b30bb8588397f4fc74562fe044a02b451ddbcee
Modified Files:
semgrep-core/Makefile
Log Message:
semgrep-core: add some missing tool dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b30bb8588397f4fc74562fe044a02b451ddbcee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
semgrep-core/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/semgrep-core/Makefile b/semgrep-core/Makefile
index da40f7be2d..eb861a4d03 100644
--- a/semgrep-core/Makefile
+++ b/semgrep-core/Makefile
@@ -16,10 +16,11 @@ COMMENT= Lightweight static analysis for many languages
LICENSE= gnu-lgpl-v2.1
TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+= mccs-[0-9]*:../../wip/mccs
UNLIMIT_RESOURCES+= stacksize # needed by parsexp
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config bash:build
WRKSRC= ${WRKDIR}/semgrep
MAKE_ENV+= HOMEBREW_SYSTEM=fake
Home |
Main Index |
Thread Index |
Old Index