aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1998-12-20 06:50:21 +0800
committerse <se@FreeBSD.org>1998-12-20 06:50:21 +0800
commita7a16e24ef9c06b31af26165766f9f0d064db6fa (patch)
tree6e7c127d9928515442afcbd0f281bbfa7e403dcf /benchmarks
parent6282c36111fbfd37a1953b526752b87b14ea7f89 (diff)
downloadfreebsd-ports-gnome-a7a16e24ef9c06b31af26165766f9f0d064db6fa.tar.gz
freebsd-ports-gnome-a7a16e24ef9c06b31af26165766f9f0d064db6fa.tar.zst
freebsd-ports-gnome-a7a16e24ef9c06b31af26165766f9f0d064db6fa.zip
Create one diff per file to patch.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bytebench/files/patch-ad17
-rw-r--r--benchmarks/bytebench/files/patch-ae10
-rw-r--r--benchmarks/unixbench/files/patch-ad17
-rw-r--r--benchmarks/unixbench/files/patch-ae10
4 files changed, 54 insertions, 0 deletions
diff --git a/benchmarks/bytebench/files/patch-ad b/benchmarks/bytebench/files/patch-ad
new file mode 100644
index 000000000000..12de4faa1333
--- /dev/null
+++ b/benchmarks/bytebench/files/patch-ad
@@ -0,0 +1,17 @@
+*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
+--- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
+***************
+*** 87,92 ****
+
+ -r) : reason for failure
+! echo $1
+! echo $1 >>$LOGFILE
+ shift
+ ;;
+--- 87,92 ----
+
+ -r) : reason for failure
+! echo -e $1
+! echo -e $1 >>$LOGFILE
+ shift
+ ;;
diff --git a/benchmarks/bytebench/files/patch-ae b/benchmarks/bytebench/files/patch-ae
new file mode 100644
index 000000000000..40131bbafc83
--- /dev/null
+++ b/benchmarks/bytebench/files/patch-ae
@@ -0,0 +1,10 @@
+*** pgms/multi.sh.orig Thu Jan 4 15:16:20 1996
+--- pgms/multi.sh Thu Jan 4 15:17:26 1996
+***************
+*** 15,18 ****
+--- 15,19 ----
+ ###############################################################################
+ ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
++ cd $TMPDIR
+ for i
+ do
diff --git a/benchmarks/unixbench/files/patch-ad b/benchmarks/unixbench/files/patch-ad
new file mode 100644
index 000000000000..12de4faa1333
--- /dev/null
+++ b/benchmarks/unixbench/files/patch-ad
@@ -0,0 +1,17 @@
+*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
+--- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
+***************
+*** 87,92 ****
+
+ -r) : reason for failure
+! echo $1
+! echo $1 >>$LOGFILE
+ shift
+ ;;
+--- 87,92 ----
+
+ -r) : reason for failure
+! echo -e $1
+! echo -e $1 >>$LOGFILE
+ shift
+ ;;
diff --git a/benchmarks/unixbench/files/patch-ae b/benchmarks/unixbench/files/patch-ae
new file mode 100644
index 000000000000..40131bbafc83
--- /dev/null
+++ b/benchmarks/unixbench/files/patch-ae
@@ -0,0 +1,10 @@
+*** pgms/multi.sh.orig Thu Jan 4 15:16:20 1996
+--- pgms/multi.sh Thu Jan 4 15:17:26 1996
+***************
+*** 15,18 ****
+--- 15,19 ----
+ ###############################################################################
+ ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
++ cd $TMPDIR
+ for i
+ do