diff options
author | mef <mef@pkgsrc.org> | 2020-10-10 12:57:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-10-10 12:57:41 +0000 |
commit | e052b60719e39ada0967c8ef9934d1b57214802a (patch) | |
tree | 0650b16a071d0d04ee3a3311140b1668f2fd94a4 | |
parent | 2c78b9e4b03d9f09a9e9d3bd94e8f39a069f4f69 (diff) | |
download | pkgsrc-e052b60719e39ada0967c8ef9934d1b57214802a.tar.gz |
(benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk]
-rw-r--r-- | benchmarks/phoronix-test-suite/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/distinfo b/benchmarks/phoronix-test-suite/distinfo index 1c2ba3120f5..706f4ebd70f 100644 --- a/benchmarks/phoronix-test-suite/distinfo +++ b/benchmarks/phoronix-test-suite/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2019/06/10 02:48:23 jym Exp $ +$NetBSD: distinfo,v 1.6 2020/10/10 12:57:41 mef Exp $ SHA1 (phoronix-test-suite-8.8.1.tar.gz) = 079676796c52fc9afbc3cbfde7488fb47cf0a4a4 RMD160 (phoronix-test-suite-8.8.1.tar.gz) = 4236bc53588a9a32337f0c74d4bc1f44f3fd5300 SHA512 (phoronix-test-suite-8.8.1.tar.gz) = 3395eee510f546447173306152704b9729a39a04062459a8153badcf53c6a63ae294833e377667cf521ee4e73c4b3ed175bacc1e7baa27a33cf6bd1a87338c25 Size (phoronix-test-suite-8.8.1.tar.gz) = 904758 bytes SHA1 (patch-install-sh) = bdabbdccf8bb106cd1d48106cd40822cf997450e +SHA1 (patch-pts-core_static_sample-pts-client-update-script.sh) = e611f5f776ee645e181a8939d71a09aed5279b0e diff --git a/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh b/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh new file mode 100644 index 00000000000..e99ee33d639 --- /dev/null +++ b/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh @@ -0,0 +1,15 @@ +$NetBSD: patch-pts-core_static_sample-pts-client-update-script.sh,v 1.1 2020/10/10 12:57:41 mef Exp $ + +ERROR: [check-portability.awk] => Found test ... == ... + +--- pts-core/static/sample-pts-client-update-script.sh.orig 2019-05-30 15:01:30.000000000 +0000 ++++ pts-core/static/sample-pts-client-update-script.sh +@@ -20,7 +20,7 @@ fi + cd /phoronix-test-suite + CURRENT_GIT_COMMIT=`git rev-parse HEAD` + +-if [ "$GIT_COMMIT_TO_USE" != "$CURRENT_GIT_COMMIT" ] || [ "$FRESH_CLONE" == "1" ] ++if [ "$GIT_COMMIT_TO_USE" != "$CURRENT_GIT_COMMIT" ] || [ "$FRESH_CLONE" = "1" ] + then + git checkout master + git pull |