diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 08:42:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 08:42:51 +0800 |
commit | 08709f3d4d1730a298f744f49c45ae82299fa743 (patch) | |
tree | 5a24078924bfc33a2ccafd075388619c1f476cdb /benchmarks/nbench | |
parent | afcf193f664ec3711ab16646a10713d156764dc4 (diff) | |
download | freebsd-ports-gnome-08709f3d4d1730a298f744f49c45ae82299fa743.tar.gz freebsd-ports-gnome-08709f3d4d1730a298f744f49c45ae82299fa743.tar.zst freebsd-ports-gnome-08709f3d4d1730a298f744f49c45ae82299fa743.zip |
- Pass maintainership to submitter
- Regenerate patches
PR: 200950
Submitted by: luca.pizzamiglio@gmail.com
Diffstat (limited to 'benchmarks/nbench')
-rw-r--r-- | benchmarks/nbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/nbench/files/patch-Makefile | 4 | ||||
-rw-r--r-- | benchmarks/nbench/files/patch-nbench1.h | 6 | ||||
-rw-r--r-- | benchmarks/nbench/files/patch-sysinfo.sh | 6 | ||||
-rw-r--r-- | benchmarks/nbench/files/patch-sysspec.h | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile index d6a6d1b7f0d2..472b713a6855 100644 --- a/benchmarks/nbench/Makefile +++ b/benchmarks/nbench/Makefile @@ -7,7 +7,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.tux.org/~mayer/linux/ DISTNAME= ${PORTNAME}-byte-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= BYTE Magazine's native benchmarks ALL_TARGET= # empty diff --git a/benchmarks/nbench/files/patch-Makefile b/benchmarks/nbench/files/patch-Makefile index 3617df942f52..c1a98bd1826e 100644 --- a/benchmarks/nbench/files/patch-Makefile +++ b/benchmarks/nbench/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Oct 18 00:07:05 2004 -+++ Makefile Mon Oct 18 00:07:51 2004 +--- Makefile.orig 2004-12-30 02:23:30 UTC ++++ Makefile @@ -19,10 +19,10 @@ default: nbench # You should leave -static in the CFLAGS so that your sysinfo can be # compiled into the executable. diff --git a/benchmarks/nbench/files/patch-nbench1.h b/benchmarks/nbench/files/patch-nbench1.h index f7c039a96eb1..d956ebf2b6b7 100644 --- a/benchmarks/nbench/files/patch-nbench1.h +++ b/benchmarks/nbench/files/patch-nbench1.h @@ -1,6 +1,6 @@ ---- nbench1.h.orig Thu Dec 11 20:54:46 1997 -+++ nbench1.h Wed Dec 17 08:28:11 1997 -@@ -352,7 +352,7 @@ +--- nbench1.h.orig 2004-12-30 02:15:18 UTC ++++ nbench1.h +@@ -355,7 +355,7 @@ int learned; /* flag--if TRUE ** The Neural Net test requires an input data file. ** The name is specified here. */ diff --git a/benchmarks/nbench/files/patch-sysinfo.sh b/benchmarks/nbench/files/patch-sysinfo.sh index 75c9f0a11b4d..11f3ad7e988c 100644 --- a/benchmarks/nbench/files/patch-sysinfo.sh +++ b/benchmarks/nbench/files/patch-sysinfo.sh @@ -1,6 +1,6 @@ ---- sysinfo.sh.orig Mon Oct 18 00:03:53 2004 -+++ sysinfo.sh Mon Oct 18 00:04:35 2004 -@@ -50,8 +50,8 @@ +--- sysinfo.sh.orig 2008-05-12 20:35:23 UTC ++++ sysinfo.sh +@@ -65,8 +65,8 @@ rm -f sysinfo.crm sysinfoc.c hello # this bombs out on Ultrix which expect "cut -d" diff --git a/benchmarks/nbench/files/patch-sysspec.h b/benchmarks/nbench/files/patch-sysspec.h index d6e628453236..139bb140baec 100644 --- a/benchmarks/nbench/files/patch-sysspec.h +++ b/benchmarks/nbench/files/patch-sysspec.h @@ -1,5 +1,5 @@ ---- sysspec.h.orig Mon Oct 18 00:05:17 2004 -+++ sysspec.h Mon Oct 18 00:05:50 2004 +--- sysspec.h.orig 2003-02-19 21:37:21 UTC ++++ sysspec.h @@ -33,7 +33,7 @@ #include "nmglobal.h" |