summaryrefslogtreecommitdiff
path: root/app-benchmarks/tiobench
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /app-benchmarks/tiobench
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'app-benchmarks/tiobench')
-rw-r--r--app-benchmarks/tiobench/Manifest3
-rw-r--r--app-benchmarks/tiobench/files/0.3.3-LDFLAGS.patch12
-rw-r--r--app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch21
-rw-r--r--app-benchmarks/tiobench/files/0.3.3-glibc-2.16.patch21
4 files changed, 0 insertions, 57 deletions
diff --git a/app-benchmarks/tiobench/Manifest b/app-benchmarks/tiobench/Manifest
index e7b6cc04c19c..01db341aa397 100644
--- a/app-benchmarks/tiobench/Manifest
+++ b/app-benchmarks/tiobench/Manifest
@@ -1,6 +1,3 @@
-AUX 0.3.3-LDFLAGS.patch 470 BLAKE2B e5cb42d7240892554d19ffe683a1e0459eb3806ad701f35fb36f95bf7c9f63557a3647cd1bb13605ba3c5aeac4f9deae5139d1c3e8711089f0614842cff26d1c SHA512 2c352d6ba3f6c3cb669ce0a0fe51390a02b6ed2f34436464561c45de08143d3fd14fccf609c9f8c1332a1ad2349b78b40e2a648f1b36caf521a793b8ee8c6c6a
-AUX 0.3.3-column-description-fix.patch 1032 BLAKE2B f7192e98ca0a3d07908a4d28439323731431175edafa0418d2ea8e29c94ed33e39106b3a517788a2c8e26e3d1f18bf15f54edb44ef8ef070cb1cd021d05a44fc SHA512 b34ad47a75d99bb24ae04f2e2e578c1e957b8459250f201e35d535c3c70731d5e792ccff67192b0c4fa9b634e8e099539b94ba22de8bb37cf80c0f4851cf1883
-AUX 0.3.3-glibc-2.16.patch 717 BLAKE2B e84b218b44699d257515c5174b66bd890f2a8ef5835d33fda1bb77f093afe3f3b429cfbeaea1b288b0db127265208c53ffa07d9ac923e88d8e7a4ad2f02b33d7 SHA512 6ca5a5654f703243aeee5428c8dc133df97f47e55f536e6c9aa89455b54f0578b4af19119ad7bf868844fcf531b8fb93a1b4d9ad1f44527746b9c87c456d6cde
AUX tiobench-0.4.2-fix-perl-shebang.patch 1530 BLAKE2B c6800722dbd5edadd1ed37142d153639c73ddc2fdba50782ddf7dda1e658108a1826411b3e3ef3e49014d8e01237969bc50e0e59725536fccb3a7866699637ed SHA512 baba72c336006d3f2c69768720bb076b8f2750d72252cf19b74e4f5b9e0140e74de1edfc63da674f26d24d675f4e00201be61f98cd7fd164b1c13cfab49f3b38
AUX tiobench-0.4.2-gcc5.patch 1309 BLAKE2B 7c432efee2225afe0f2e35688d19b735b7cff6f21605570b70be446d1e92d6feee477403a37d83351cacec56310a2e0bdc8dc08153b4dc0631b363419a3cf784 SHA512 f462c4eab88aa707a8383fec9e6e8c15f72237ef3d67f8481d2d6abef855f68b5a4281a7a1f1668b968df988e9ac283e4aabb2dfaf68b33cd3430a90e59f97a7
DIST tiobench-0.4.2.tar.gz 32182 SHA256 d6166edd6892725d413566ffe348d58927726fa7fa000efb384f7bcccad2e0ba SHA512 02e82d86ee889a366c1a00d4fb49f63d926e44ba6e2f297212479a5c13abe008b62c12d44483de7e971b5ebf875d5c07847f1d69dd11b2e87a050e27d8f9f09f WHIRLPOOL 8b6e5601b3079943eb1c7adf2d2fb12d05f36eaba19552c76b042b37743b0ceda5e5fd105cd64db6c0b2c111e20f9c54424113a427ad7b790a01a714c2bc1f87
diff --git a/app-benchmarks/tiobench/files/0.3.3-LDFLAGS.patch b/app-benchmarks/tiobench/files/0.3.3-LDFLAGS.patch
deleted file mode 100644
index 9145ae47044a..000000000000
--- a/app-benchmarks/tiobench/files/0.3.3-LDFLAGS.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur tiobench-0.3.3.orig/Makefile tiobench-0.3.3/Makefile
---- tiobench-0.3.3.orig/Makefile 2002-03-13 20:22:55.000000000 +0000
-+++ tiobench-0.3.3/Makefile 2006-09-16 17:07:21.181644608 +0000
-@@ -34,7 +34,7 @@
- $(CC) -c $(CFLAGS) $(DEFINES) tiotest.c -o tiotest.o
-
- $(EXE): tiotest.o crc32.o
-- $(LINK) -o $(EXE) tiotest.o crc32.o -lpthread
-+ $(LINK) -o $(EXE) $(LDFLAGS) tiotest.o crc32.o -lpthread
- @echo
- @echo "./tiobench.pl --help for usage options"
- @echo
diff --git a/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch b/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch
deleted file mode 100644
index b3ebb90b33e1..000000000000
--- a/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- tiobench.pl 2005-02-23 00:21:33.000000000 +0100
-+++ tiobench.pl 2005-03-15 18:11:19.000000000 +0100
-@@ -168,6 +168,8 @@
- $stat_data{$identifier}{$thread}{$size}{$block}{$field}{'stime'} ) /
- $stat_data{$identifier}{$thread}{$size}{$block}{$field}{'time'};
- $stat_data{$identifier}{$thread}{$size}{$block}{$field}{'cpueff'} =
-+ ($stat_data{$identifier}{$thread}{$size}{$block}{$field}{'cpu'} == 0) ?
-+ '0' :
- ($stat_data{$identifier}{$thread}{$size}{$block}{$field}{'rate'} /
- ($stat_data{$identifier}{$thread}{$size}{$block}{$field}{'cpu'}/100));
- }
-@@ -196,6 +198,9 @@
- $report{'SEQ_WRITES'} = "Sequential Writes";
- $report{'RAND_WRITES'} = "Random Writes";
-
-+# The top is the same for all 4 reports
-+$^ = 'SEQ_READS_TOP';
-+
- foreach my $title ('SEQ_READS', 'RAND_READS', 'SEQ_WRITES', 'RAND_WRITES') {
- $-=0; $~="$title"; $^L=''; # reporting variables
- print "\n$report{$title}\n";
diff --git a/app-benchmarks/tiobench/files/0.3.3-glibc-2.16.patch b/app-benchmarks/tiobench/files/0.3.3-glibc-2.16.patch
deleted file mode 100644
index fed845a51d62..000000000000
--- a/app-benchmarks/tiobench/files/0.3.3-glibc-2.16.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur tiobench-0.3.3.orig/tiotest.c tiobench-0.3.3/tiotest.c
---- tiobench-0.3.3.orig/tiotest.c 2001-03-05 02:34:00.000000000 +0000
-+++ tiobench-0.3.3/tiotest.c 2012-11-04 22:44:41.695677071 +0000
-@@ -31,7 +31,7 @@
- */
- ArgumentOptions args;
-
--static void * aligned_alloc(ssize_t size)
-+static void * tio_aligned_alloc(ssize_t size)
- {
- caddr_t a;
- a = mmap((caddr_t )0, size,
-@@ -281,7 +281,7 @@
- pthread_attr_setscope(&(d->threads[i].thread_attr),
- PTHREAD_SCOPE_SYSTEM);
-
-- d->threads[i].buffer = aligned_alloc( d->threads[i].blockSize );
-+ d->threads[i].buffer = tio_aligned_alloc( d->threads[i].blockSize );
- if( d->threads[i].buffer == NULL )
- {
- perror("Error allocating memory");