pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/phoronix-test-suite (benchmarks/phoronix-te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e63423e45a6
branches:  trunk
changeset: 440518:3e63423e45a6
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 10 12:57:41 2020 +0000

description:
(benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk]

diffstat:

 benchmarks/phoronix-test-suite/distinfo                                                         |   3 +-
 benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 570367ea398b -r 3e63423e45a6 benchmarks/phoronix-test-suite/distinfo
--- a/benchmarks/phoronix-test-suite/distinfo   Sat Oct 10 12:32:24 2020 +0000
+++ b/benchmarks/phoronix-test-suite/distinfo   Sat Oct 10 12:57:41 2020 +0000
@@ -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 -r 570367ea398b -r 3e63423e45a6 benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh   Sat Oct 10 12:57:41 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index