summaryrefslogtreecommitdiff
path: root/www/httperf/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:22:13 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:22:13 +0000
commitda3815cb3b95d85e686b3adcba7ee34137a512db (patch)
treeeb1f4a0739ee6678cea1e7b19a01237b66cbe4ec /www/httperf/files
parent- Do not install useless .la files (diff)
upgrade to 0.8
PR: 45452 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=70590
Diffstat (limited to 'www/httperf/files')
-rw-r--r--www/httperf/files/patch-Makefile.in10
-rw-r--r--www/httperf/files/patch-httperf.c13
-rw-r--r--www/httperf/files/patch-lib::ssl_writev.c13
3 files changed, 36 insertions, 0 deletions
diff --git a/www/httperf/files/patch-Makefile.in b/www/httperf/files/patch-Makefile.in
new file mode 100644
index 000000000000..59491595c46d
--- /dev/null
+++ b/www/httperf/files/patch-Makefile.in
@@ -0,0 +1,10 @@
+--- Makefile.in.orig Thu Oct 19 16:38:59 2000
++++ Makefile.in Wed Nov 13 06:30:08 2002
+@@ -6,6 +6,7 @@
+ top_builddir = .
+
+ prefix = @prefix@
++exec_prefix = @exec_prefix@
+ bindir = @bindir@
+ mandir = @mandir@
+
diff --git a/www/httperf/files/patch-httperf.c b/www/httperf/files/patch-httperf.c
new file mode 100644
index 000000000000..8e735afadb8d
--- /dev/null
+++ b/www/httperf/files/patch-httperf.c
@@ -0,0 +1,13 @@
+--- httperf.c.orig Wed Nov 1 05:20:00 2000
++++ httperf.c Wed Nov 13 06:19:41 2002
+@@ -68,6 +68,10 @@
+ #include <conn.h>
+ #include <timer.h>
+
++#ifdef __FreeBSD__
++#include <machine/floatingpoint.h>
++#endif
++
+ #ifdef HAVE_SSL
+ # include <openssl/rand.h>
+ #endif
diff --git a/www/httperf/files/patch-lib::ssl_writev.c b/www/httperf/files/patch-lib::ssl_writev.c
new file mode 100644
index 000000000000..81c05af1e52c
--- /dev/null
+++ b/www/httperf/files/patch-lib::ssl_writev.c
@@ -0,0 +1,13 @@
+--- lib/ssl_writev.c.orig Thu Oct 12 09:09:47 2000
++++ lib/ssl_writev.c Wed Nov 13 06:22:01 2002
+@@ -31,7 +31,10 @@
+
+ #ifdef HAVE_OPENSSL_SSL_H
+
++#ifdef HAVE_ALLOCA_H
+ #include <alloca.h>
++#endif
++
+ #include <string.h>
+
+ #include <sys/types.h>