diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-14 06:50:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-14 06:50:40 +0800 |
commit | c4b4f3bdc96a34c506bd40a8581a64f948b7a99e (patch) | |
tree | 4f3568edff7bd0542c83096c22ed4bb391fc473a /mail | |
parent | 2a22e55b68b4a25553e4e3075caeb2176d59c672 (diff) | |
download | marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar.gz marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar.bz2 marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar.lz marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar.xz marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.tar.zst marcuscom-ports-c4b4f3bdc96a34c506bd40a8581a64f948b7a99e.zip |
Add a stub symbol for e_plugin_lib_get_configure_widget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13820 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
4 files changed, 21 insertions, 7 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 2aa0ac3d0..46ca40e55 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.154 2010/02/23 10:13:25 avl Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.155 2010/03/13 08:57:09 marcus Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.29.92 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c index 49adfb514..41cab1859 100644 --- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c +++ b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c @@ -1,6 +1,6 @@ ---- eplugin/exchange-operations.c.orig 2010-03-13 03:42:59.000000000 -0500 -+++ eplugin/exchange-operations.c 2010-03-13 03:43:52.000000000 -0500 -@@ -304,3 +304,15 @@ is_exchange_personal_folder (ExchangeAcc +--- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500 ++++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500 +@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc } return FALSE; } @@ -16,3 +16,9 @@ +g_module_unload (gpointer module) { + return; +} ++ ++GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); ++GtkWidget * ++e_plugin_lib_get_configure_widget (Eplugin *plugin) { ++ return NULL; ++} diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index eb71f0c8f..82c372581 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.10 2010/02/23 06:59:13 avl Exp $ +# $MCom: ports/mail/evolution-mapi/Makefile,v 1.11 2010/03/13 09:08:18 marcus Exp $ # PORTNAME= evolution-mapi PORTVERSION= 0.29.92 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c index 5cb3c6e73..b4123235e 100644 --- a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c @@ -1,6 +1,6 @@ --- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500 -+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 04:06:21.000000000 -0500 -@@ -696,3 +696,15 @@ exchange_mapi_cal_commit (EPlugin *epl, ++++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500 +@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl, // Update the folder list in the plugin and ExchangeMAPIFolder return; } @@ -16,3 +16,9 @@ +g_module_unload (gpointer module) { + return; +} ++ ++GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); ++GtkWidget * ++e_plugin_lib_get_configure_widget (EPlugin *plugin) { ++ return NULL; ++} |