diff options
author | obache <obache@pkgsrc.org> | 2010-07-13 00:31:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-13 00:31:17 +0000 |
commit | 5c1c4216d4f7df1a08bf2276d46eb0d0848a5dae (patch) | |
tree | 54e6c61f482b2e6db5898991fa6189113db5db49 /mail | |
parent | 2f1557f9b0206d35bd8af68efacc2352caa12db1 (diff) | |
download | pkgsrc-5c1c4216d4f7df1a08bf2276d46eb0d0848a5dae.tar.gz |
Remove unused patches.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-data-server/patches/patch-ab | 14 | ||||
-rw-r--r-- | mail/evolution-data-server/patches/patch-aq | 13 | ||||
-rw-r--r-- | mail/evolution-data-server/patches/patch-ar | 14 | ||||
-rw-r--r-- | mail/evolution-data-server/patches/patch-at | 15 |
4 files changed, 0 insertions, 56 deletions
diff --git a/mail/evolution-data-server/patches/patch-ab b/mail/evolution-data-server/patches/patch-ab deleted file mode 100644 index 6977082b6db..00000000000 --- a/mail/evolution-data-server/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2008/10/16 13:57:31 drochner Exp $ - ---- calendar/libedata-cal/Makefile.in.orig 2008-09-22 04:26:02.000000000 +0200 -+++ calendar/libedata-cal/Makefile.in -@@ -61,9 +61,6 @@ libedata_cal_1_2_la_DEPENDENCIES = \ - $(top_builddir)/libedataserver/libedataserver-1.2.la \ - $(top_builddir)/libebackend/libebackend-1.2.la \ - $(am__DEPENDENCIES_1) --am__objects_1 = Evolution-DataServer-Calendar-common.lo \ -- Evolution-DataServer-Calendar-skels.lo \ -- Evolution-DataServer-Calendar-stubs.lo - am_libedata_cal_1_2_la_OBJECTS = $(am__objects_1) e-cal-backend.lo \ - e-cal-backend-cache.lo e-cal-backend-factory.lo \ - e-cal-backend-loader-factory.lo e-cal-backend-sexp.lo \ diff --git a/mail/evolution-data-server/patches/patch-aq b/mail/evolution-data-server/patches/patch-aq deleted file mode 100644 index 35c9ea07f63..00000000000 --- a/mail/evolution-data-server/patches/patch-aq +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aq,v 1.1 2006/10/16 22:09:59 rillig Exp $ - ---- libdb/dist/configure.orig 2006-10-16 23:49:09.000000000 +0200 -+++ libdb/dist/configure 2006-10-16 23:50:28.000000000 +0200 -@@ -4925,7 +4925,7 @@ fi - # we're using. - case "$host_os" in - sysv5UnixWare*|sysv5OpenUNIX8*) -- if test "$GCC" == "yes"; then -+ if test "$GCC" = "yes"; then - CPPFLAGS="$CPPFLAGS -pthread" - LDFLAGS="$LDFLAGS -pthread" - else diff --git a/mail/evolution-data-server/patches/patch-ar b/mail/evolution-data-server/patches/patch-ar deleted file mode 100644 index d6b8163c2fd..00000000000 --- a/mail/evolution-data-server/patches/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ar,v 1.1 2007/01/18 15:22:15 tonio Exp $ - ---- servers/exchange/lib/e2k-autoconfig.c.orig 2006-05-10 10:24:12.000000000 +0200 -+++ servers/exchange/lib/e2k-autoconfig.c -@@ -44,6 +44,9 @@ - #include <netinet/in.h> - #include <arpa/nameser.h> - #include <resolv.h> -+#ifndef T_SRV -+#define T_SRV 33 -+#endif - #else - #include <winsock2.h> - #include <ws2tcpip.h> diff --git a/mail/evolution-data-server/patches/patch-at b/mail/evolution-data-server/patches/patch-at deleted file mode 100644 index 831c7664deb..00000000000 --- a/mail/evolution-data-server/patches/patch-at +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-at,v 1.2 2009/01/13 13:23:38 wiz Exp $ - ---- addressbook/libebook/e-book.c.orig 2008-11-07 05:34:23.000000000 +0100 -+++ addressbook/libebook/e-book.c -@@ -22,6 +22,10 @@ - - #define d(x) - -+#if !defined(__GNUC__) && !defined(__FUNCTION__) -+#define __FUNCTION__ __func__ -+#endif -+ - GMainContext *_ebook_context; - - static GObjectClass *parent_class; |