diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 23:09:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 23:09:11 +0800 |
commit | 74f1c9995b2549419408c8cf76a7a9d323b97c03 (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/smhasher | |
parent | 7a5b7946f3234363680fa169a554250dc5525a55 (diff) | |
download | freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.gz freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.zst freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.zip |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'benchmarks/smhasher')
-rw-r--r-- | benchmarks/smhasher/files/patch-Platform.cpp (renamed from benchmarks/smhasher/files/patch-smhasher-Platform.cpp) | 6 | ||||
-rw-r--r-- | benchmarks/smhasher/files/patch-Platform.h (renamed from benchmarks/smhasher/files/patch-smhasher-Platform.h) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/smhasher/files/patch-smhasher-Platform.cpp b/benchmarks/smhasher/files/patch-Platform.cpp index f1fd73f87b8a..14311fb21cc2 100644 --- a/benchmarks/smhasher/files/patch-smhasher-Platform.cpp +++ b/benchmarks/smhasher/files/patch-Platform.cpp @@ -1,6 +1,6 @@ ---- Platform.cpp 2015-03-30 17:26:46.000000000 -0400 -+++ Platform.cpp.new 2015-03-30 17:26:56.000000000 -0400 -@@ -19,6 +19,38 @@ +--- Platform.cpp.orig 2014-04-22 21:40:50 UTC ++++ Platform.cpp +@@ -19,6 +19,38 @@ void SetAffinity ( int cpu ) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST); } diff --git a/benchmarks/smhasher/files/patch-smhasher-Platform.h b/benchmarks/smhasher/files/patch-Platform.h index c2df8b7c99fa..fcbce0b38a5b 100644 --- a/benchmarks/smhasher/files/patch-smhasher-Platform.h +++ b/benchmarks/smhasher/files/patch-Platform.h @@ -1,6 +1,6 @@ ---- Platform.h 2015-03-30 17:28:57.000000000 -0400 -+++ Platform.h.new 2015-03-30 17:28:51.000000000 -0400 -@@ -39,6 +39,9 @@ +--- Platform.h.orig 2014-04-22 21:40:50 UTC ++++ Platform.h +@@ -39,6 +39,9 @@ void SetAffinity ( int cpu ); #else // defined(_MSC_VER) #include <stdint.h> |