aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-27 23:09:11 +0800
committermat <mat@FreeBSD.org>2016-07-27 23:09:11 +0800
commit74f1c9995b2549419408c8cf76a7a9d323b97c03 (patch)
tree0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/lmbench
parent7a5b7946f3234363680fa169a554250dc5525a55 (diff)
downloadfreebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.gz
freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.zst
freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.zip
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'benchmarks/lmbench')
-rw-r--r--benchmarks/lmbench/files/patch-results_Makefile (renamed from benchmarks/lmbench/files/patch-results__Makefile)10
-rw-r--r--benchmarks/lmbench/files/patch-scripts_config-run (renamed from benchmarks/lmbench/files/patch-scripts__config-run)6
-rw-r--r--benchmarks/lmbench/files/patch-scripts_getpercent (renamed from benchmarks/lmbench/files/patch-scripts__getpercent)4
-rw-r--r--benchmarks/lmbench/files/patch-src_Makefile (renamed from benchmarks/lmbench/files/patch-src__Makefile)8
4 files changed, 14 insertions, 14 deletions
diff --git a/benchmarks/lmbench/files/patch-results__Makefile b/benchmarks/lmbench/files/patch-results_Makefile
index 148e59e2cdb6..7b1377401aed 100644
--- a/benchmarks/lmbench/files/patch-results__Makefile
+++ b/benchmarks/lmbench/files/patch-results_Makefile
@@ -1,6 +1,6 @@
---- ./results/Makefile.orig 2009-06-25 14:38:27.000000000 -0400
-+++ ./results/Makefile 2009-06-25 14:38:52.000000000 -0400
-@@ -121,10 +121,10 @@
+--- results/Makefile.orig 2005-09-04 11:04:28 UTC
++++ results/Makefile
+@@ -121,10 +121,10 @@ roff:
echo .ps 12 >> summary.roff
echo .po .35i >> summary.roff
echo .sp .5i >> summary.roff
@@ -13,7 +13,7 @@
list:
@echo $(LIST)
-@@ -185,11 +185,11 @@
+@@ -185,11 +185,11 @@ paper:
# XXX - this has to be made incremental, doing everything over from
# scratch makes you want a Ghz machine.
html: dirs
@@ -27,7 +27,7 @@
$(MK) LIST="$(LIST)" SIZE= PRINT="$(PS)" \
GMEM="$(GMEM) -cut -gthk1" GCTX="$(GCTX) -cut -gthk1" print
$(MK) LIST="$(LIST)" SIZE= NOOP=-noop PRINT="$(PS)" \
-@@ -207,11 +207,11 @@
+@@ -207,11 +207,11 @@ html: dirs
rm HTML/*.pbm HTML/___tmp*
htmltest: dirs
diff --git a/benchmarks/lmbench/files/patch-scripts__config-run b/benchmarks/lmbench/files/patch-scripts_config-run
index ddf3dc887faf..d2031d0cc4a7 100644
--- a/benchmarks/lmbench/files/patch-scripts__config-run
+++ b/benchmarks/lmbench/files/patch-scripts_config-run
@@ -1,6 +1,6 @@
---- ./scripts/config-run.orig 2009-06-25 12:16:57.000000000 -0400
-+++ ./scripts/config-run 2009-06-25 12:17:08.000000000 -0400
-@@ -176,7 +176,7 @@
+--- scripts/config-run.orig 2006-11-26 20:11:04 UTC
++++ scripts/config-run
+@@ -176,7 +176,7 @@ then
fi
fi
if [ X$MB = X ]
diff --git a/benchmarks/lmbench/files/patch-scripts__getpercent b/benchmarks/lmbench/files/patch-scripts_getpercent
index 9f0d9fa228e4..0a4f318af3b0 100644
--- a/benchmarks/lmbench/files/patch-scripts__getpercent
+++ b/benchmarks/lmbench/files/patch-scripts_getpercent
@@ -1,5 +1,5 @@
---- ./scripts/getpercent.orig 2009-06-25 13:59:43.000000000 -0400
-+++ ./scripts/getpercent 2009-06-25 14:04:59.000000000 -0400
+--- scripts/getpercent.orig 2005-09-04 11:04:28 UTC
++++ scripts/getpercent
@@ -5,7 +5,7 @@
# Hacked into existence by Larry McVoy (lm@sun.com now lm@sgi.com).
# Copyright (c) 1994 Larry McVoy. GPLed software.
diff --git a/benchmarks/lmbench/files/patch-src__Makefile b/benchmarks/lmbench/files/patch-src_Makefile
index 48ff7b456476..7ade943755eb 100644
--- a/benchmarks/lmbench/files/patch-src__Makefile
+++ b/benchmarks/lmbench/files/patch-src_Makefile
@@ -1,6 +1,6 @@
---- ./src/Makefile.orig 2009-06-25 14:38:24.000000000 -0400
-+++ ./src/Makefile 2009-06-25 14:38:41.000000000 -0400
-@@ -146,7 +146,7 @@
+--- src/Makefile.orig 2007-04-10 12:16:49 UTC
++++ src/Makefile
+@@ -146,7 +146,7 @@ install-target:
cp $(EXES) $(BASE)/bin
cp $(INCS) $(BASE)/include
cp $O/lmbench.a $(BASE)/lib/libmbench.a
@@ -9,7 +9,7 @@
# No special handling for all these
-@@ -239,7 +239,7 @@
+@@ -239,7 +239,7 @@ $O/getopt.o : getopt.c $(INCS)
$(COMPILE) -c getopt.c -o $O/getopt.o
$(UTILS) :