summaryrefslogtreecommitdiff
path: root/textproc/htdig/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htdig/files')
-rw-r--r--textproc/htdig/files/patch-DB2_db.cc.new10
-rw-r--r--textproc/htdig/files/patch-ab22
-rw-r--r--textproc/htdig/files/patch-htsearch_cc24
3 files changed, 0 insertions, 56 deletions
diff --git a/textproc/htdig/files/patch-DB2_db.cc.new b/textproc/htdig/files/patch-DB2_db.cc.new
deleted file mode 100644
index b9751d79f8ce..000000000000
--- a/textproc/htdig/files/patch-DB2_db.cc.new
+++ /dev/null
@@ -1,10 +0,0 @@
---- htlib/DB2_db.cc Thu Feb 24 18:29:11 2000
-+++ htlib/DB2_db.cc.new Tue Dec 11 00:16:27 2001
-@@ -44,7 +44,6 @@
- #include <errno.h>
- #include <stdlib.h>
- #include <fstream.h>
--#include <malloc.h>
- #include <unistd.h>
-
- // Where do I need this for? I don't know.
diff --git a/textproc/htdig/files/patch-ab b/textproc/htdig/files/patch-ab
deleted file mode 100644
index 8cac20bc895f..000000000000
--- a/textproc/htdig/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- db/dist/configure.orig Thu Feb 24 18:29:00 2000
-+++ db/dist/configure Sat Feb 26 13:25:13 2000
-@@ -3056,7 +3056,7 @@
-
- case "$host_os" in
- freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
-- LIBS="-lc_r";;
-+ LIBS="-pthread";;
- irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
- osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
- solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
---- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000
-+++ db/dist/configure.in Sat Feb 26 13:25:13 2000
-@@ -405,7 +405,7 @@
- dnl libraries for threaded applications
- case "$host_os" in
- freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
-- LIBS="-lc_r";;
-+ LIBS="-pthread";;
- irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
- osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
- solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
diff --git a/textproc/htdig/files/patch-htsearch_cc b/textproc/htdig/files/patch-htsearch_cc
deleted file mode 100644
index 5a92dba57454..000000000000
--- a/textproc/htdig/files/patch-htsearch_cc
+++ /dev/null
@@ -1,24 +0,0 @@
---- htsearch/htsearch.cc.Dist Thu Feb 24 18:29:11 2000
-+++ htsearch/htsearch.cc Mon Sep 24 23:57:28 2001
-@@ -77,9 +77,18 @@
- switch (c)
- {
- case 'c':
-- configFile = optarg;
-- override_config=1;
-- break;
-+ // The default is obviously to do this securely
-+ // but if people want to shoot themselves in the foot...
-+#ifndef ALLOW_INSECURE_CGI_CONFIG
-+ if (!getenv("REQUEST_METHOD"))
-+ {
-+#endif
-+ configFile = optarg;
-+ override_config=1;
-+#ifndef ALLOW_INSECURE_CGI_CONFIG
-+ }
-+#endif
-+ break;
- case 'v':
- debug++;
- break;