View | Details | Raw Unified | Return to bug 200950
Collapse All | Expand All

(-)benchmarks/nbench/Makefile (-1 / +1 lines)
Lines 7-13 CATEGORIES= benchmarks Link Here
7
MASTER_SITES=	http://www.tux.org/~mayer/linux/
7
MASTER_SITES=	http://www.tux.org/~mayer/linux/
8
DISTNAME=	${PORTNAME}-byte-${PORTVERSION}
8
DISTNAME=	${PORTNAME}-byte-${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	luca.pizzamiglio@gmail.com
11
COMMENT=	BYTE Magazine's native benchmarks
11
COMMENT=	BYTE Magazine's native benchmarks
12
12
13
ALL_TARGET=	# empty
13
ALL_TARGET=	# empty
(-)benchmarks/nbench/files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Mon Oct 18 00:07:05 2004
1
--- Makefile.orig	2004-12-30 02:23:30 UTC
2
+++ Makefile	Mon Oct 18 00:07:51 2004
2
+++ Makefile
3
@@ -19,10 +19,10 @@ default: nbench
3
@@ -19,10 +19,10 @@ default: nbench
4
 # You should leave -static in the CFLAGS so that your sysinfo can be
4
 # You should leave -static in the CFLAGS so that your sysinfo can be
5
 # compiled into the executable.
5
 # compiled into the executable.
(-)benchmarks/nbench/files/patch-nbench1.h (-3 / +3 lines)
Lines 1-6 Link Here
1
--- nbench1.h.orig	Thu Dec 11 20:54:46 1997
1
--- nbench1.h.orig	2004-12-30 02:15:18 UTC
2
+++ nbench1.h	Wed Dec 17 08:28:11 1997
2
+++ nbench1.h
3
@@ -352,7 +352,7 @@
3
@@ -355,7 +355,7 @@ int learned;            /* flag--if TRUE
4
 ** The Neural Net test requires an input data file.
4
 ** The Neural Net test requires an input data file.
5
 ** The name is specified here.
5
 ** The name is specified here.
6
 */
6
 */
(-)benchmarks/nbench/files/patch-sysinfo.sh (-3 / +3 lines)
Lines 1-6 Link Here
1
--- sysinfo.sh.orig	Mon Oct 18 00:03:53 2004
1
--- sysinfo.sh.orig	2008-05-12 20:35:23 UTC
2
+++ sysinfo.sh	Mon Oct 18 00:04:35 2004
2
+++ sysinfo.sh
3
@@ -50,8 +50,8 @@
3
@@ -65,8 +65,8 @@ rm -f sysinfo.crm sysinfoc.c hello
4
 
4
 
5
 # this bombs out on Ultrix which expect "cut -d"
5
 # this bombs out on Ultrix which expect "cut -d"
6
 
6
 
(-)benchmarks/nbench/files/patch-sysspec.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- sysspec.h.orig	Mon Oct 18 00:05:17 2004
1
--- sysspec.h.orig	2003-02-19 21:37:21 UTC
2
+++ sysspec.h	Mon Oct 18 00:05:50 2004
2
+++ sysspec.h
3
@@ -33,7 +33,7 @@
3
@@ -33,7 +33,7 @@
4
 
4
 
5
 #include "nmglobal.h"
5
 #include "nmglobal.h"

Return to bug 200950