aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/htdig
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-10-16 07:30:46 +0800
committerdougb <dougb@FreeBSD.org>2007-10-16 07:30:46 +0800
commit93853dad232e5ec62ff9228ce1b0f93bcde0a0a7 (patch)
treeead0a607c3fc7f2cabfd9e18b5174b512877db49 /textproc/htdig
parent4652ad0eec76e66424ceafb4ad707f3883051948 (diff)
downloadfreebsd-ports-graphics-93853dad232e5ec62ff9228ce1b0f93bcde0a0a7.tar.gz
freebsd-ports-graphics-93853dad232e5ec62ff9228ce1b0f93bcde0a0a7.tar.zst
freebsd-ports-graphics-93853dad232e5ec62ff9228ce1b0f93bcde0a0a7.zip
Finish removing support for RELENG_4
Diffstat (limited to 'textproc/htdig')
-rw-r--r--textproc/htdig/files/RELENG_4-patch-htnet_SSLConnection.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/htdig/files/RELENG_4-patch-htnet_SSLConnection.cc b/textproc/htdig/files/RELENG_4-patch-htnet_SSLConnection.cc
deleted file mode 100644
index 08b527d31ab..00000000000
--- a/textproc/htdig/files/RELENG_4-patch-htnet_SSLConnection.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- htnet/SSLConnection.cc.orig Mon Jul 21 01:16:11 2003
-+++ htnet/SSLConnection.cc Fri Mar 19 00:57:38 2004
-@@ -29,6 +29,10 @@
- #include <iostream.h>
- #endif /* HAVE_STD */
-
-+#include <sys/types.h>
-+#include <sys/time.h>
-+#include <unistd.h>
-+
- // Global needed only once in HtDig
- //
- SSL_CTX *SSLConnection::ctx = NULL;