summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /mail/evolution/files
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-aa45
-rw-r--r--mail/evolution/files/patch-mail_em-migrate.c11
-rw-r--r--mail/evolution/files/patch-plugins_exchange-operations_Makefile.in10
3 files changed, 0 insertions, 66 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa
deleted file mode 100644
index 44b359190..000000000
--- a/mail/evolution/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
---- configure.orig 2009-08-24 11:10:44.000000000 +0200
-+++ configure 2009-08-24 11:13:05.000000000 +0200
-@@ -16389,6 +16389,16 @@ case "$host" in
- SOFTOKN3_LIB=''
- HAL_REQUIREMENT=''
- ;;
-+*freebsd*) os_win32=no
-+ NO_UNDEFINED=''
-+ SOCKET_LIBS=''
-+ SOEXT='.so'
-+ SA_JUNK_PLUGIN=sa-junk-plugin
-+ BF_JUNK_PLUGIN=bogo-junk-plugin
-+ DL_LIB=''
-+ SOFTOKN3_LIB='-lsoftokn3'
-+ HAL_REQUIREMENT='hal'
-+ ;;
- *)
- os_win32=no
- NO_UNDEFINED=''
-@@ -18403,6 +18413,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <netdb.h>
-+ #include <stdio.h>
-
- #define BUFSIZE (sizeof(struct hostent)+10)
-
-@@ -22101,7 +22112,7 @@ if test "x${with_krb5}" != "xno"; then
- LIBS_save="$LIBS"
-
- mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
-- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
-+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
- sunlibs="-lkrb5 -lgss"
- { $as_echo "$as_me:$LINENO: checking for Kerberos 5" >&5
- $as_echo_n "checking for Kerberos 5... " >&6; }
-@@ -30112,7 +30123,7 @@ componentdir="$privlibdir/components"
- idldir='${datadir}'/idl/evolution-$BASE_VERSION
-
-
--serverdir="$libdir/bonobo/servers"
-+serverdir="$prefix/libdata/bonobo/servers"
-
-
- evolutionuidir="$privdatadir/ui"
diff --git a/mail/evolution/files/patch-mail_em-migrate.c b/mail/evolution/files/patch-mail_em-migrate.c
deleted file mode 100644
index e2df9c618..000000000
--- a/mail/evolution/files/patch-mail_em-migrate.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mail/em-migrate.c.orig 2007-12-15 16:58:56.000000000 +0100
-+++ mail/em-migrate.c 2007-12-21 16:17:32.000000000 +0100
-@@ -1493,7 +1493,7 @@
- ut.actime = st.st_atime;
- ut.modtime = st.st_mtime;
- utime (dest, &ut);
-- chmod (dest, st.st_mode);
-+ chmod (dest, st.st_mode | S_IWUSR);
-
- return 0;
-
diff --git a/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in b/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in
deleted file mode 100644
index 2ecb54002..000000000
--- a/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/exchange-operations/Makefile.in.orig 2008-04-27 23:58:09.000000000 -0400
-+++ plugins/exchange-operations/Makefile.in 2008-04-28 00:02:31.000000000 -0400
-@@ -463,6 +463,7 @@ liborg_gnome_exchange_operations_la_LIBA
- $(top_builddir)/calendar/gui/libevolution-calendar.la \
- $(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \
-+ -Wl,--no-as-needed,$(top_builddir)/addressbook/gui/component/.libs/libevolution-addressbook.so \
- $(CAMEL_EXCHANGE_LIBS) \
- $(EVOLUTION_MAIL_LIBS)
-