pkgsrc-WIP-changes archive

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

semgrep: Avoid to (re)install semgrep-core and spacegrep



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 11 17:29:13 2021 +0200
Changeset:	9340d0247cef0ae6ec043c8b2beca8b751c8b707

Modified Files:
	semgrep/Makefile
	semgrep/PLIST

Log Message:
semgrep: Avoid to (re)install semgrep-core and spacegrep

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9340d0247cef0ae6ec043c8b2beca8b751c8b707

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

diffstat:
 semgrep/Makefile | 2 +-
 semgrep/PLIST    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/semgrep/Makefile b/semgrep/Makefile
index f27f46a0a8..8072f9f924 100644
--- a/semgrep/Makefile
+++ b/semgrep/Makefile
@@ -22,7 +22,7 @@ DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml
 DEPENDS+=	semgrep-core-${PKGVERSION_NOREV}{,nb[0-9]*}:../../wip/semgrep-core
 
 # Avoid to install binaries
-INSTALL_ENV+=	HOMEBREW_SYSTEM=yes
+MAKE_ENV+=	SEMGREP_SKIP_BIN=yes
 
 USE_LANGUAGES=	# none
 
diff --git a/semgrep/PLIST b/semgrep/PLIST
index c43b99feaf..aefdd8be86 100644
--- a/semgrep/PLIST
+++ b/semgrep/PLIST
@@ -19,8 +19,6 @@ ${PYSITELIB}/semgrep/autofix.pyo
 ${PYSITELIB}/semgrep/bin/__init__.py
 ${PYSITELIB}/semgrep/bin/__init__.pyc
 ${PYSITELIB}/semgrep/bin/__init__.pyo
-${PYSITELIB}/semgrep/bin/semgrep-core
-${PYSITELIB}/semgrep/bin/spacegrep
 ${PYSITELIB}/semgrep/bytesize.py
 ${PYSITELIB}/semgrep/bytesize.pyc
 ${PYSITELIB}/semgrep/bytesize.pyo


Home | Main Index | Thread Index | Old Index