diff options
Diffstat (limited to 'databases/evolution-data-server3/files')
7 files changed, 0 insertions, 103 deletions
diff --git a/databases/evolution-data-server3/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c b/databases/evolution-data-server3/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c deleted file mode 100644 index 34ad35881..000000000 --- a/databases/evolution-data-server3/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./calendar/libedata-cal/e-cal-backend-intervaltree.c.orig 2011-01-18 17:09:50.000000000 +0000 -+++ ./calendar/libedata-cal/e-cal-backend-intervaltree.c 2011-01-18 17:09:59.000000000 +0000 -@@ -26,7 +26,7 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> -+#include <stdlib.h> - - #include "e-cal-backend-intervaltree.h" - diff --git a/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server3/files/patch-camel_camel-sasl-gssapi.c b/databases/evolution-data-server3/files/patch-camel_camel-sasl-gssapi.c deleted file mode 100644 index 853a2f278..000000000 --- a/databases/evolution-data-server3/files/patch-camel_camel-sasl-gssapi.c +++ /dev/null @@ -1,11 +0,0 @@ ---- camel/camel-sasl-gssapi.c.orig 2012-05-20 12:44:42.000000000 +0200 -+++ camel/camel-sasl-gssapi.c 2012-05-20 12:45:21.000000000 +0200 -@@ -66,7 +66,7 @@ - #endif /* HAVE_MIT_KRB5 */ - - #ifdef HAVE_HEIMDAL_KRB5 --#include <gssapi.h> -+#include <gssapi/gssapi.h> - #else - #ifdef HAVE_SUN_KRB5 - #include <gssapi/gssapi.h> diff --git a/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in deleted file mode 100644 index 0e1321d75..000000000 --- a/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Our gperf (2.7.2) doesn't understand --output-file. - ---- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 -+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 -@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA - - - camel-imapx-tokenise.h: camel-imapx-tokens.txt -- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ -+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ - - -include $(top_srcdir)/git.mk - diff --git a/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt deleted file mode 100644 index 8ce6381e9..000000000 --- a/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 -+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 -@@ -1,5 +1,3 @@ --/* This contains all of the keywords we care about. These -- can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; - struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% diff --git a/databases/evolution-data-server3/files/patch-configure b/databases/evolution-data-server3/files/patch-configure deleted file mode 100644 index 82e7be156..000000000 --- a/databases/evolution-data-server3/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig 2012-05-14 06:21:51.000000000 +0200 -+++ configure 2012-05-20 12:56:44.000000000 +0200 -@@ -16716,6 +16716,14 @@ - DL_LIB='' - LIBEXECDIR_IN_SERVER_FILE="$libexecdir" - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32='no' - NO_UNDEFINED='' -@@ -19295,6 +19303,7 @@ - #include <com_err.h> - #endif - -+#include <sys/types.h> - " - if test "x$ac_cv_header_com_err_h" = xyes; then : - diff --git a/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile b/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile deleted file mode 100644 index 6d63d41e1..000000000 --- a/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2011-09-15 22:17:02.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2011-09-15 22:18:09.000000000 +0200 -@@ -159,7 +159,7 @@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ - GTKDOC_REBASE = @GTKDOC_REBASE@ - HAVE_JW = @HAVE_JW@ - HAVE_VALA = @HAVE_VALA@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ |