pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/google-benchmark



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 13:32:18 UTC 2020

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile

Log Message:
benchmark/google-benchmark: remove runtime dependency on Python


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/benchmarks/google-benchmark/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.6 pkgsrc/benchmarks/google-benchmark/Makefile:1.7
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.6     Sat Mar 21 17:27:24 2020
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sun Apr 26 13:32:18 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/03/21 17:27:24 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/26 13:32:18 rillig Exp $
 
 DISTNAME=      benchmark-1.5
 PKGNAME=       google-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=        benchmark
@@ -20,6 +21,7 @@ TEST_TARGET=  test
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+PYTHON_FOR_BUILD_ONLY= yes
 REPLACE_PYTHON=                *.py */*.py */*/*.py
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index