diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-11-05 19:47:51 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-11-05 19:47:51 +0000 |
commit | 2c3bca2c675d2e4a6b67b2abfa2169797e804bd1 (patch) | |
tree | 690c7565e8f56ff58fb8113a32b27e5cce8dbb54 /benchmarks/hbench | |
parent | af7b0c42b95f268864277dbaec5243815c83f1d8 (diff) | |
download | pkgsrc-2c3bca2c675d2e4a6b67b2abfa2169797e804bd1.tar.gz |
Regenerate hand-edited patches so that the Mac OS X patch program
can apply them.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/distinfo | 8 | ||||
-rw-r--r-- | benchmarks/hbench/patches/patch-ab | 12 | ||||
-rw-r--r-- | benchmarks/hbench/patches/patch-ac | 12 | ||||
-rw-r--r-- | benchmarks/hbench/patches/patch-ad | 12 |
4 files changed, 22 insertions, 22 deletions
diff --git a/benchmarks/hbench/distinfo b/benchmarks/hbench/distinfo index f988199a96e..4db95364489 100644 --- a/benchmarks/hbench/distinfo +++ b/benchmarks/hbench/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.8 2005/04/12 01:00:42 rillig Exp $ +$NetBSD: distinfo,v 1.9 2005/11/05 19:47:51 kristerw Exp $ SHA1 (hbench-1.0/hbench-OS-1.0.tar.gz) = b1a72287e2d04561141f296ba04d142f60152fe0 RMD160 (hbench-1.0/hbench-OS-1.0.tar.gz) = 2e2702c035689e1dec39328e47dc9dc9ff558103 Size (hbench-1.0/hbench-OS-1.0.tar.gz) = 206216 bytes SHA1 (patch-aa) = f08f8feefec200af85895384dc0b436580dffa9f -SHA1 (patch-ab) = 4deb72992b9cf1182a5cb38ddf7b451a704e2046 -SHA1 (patch-ac) = bf97d703ab418381e555a1f612fb40bd771a4f61 -SHA1 (patch-ad) = af6206d3a5bae226b5d6cdf7f538d43bec84714a +SHA1 (patch-ab) = ce446b5836aadc690c127ab41d52dee27fdb987c +SHA1 (patch-ac) = f6f570b66b5e32e8da14aec1b7afb8edc9088842 +SHA1 (patch-ad) = f591b706c15daf4375896a4e47f005e422857a94 SHA1 (patch-ae) = faa6e73c7fffa23ab6ee8632b972ccaeef26d42c SHA1 (patch-af) = 8c0562be1732807ea6fbce48fc51c83be1b3888a SHA1 (patch-ag) = 037db0b965aad72ad8a1b93f9cf4b4af9f446fdf diff --git a/benchmarks/hbench/patches/patch-ab b/benchmarks/hbench/patches/patch-ab index 4dd574e221d..caaefc8d8db 100644 --- a/benchmarks/hbench/patches/patch-ab +++ b/benchmarks/hbench/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.4 2005/04/12 01:00:42 rillig Exp $ +$NetBSD: patch-ab,v 1.5 2005/11/05 19:47:51 kristerw Exp $ ---- scripts/create-all-analyses.orig Mon Nov 15 14:15:28 1999 -+++ scripts/create-all-analyses Mon Nov 15 14:15:28 1999 -@@ -34,10 +34,7 @@ +--- scripts/create-all-analyses.orig 1997-06-27 02:37:12.000000000 +0200 ++++ scripts/create-all-analyses 2005-11-05 20:39:31.000000000 +0100 +@@ -33,6 +33,3 @@ + -# Step 1: Discover hbench root path -HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)` - -for dir in */* +for dir in @PREFIX@/share/hbench/*/* do - if [ -d $dir ]; then +@@ -40,3 +37,3 @@ echo "Running analysis on $dir..." - ${HBENCHROOT}/scripts/gen-analysis $dir > ${dir}/analysis + @PREFIX@/bin/hbench/gen-analysis $dir > ${dir}/analysis fi - done diff --git a/benchmarks/hbench/patches/patch-ac b/benchmarks/hbench/patches/patch-ac index 612200f4c8d..88fb8119f70 100644 --- a/benchmarks/hbench/patches/patch-ac +++ b/benchmarks/hbench/patches/patch-ac @@ -1,17 +1,17 @@ -$NetBSD: patch-ac,v 1.4 2005/04/12 01:00:42 rillig Exp $ +$NetBSD: patch-ac,v 1.5 2005/11/05 19:47:51 kristerw Exp $ ---- scripts/create-all-latgraphs.orig Mon Nov 15 14:15:28 1999 -+++ scripts/create-all-latgraphs Mon Nov 15 14:15:28 1999 -@@ -36,10 +36,7 @@ +--- scripts/create-all-latgraphs.orig 1997-06-27 02:37:14.000000000 +0200 ++++ scripts/create-all-latgraphs 2005-11-05 20:39:31.000000000 +0100 +@@ -35,6 +35,3 @@ + -# Step 1: Discover hbench root path -HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)` - -for dir in */* +for dir in @PREFIX@/share/hbench/*/* do - if [ -d $dir -a -d ${dir}/lat_mem_rd ]; then +@@ -42,3 +39,3 @@ echo "Generating latency graph for $dir..." - ${HBENCHROOT}/scripts/gen-latgraph -ps ${dir}/lat_mem_rd + @PREFIX@/bin/hbench/gen-latgraph -ps ${dir}/lat_mem_rd fi - done diff --git a/benchmarks/hbench/patches/patch-ad b/benchmarks/hbench/patches/patch-ad index 5e0d06c3c10..d8efe588186 100644 --- a/benchmarks/hbench/patches/patch-ad +++ b/benchmarks/hbench/patches/patch-ad @@ -1,17 +1,17 @@ -$NetBSD: patch-ad,v 1.4 2005/04/12 01:00:42 rillig Exp $ +$NetBSD: patch-ad,v 1.5 2005/11/05 19:47:51 kristerw Exp $ ---- scripts/create-all-summaries.orig Mon Nov 15 14:15:28 1999 -+++ scripts/create-all-summaries Mon Nov 15 14:15:29 1999 -@@ -34,10 +34,7 @@ +--- scripts/create-all-summaries.orig 1997-06-27 02:37:14.000000000 +0200 ++++ scripts/create-all-summaries 2005-11-05 20:39:31.000000000 +0100 +@@ -33,6 +33,3 @@ + -# Step 1: Discover hbench root path -HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)` - -for dir in */* +for dir in @PREFIX@/share/hbench/*/* do - if [ -d $dir ]; then +@@ -40,3 +37,3 @@ echo Creating summary for $dir... - ${HBENCHROOT}/scripts/gen-summary $dir > ${dir}/summary + @PREFIX@/bin/hbench/gen-summary $dir > ${dir}/summary fi - done |