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 | 720e416b601de934b174d574c1edcb647f54c42d (patch) | |
tree | 690c7565e8f56ff58fb8113a32b27e5cce8dbb54 /benchmarks/hbench/patches | |
parent | 7f579ecc9734dc412452f98523067c117ac83a26 (diff) | |
download | pkgsrc-720e416b601de934b174d574c1edcb647f54c42d.tar.gz |
Regenerate hand-edited patches so that the Mac OS X patch program
can apply them.
Diffstat (limited to 'benchmarks/hbench/patches')
-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 |
3 files changed, 18 insertions, 18 deletions
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 |