pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/phoronix-test-suite



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Oct 10 12:57:41 UTC 2020

Modified Files:
        pkgsrc/benchmarks/phoronix-test-suite: distinfo
Added Files:
        pkgsrc/benchmarks/phoronix-test-suite/patches:
            patch-pts-core_static_sample-pts-client-update-script.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/phoronix-test-suite/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh

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

Modified files:

Index: pkgsrc/benchmarks/phoronix-test-suite/distinfo
diff -u pkgsrc/benchmarks/phoronix-test-suite/distinfo:1.5 pkgsrc/benchmarks/phoronix-test-suite/distinfo:1.6
--- pkgsrc/benchmarks/phoronix-test-suite/distinfo:1.5  Mon Jun 10 02:48:23 2019
+++ pkgsrc/benchmarks/phoronix-test-suite/distinfo      Sat Oct 10 12:57:41 2020
@@ -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

Added files:

Index: pkgsrc/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh
diff -u /dev/null pkgsrc/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh:1.1
--- /dev/null   Sat Oct 10 12:57:41 2020
+++ pkgsrc/benchmarks/phoronix-test-suite/patches/patch-pts-core_static_sample-pts-client-update-script.sh      Sat Oct 10 12:57:41 2020
@@ -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