summaryrefslogtreecommitdiff
path: root/benchmarks/dbs/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-21 03:10:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-21 03:10:02 +0000
commit90c22c44a47ed7098e786628fcf62083e94f017f (patch)
treeee1639374553007c1de41188a13c824592cf587f /benchmarks/dbs/files
parent- Update to 1.3 (diff)
- Fix build for 9 and above
- Add USE_PERL5_RUN - Support CFLAGS properly - Support PORTDOCS/PORTEXAMPLES/PLIST_FILES PR: 168021 Submitted by: Ports Fury
Diffstat (limited to 'benchmarks/dbs/files')
-rw-r--r--benchmarks/dbs/files/patch-aa2
-rw-r--r--benchmarks/dbs/files/patch-af12
-rw-r--r--benchmarks/dbs/files/patch-src__record.h12
3 files changed, 13 insertions, 13 deletions
diff --git a/benchmarks/dbs/files/patch-aa b/benchmarks/dbs/files/patch-aa
index 4ba0a4562e46..f533d8c59b3d 100644
--- a/benchmarks/dbs/files/patch-aa
+++ b/benchmarks/dbs/files/patch-aa
@@ -9,7 +9,7 @@
#CC =gcc
-CFLAGS =-O
-+CFLAGS =-O -DHAVE_SYS_PARAM_H
++CFLAGS +=-DHAVE_SYS_PARAM_H
#CFLAGS =-g # debug
#CFLAGS =-g -DDEBUGMODE
diff --git a/benchmarks/dbs/files/patch-af b/benchmarks/dbs/files/patch-af
deleted file mode 100644
index ce6f82b61fef..000000000000
--- a/benchmarks/dbs/files/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
---- script/dbs_view-- Fri Jul 11 00:53:57 1997
-+++ script/dbs_view Sat Aug 1 20:44:46 1998
-@@ -1,7 +1,7 @@
--#!/usr/local/bin/perl
--#!/usr/local/bin/perl -d
- #!/usr/bin/perl
- #!/usr/bin/perl -d
-+#!/usr/local/bin/perl
-+#!/usr/local/bin/perl -d
-
- ######################################################################
- # DBS: Distributed Benchmark System
diff --git a/benchmarks/dbs/files/patch-src__record.h b/benchmarks/dbs/files/patch-src__record.h
new file mode 100644
index 000000000000..af6f763eb9f0
--- /dev/null
+++ b/benchmarks/dbs/files/patch-src__record.h
@@ -0,0 +1,12 @@
+--- src/record.h.orig 1997-10-13 09:36:38.000000000 +0900
++++ src/record.h 2012-04-29 03:08:53.000000000 +0900
+@@ -69,7 +69,9 @@
+ #include <netinet/tcp.h>
+
+ #ifndef __linux__
++#ifndef __FreeBSD__
+ #include <netinet/in_pcb.h>
++#endif
+ #include <netinet/ip_var.h>
+ #include <netinet/tcpip.h>
+ /*#define TCPSTATES*/