aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /benchmarks/unixbench
parent77a17abea6e535d47564d5d0db090f47cf4a15f4 (diff)
downloadports-1a8a092d9fefcbd7f960c82c59802c61807867a6.tar.gz
ports-1a8a092d9fefcbd7f960c82c59802c61807867a6.zip
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=417041
Diffstat (limited to 'benchmarks/unixbench')
-rw-r--r--benchmarks/unixbench/files/patch-Makefile7
-rw-r--r--benchmarks/unixbench/files/patch-Run14
-rw-r--r--benchmarks/unixbench/files/patch-pgms_cleanup.sh (renamed from benchmarks/unixbench/files/patch-pgms:cleanup.sh)6
-rw-r--r--benchmarks/unixbench/files/patch-pgms_multi.sh (renamed from benchmarks/unixbench/files/patch-pgms:multi.sh)4
-rw-r--r--benchmarks/unixbench/files/patch-pgms_tst.sh (renamed from benchmarks/unixbench/files/patch-pgms:tst.sh)4
-rw-r--r--benchmarks/unixbench/files/patch-src_dhry__1.c (renamed from benchmarks/unixbench/files/patch-src:dhry_1.c)6
-rw-r--r--benchmarks/unixbench/files/patch-src_execl.c (renamed from benchmarks/unixbench/files/patch-execl.c)6
7 files changed, 24 insertions, 23 deletions
diff --git a/benchmarks/unixbench/files/patch-Makefile b/benchmarks/unixbench/files/patch-Makefile
index f3afb5317e64..bb9d8cbe648d 100644
--- a/benchmarks/unixbench/files/patch-Makefile
+++ b/benchmarks/unixbench/files/patch-Makefile
@@ -1,6 +1,7 @@
---- Makefile.orig Sun Dec 19 01:29:33 2004
-+++ Makefile Sun Dec 19 01:32:06 2004
-@@ -30,8 +30,6 @@
+--- Makefile.orig 1999-07-28 22:05:02 UTC
++++ Makefile
+@@ -30,9 +30,7 @@
+ ##############################################################################
ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15";
SHELL = /bin/sh
-#HZ = ???? #(read from environment)
diff --git a/benchmarks/unixbench/files/patch-Run b/benchmarks/unixbench/files/patch-Run
index dba938a1ed84..77dcee755c77 100644
--- a/benchmarks/unixbench/files/patch-Run
+++ b/benchmarks/unixbench/files/patch-Run
@@ -1,6 +1,6 @@
---- Run.orig Sun Dec 19 01:34:20 2004
-+++ Run Sun Dec 19 01:39:54 2004
-@@ -88,11 +88,11 @@
+--- Run.orig 1999-07-28 22:04:47 UTC
++++ Run
+@@ -88,11 +88,11 @@ else
fi
# check that the required files are in the proper places
@@ -17,7 +17,7 @@
# establish full paths to directories
-@@ -114,7 +114,7 @@
+@@ -114,7 +114,7 @@ cd $SCRPDIR
SCRPDIR=`pwd`
cd $_WD
@@ -26,7 +26,7 @@
cd $TMPDIR
TMPDIR=`pwd`
cd $_WD
-@@ -367,10 +367,11 @@
+@@ -367,10 +367,11 @@ do # line argument processing
C)
logmsg="C Compiler Throughput"
prog="looper ${looper-60} ${CC} cctest.c"
@@ -39,7 +39,7 @@
;;
arithoh)
-@@ -385,8 +386,8 @@
+@@ -385,8 +386,8 @@ do # line argument processing
dc)
logmsg="Dc: sqrt(2) to 99 decimal places"
@@ -50,7 +50,7 @@
stdout=/dev/null
cleanopt="-m $TMPTIMES"
;;
-@@ -508,7 +509,7 @@
+@@ -508,7 +509,7 @@ do # line argument processing
########### some specific cleanup routines ##############
case $bench in
C)
diff --git a/benchmarks/unixbench/files/patch-pgms:cleanup.sh b/benchmarks/unixbench/files/patch-pgms_cleanup.sh
index e464baafbe85..36eeaa7a9784 100644
--- a/benchmarks/unixbench/files/patch-pgms:cleanup.sh
+++ b/benchmarks/unixbench/files/patch-pgms_cleanup.sh
@@ -1,6 +1,6 @@
---- pgms/cleanup.sh.orig Sun Dec 19 01:42:45 2004
-+++ pgms/cleanup.sh Sun Dec 19 01:43:00 2004
-@@ -107,8 +107,8 @@
+--- pgms/cleanup.sh.orig 1997-09-13 02:01:19 UTC
++++ pgms/cleanup.sh
+@@ -107,8 +107,8 @@ do
;;
-r) # reason for failure
diff --git a/benchmarks/unixbench/files/patch-pgms:multi.sh b/benchmarks/unixbench/files/patch-pgms_multi.sh
index ef23e06402ce..0b344228ae96 100644
--- a/benchmarks/unixbench/files/patch-pgms:multi.sh
+++ b/benchmarks/unixbench/files/patch-pgms_multi.sh
@@ -1,5 +1,5 @@
---- pgms/multi.sh.orig Sun Dec 19 01:44:14 2004
-+++ pgms/multi.sh Sun Dec 19 01:44:24 2004
+--- pgms/multi.sh.orig 1995-11-28 00:19:10 UTC
++++ pgms/multi.sh
@@ -14,6 +14,7 @@
#
###############################################################################
diff --git a/benchmarks/unixbench/files/patch-pgms:tst.sh b/benchmarks/unixbench/files/patch-pgms_tst.sh
index f8bd42ec2d8e..4cd6b0073cce 100644
--- a/benchmarks/unixbench/files/patch-pgms:tst.sh
+++ b/benchmarks/unixbench/files/patch-pgms_tst.sh
@@ -1,5 +1,5 @@
---- pgms/tst.sh.orig Sun Dec 19 01:41:24 2004
-+++ pgms/tst.sh Sun Dec 19 01:41:49 2004
+--- pgms/tst.sh.orig 1995-11-27 17:07:03 UTC
++++ pgms/tst.sh
@@ -14,7 +14,7 @@
#
###############################################################################
diff --git a/benchmarks/unixbench/files/patch-src:dhry_1.c b/benchmarks/unixbench/files/patch-src_dhry__1.c
index 142f7a03240a..01821756b3b5 100644
--- a/benchmarks/unixbench/files/patch-src:dhry_1.c
+++ b/benchmarks/unixbench/files/patch-src_dhry__1.c
@@ -1,5 +1,5 @@
---- src/dhry_1.c.orig Sun Dec 19 01:45:10 2004
-+++ src/dhry_1.c Sun Dec 19 01:45:59 2004
+--- src/dhry_1.c.orig 1999-07-28 21:43:08 UTC
++++ src/dhry_1.c
@@ -34,6 +34,7 @@
***************************************************************************/
char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21";
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-@@ -81,7 +82,7 @@
+@@ -81,7 +82,7 @@ extern int times ();
/* Measurements should last at least about 2 seconds */
#endif
#ifdef TIME
diff --git a/benchmarks/unixbench/files/patch-execl.c b/benchmarks/unixbench/files/patch-src_execl.c
index affb32ff6d6e..434380383c9e 100644
--- a/benchmarks/unixbench/files/patch-execl.c
+++ b/benchmarks/unixbench/files/patch-src_execl.c
@@ -1,6 +1,6 @@
---- src/execl.c.orig Wed Jul 28 23:46:58 1999
-+++ src/execl.c Fri Mar 23 09:20:36 2007
-@@ -88,7 +88,7 @@
+--- src/execl.c.orig 1999-07-28 21:46:58 UTC
++++ src/execl.c
+@@ -88,7 +88,7 @@ char *argv[];
fprintf(stderr, "%lu loops\n", iter);
exit(0);
}