pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/hbench Regenerate hand-edited patches so th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a6117ac738
branches:  trunk
changeset: 502531:e1a6117ac738
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Nov 05 19:47:51 2005 +0000

description:
Regenerate hand-edited patches so that the Mac OS X patch program
can apply them.

diffstat:

 benchmarks/hbench/distinfo         |   8 ++++----
 benchmarks/hbench/patches/patch-ab |  12 ++++++------
 benchmarks/hbench/patches/patch-ac |  12 ++++++------
 benchmarks/hbench/patches/patch-ad |  12 ++++++------
 4 files changed, 22 insertions(+), 22 deletions(-)

diffs (101 lines):

diff -r 0db6844e1118 -r e1a6117ac738 benchmarks/hbench/distinfo
--- a/benchmarks/hbench/distinfo        Sat Nov 05 19:37:54 2005 +0000
+++ b/benchmarks/hbench/distinfo        Sat Nov 05 19:47:51 2005 +0000
@@ -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 -r 0db6844e1118 -r e1a6117ac738 benchmarks/hbench/patches/patch-ab
--- a/benchmarks/hbench/patches/patch-ab        Sat Nov 05 19:37:54 2005 +0000
+++ b/benchmarks/hbench/patches/patch-ab        Sat Nov 05 19:47:51 2005 +0000
@@ -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 -r 0db6844e1118 -r e1a6117ac738 benchmarks/hbench/patches/patch-ac
--- a/benchmarks/hbench/patches/patch-ac        Sat Nov 05 19:37:54 2005 +0000
+++ b/benchmarks/hbench/patches/patch-ac        Sat Nov 05 19:47:51 2005 +0000
@@ -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 -r 0db6844e1118 -r e1a6117ac738 benchmarks/hbench/patches/patch-ad
--- a/benchmarks/hbench/patches/patch-ad        Sat Nov 05 19:37:54 2005 +0000
+++ b/benchmarks/hbench/patches/patch-ad        Sat Nov 05 19:47:51 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index