summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee-devel/files')
-rw-r--r--www/cherokee-devel/files/patch-Makefile.in30
-rw-r--r--www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c10
-rw-r--r--www/cherokee-devel/files/patch-cherokee-socket.c27
-rw-r--r--www/cherokee-devel/files/patch-cherokee-socket.h19
-rw-r--r--www/cherokee-devel/files/patch-cherokee-util.h17
5 files changed, 0 insertions, 103 deletions
diff --git a/www/cherokee-devel/files/patch-Makefile.in b/www/cherokee-devel/files/patch-Makefile.in
deleted file mode 100644
index f1ef24f4b3e6..000000000000
--- a/www/cherokee-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig Thu Jan 19 03:58:11 2006
-+++ Makefile.in Thu Jan 19 14:01:55 2006
-@@ -314,7 +314,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = m4 contrib www doc icons qa cherokee cget
-+SUBDIRS = m4 contrib www icons qa cherokee cget
- bin_SCRIPTS = cherokee-config
- SUFFIXES = .sample.pre .sample
-
-@@ -978,7 +978,7 @@
-
-
- .sample.pre.sample:
-- $(top_builddir)/cherokee_replace $< $@ "%sysconfdir%" "${sysconfdir}" "%datadir%" "${datadir}" "%prefix%" "${prefix}" "%wwwroot%" "${WWW_ROOT}"
-+ true $< $@ "%sysconfdir%" "${sysconfdir}" "%datadir%" "${datadir}" "%prefix%" "${prefix}" "%wwwroot%" "${WWW_ROOT}"
-
- install-data-local-config:
- @$(mkinstalldirs) $(DESTDIR)$(pkgincludedir);
-@@ -1021,9 +1021,6 @@
- echo "$@ will not overwrite existing $(cherokeeconfdir)/mime.compression.types"; \
- else \
- $(INSTALL_DATA) $(top_srcdir)/mime.compression.types.sample $(DESTDIR)$(cherokeeconfdir)/mime.compression.types; \
-- fi
-- @if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
-- $(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
- fi
- @if test -f $(DESTDIR)$(cherokeeconfdir)/sites-available/default ; then \
- echo "$@ will not overwrite existing $(cherokeeconfdir)/sites-available/default"; \
diff --git a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c b/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
deleted file mode 100644
index 07ecb82c1bab..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- cherokee/fdpoll-kqueue.c.orig Fri May 27 02:42:27 2005
-+++ cherokee/fdpoll-kqueue.c Fri Sep 16 00:03:37 2005
-@@ -27,6 +27,7 @@
- #include "fdpoll-protected.h"
-
- #include <stdio.h>
-+#include <sys/types.h>
- #include <sys/event.h>
- #include <sys/time.h>
- #include <unistd.h>
diff --git a/www/cherokee-devel/files/patch-cherokee-socket.c b/www/cherokee-devel/files/patch-cherokee-socket.c
deleted file mode 100644
index 9e2f4f133ffc..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-socket.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- cherokee/socket.c.orig Tue Aug 2 05:32:12 2005
-+++ cherokee/socket.c Thu Aug 4 21:17:27 2005
-@@ -1052,15 +1052,20 @@
- cherokee_socket_init_client_tls (cherokee_socket_t *socket)
- {
- #ifdef HAVE_TLS
-- int re;
--
-- socket->is_tls = TLS;
--
- # ifdef HAVE_GNUTLS
-+
- const int kx_priority[] = {GNUTLS_KX_ANON_DH, 0};
-
- gnutls_anon_client_credentials anoncred;
-+
-+# endif
-+
-+ int re;
-
-+ socket->is_tls = TLS;
-+
-+# ifdef HAVE_GNUTLS
-+
- /* Acredentials
- */
- gnutls_anon_allocate_client_credentials(&anoncred);
diff --git a/www/cherokee-devel/files/patch-cherokee-socket.h b/www/cherokee-devel/files/patch-cherokee-socket.h
deleted file mode 100644
index 1d3eb1b24ad0..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-socket.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- cherokee/socket.h.orig Sun Mar 6 08:09:33 2005
-+++ cherokee/socket.h Fri Apr 1 13:09:44 2005
-@@ -45,12 +45,12 @@
- # include <sys/socket.h>
- #endif
-
--#ifdef HAVE_ARPA_INET_H
--# include <arpa/inet.h>
--#endif
--
- #ifdef HAVE_NETINET_IN_H
- # include <netinet/in.h>
-+#endif
-+
-+#ifdef HAVE_ARPA_INET_H
-+# include <arpa/inet.h>
- #endif
-
- #if defined(HAVE_GNUTLS)
diff --git a/www/cherokee-devel/files/patch-cherokee-util.h b/www/cherokee-devel/files/patch-cherokee-util.h
deleted file mode 100644
index 180fecacac4e..000000000000
--- a/www/cherokee-devel/files/patch-cherokee-util.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- cherokee/util.h.orig Sat Oct 15 19:31:05 2005
-+++ cherokee/util.h Thu Oct 20 00:59:40 2005
-@@ -31,6 +31,14 @@
-
- #include <cherokee/common.h>
-
-+#ifdef HAVE_SYS_TYPES_H
-+#include <sys/types.h>
-+#endif
-+
-+#ifdef HAVE_SYS_SOCKET_H
-+# include <sys/socket.h>
-+#endif
-+
- #ifdef HAVE_NETINET_IN_H
- # include <netinet/in.h>
- #endif