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 /benchmarks/phoronix-test-suite/patches | |
parent | 2c78b9e4b03d9f09a9e9d3bd94e8f39a069f4f69 (diff) | |
download | pkgsrc-e052b60719e39ada0967c8ef9934d1b57214802a.tar.gz |
(benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk]
Diffstat (limited to 'benchmarks/phoronix-test-suite/patches')
-rw-r--r-- | benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh | 15 |
1 files changed, 15 insertions, 0 deletions
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 |