diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-10-15 23:30:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-10-15 23:30:46 +0000 |
commit | e09a0ef68352bd1e5b0adbf0dca66c4cc5a62b54 (patch) | |
tree | b5385cd56146cdc45cc54716e0fa18d474c762df /textproc/htdig | |
parent | 27030eb1baf331491bbd04e156d467ea051b77e1 (diff) | |
download | ports-e09a0ef68352bd1e5b0adbf0dca66c4cc5a62b54.tar.gz ports-e09a0ef68352bd1e5b0adbf0dca66c4cc5a62b54.zip |
Finish removing support for RELENG_4
Notes
Notes:
svn path=/head/; revision=201532
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/files/RELENG_4-patch-htnet_SSLConnection.cc | 13 |
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 08b527d31ab1..000000000000 --- 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; |