diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/dbs | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419178
Diffstat (limited to 'benchmarks/dbs')
-rw-r--r-- | benchmarks/dbs/files/patch-src_Makefile | 8 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_dbsc.c | 4 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_dbsd.c | 6 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_record.h | 4 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_scan.c | 4 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_sendrecv.c | 4 | ||||
-rw-r--r-- | benchmarks/dbs/files/patch-src_tcp__trace.c (renamed from benchmarks/dbs/files/patch-src_tcp_trace.c) | 6 |
7 files changed, 18 insertions, 18 deletions
diff --git a/benchmarks/dbs/files/patch-src_Makefile b/benchmarks/dbs/files/patch-src_Makefile index f533d8c59b3d..5a432a755e18 100644 --- a/benchmarks/dbs/files/patch-src_Makefile +++ b/benchmarks/dbs/files/patch-src_Makefile @@ -1,5 +1,5 @@ ---- src/Makefile-- Sat Aug 1 19:13:01 1998 -+++ src/Makefile Sat Aug 1 19:44:49 1998 +--- src/Makefile.orig 1998-06-08 00:25:16 UTC ++++ src/Makefile @@ -27,10 +27,10 @@ # make install # @@ -13,7 +13,7 @@ #CFLAGS =-g # debug #CFLAGS =-g -DDEBUGMODE -@@ -51,7 +51,7 @@ +@@ -51,7 +51,7 @@ all:: dbsc dbsd obj:: (cd ../obj/$(UNAME); make) @@ -22,7 +22,7 @@ dir:: -@ mkdir ../obj -@ mkdir ../obj/$(UNAME) -@@ -74,7 +74,7 @@ +@@ -74,7 +74,7 @@ tags:: etags *.c *.h install:: diff --git a/benchmarks/dbs/files/patch-src_dbsc.c b/benchmarks/dbs/files/patch-src_dbsc.c index f3f9b60fdb4d..910c1a8e9a19 100644 --- a/benchmarks/dbs/files/patch-src_dbsc.c +++ b/benchmarks/dbs/files/patch-src_dbsc.c @@ -1,5 +1,5 @@ ---- src/dbsc.c-- Mon Jun 8 00:23:35 1998 -+++ src/dbsc.c Sat Aug 1 19:29:49 1998 +--- src/dbsc.c.orig 1998-06-08 00:23:35 UTC ++++ src/dbsc.c @@ -51,6 +51,10 @@ #define DBSC diff --git a/benchmarks/dbs/files/patch-src_dbsd.c b/benchmarks/dbs/files/patch-src_dbsd.c index e0dd4f7cb47d..25814090fba4 100644 --- a/benchmarks/dbs/files/patch-src_dbsd.c +++ b/benchmarks/dbs/files/patch-src_dbsd.c @@ -1,5 +1,5 @@ ---- src/dbsd.c.orig Sun Jun 7 19:23:26 1998 -+++ src/dbsd.c Sat Sep 18 17:19:36 1999 +--- src/dbsd.c.orig 1998-06-08 00:23:26 UTC ++++ src/dbsd.c @@ -51,6 +51,9 @@ #define DBSD @@ -19,7 +19,7 @@ #include <malloc.h> #endif -@@ -1002,8 +1005,13 @@ +@@ -1002,8 +1005,13 @@ struct timeval origin_time; d[i].snd_max = htonl((int)rt.d[i].td_cb.snd_max); d[i].snd_cwnd = htonl((int)rt.d[i].td_cb.snd_cwnd); d[i].snd_ssthresh = htonl((int)rt.d[i].td_cb.snd_ssthresh); diff --git a/benchmarks/dbs/files/patch-src_record.h b/benchmarks/dbs/files/patch-src_record.h index af6f763eb9f0..e2dfa972dae7 100644 --- a/benchmarks/dbs/files/patch-src_record.h +++ b/benchmarks/dbs/files/patch-src_record.h @@ -1,5 +1,5 @@ ---- src/record.h.orig 1997-10-13 09:36:38.000000000 +0900 -+++ src/record.h 2012-04-29 03:08:53.000000000 +0900 +--- src/record.h.orig 1997-10-13 00:36:38 UTC ++++ src/record.h @@ -69,7 +69,9 @@ #include <netinet/tcp.h> diff --git a/benchmarks/dbs/files/patch-src_scan.c b/benchmarks/dbs/files/patch-src_scan.c index 5939f8477776..2d7356de605d 100644 --- a/benchmarks/dbs/files/patch-src_scan.c +++ b/benchmarks/dbs/files/patch-src_scan.c @@ -1,5 +1,5 @@ ---- src/scan.c-- Fri Jul 11 00:54:12 1997 -+++ src/scan.c Sat Aug 1 19:33:34 1998 +--- src/scan.c.orig 1997-07-11 00:54:12 UTC ++++ src/scan.c @@ -49,6 +49,9 @@ * $Author: yukio-m $ *****************************************************************/ diff --git a/benchmarks/dbs/files/patch-src_sendrecv.c b/benchmarks/dbs/files/patch-src_sendrecv.c index 8adccc9b1dd4..17886eb61334 100644 --- a/benchmarks/dbs/files/patch-src_sendrecv.c +++ b/benchmarks/dbs/files/patch-src_sendrecv.c @@ -1,5 +1,5 @@ ---- src/sendrecv.c-- Mon Oct 13 03:27:19 1997 -+++ src/sendrecv.c Sat Aug 1 19:37:02 1998 +--- src/sendrecv.c.orig 1997-10-13 03:27:19 UTC ++++ src/sendrecv.c @@ -70,12 +70,12 @@ #define INIT_RECORD() (rdp = rd->d, rd->n=0) #define INIT_RECORD2() (rdp2 = rd2->d, rd2->n=0) diff --git a/benchmarks/dbs/files/patch-src_tcp_trace.c b/benchmarks/dbs/files/patch-src_tcp__trace.c index 6353e42e5946..69450082b5e9 100644 --- a/benchmarks/dbs/files/patch-src_tcp_trace.c +++ b/benchmarks/dbs/files/patch-src_tcp__trace.c @@ -1,6 +1,6 @@ ---- src/tcp_trace.c-- Thu Nov 2 23:00:13 2000 -+++ src/tcp_trace.c Thu Nov 2 23:00:33 2000 -@@ -307,7 +307,7 @@ +--- src/tcp_trace.c.orig 1997-05-05 17:02:18 UTC ++++ src/tcp_trace.c +@@ -307,7 +307,7 @@ int act, flg; #ifdef _PATH_UNIX system = _PATH_UNIX; #else |