diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
commit | 926382e09698007dc3472481164045c6b0b9754a (patch) | |
tree | d0ae60e8f02a2f6b230176c1f2dd549262359efb /mail/evolution-mapi | |
parent | 42048341091e3810049dedfc96d4b312013ab048 (diff) | |
download | marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2 marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip |
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-mapi')
-rw-r--r-- | mail/evolution-mapi/Makefile | 45 | ||||
-rw-r--r-- | mail/evolution-mapi/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c | 24 | ||||
-rw-r--r-- | mail/evolution-mapi/pkg-descr | 1 | ||||
-rw-r--r-- | mail/evolution-mapi/pkg-plist | 106 |
5 files changed, 0 insertions, 179 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile deleted file mode 100644 index e5375e913..000000000 --- a/mail/evolution-mapi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: evolution-mapi -# Date created: 24 Mar, 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.13 2010/03/30 11:03:36 avl Exp $ -# - -PORTNAME= evolution-mapi -PORTVERSION= 0.30.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution -LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution - -PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= evolutiondataserver -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EVO_VERSION= 2.30 -EDS_VERSION= 1.2 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/libexchangemapi/Makefile.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-mapi/distinfo b/mail/evolution-mapi/distinfo deleted file mode 100644 index 5faa59ed4..000000000 --- a/mail/evolution-mapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-mapi-0.30.1.tar.bz2) = 73577721e07b2a7f15f9c6dfefe7d4e0 -SHA256 (gnome2/evolution-mapi-0.30.1.tar.bz2) = b435225156cb533469c359e9ee659d4bbc21a72860ed15f6faa6835d305c1e9b -SIZE (gnome2/evolution-mapi-0.30.1.tar.bz2) = 493037 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 deleted file mode 100644 index b4123235e..000000000 --- a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 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; - } -+ -+const char *g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+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/pkg-descr b/mail/evolution-mapi/pkg-descr deleted file mode 100644 index 21610bb54..000000000 --- a/mail/evolution-mapi/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -WWW: http://www.go-evolution.org/MAPIProvider diff --git a/mail/evolution-mapi/pkg-plist b/mail/evolution-mapi/pkg-plist deleted file mode 100644 index 6c21313f1..000000000 --- a/mail/evolution-mapi/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-defs.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-folder.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-connection.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-tz-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-recur-utils.h -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.so -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.la -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.so -lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-exchange-mapi.eplug -lib/libexchangemapi-1.0.la -lib/libexchangemapi-1.0.so -lib/libexchangemapi-1.0.so.0 -share/locale/as/LC_MESSAGES/evolution-mapi.mo -share/locale/ast/LC_MESSAGES/evolution-mapi.mo -share/locale/bg/LC_MESSAGES/evolution-mapi.mo -share/locale/bn/LC_MESSAGES/evolution-mapi.mo -share/locale/bn_IN/LC_MESSAGES/evolution-mapi.mo -share/locale/ca/LC_MESSAGES/evolution-mapi.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-mapi.mo -share/locale/cs/LC_MESSAGES/evolution-mapi.mo -share/locale/da/LC_MESSAGES/evolution-mapi.mo -share/locale/de/LC_MESSAGES/evolution-mapi.mo -share/locale/el/LC_MESSAGES/evolution-mapi.mo -share/locale/en_GB/LC_MESSAGES/evolution-mapi.mo -share/locale/en@shaw/LC_MESSAGES/evolution-mapi.mo -share/locale/es/LC_MESSAGES/evolution-mapi.mo -share/locale/et/LC_MESSAGES/evolution-mapi.mo -share/locale/eu/LC_MESSAGES/evolution-mapi.mo -share/locale/fi/LC_MESSAGES/evolution-mapi.mo -share/locale/fr/LC_MESSAGES/evolution-mapi.mo -share/locale/gl/LC_MESSAGES/evolution-mapi.mo -share/locale/gu/LC_MESSAGES/evolution-mapi.mo -share/locale/he/LC_MESSAGES/evolution-mapi.mo -share/locale/hi/LC_MESSAGES/evolution-mapi.mo -share/locale/hu/LC_MESSAGES/evolution-mapi.mo -share/locale/it/LC_MESSAGES/evolution-mapi.mo -share/locale/ja/LC_MESSAGES/evolution-mapi.mo -share/locale/kn/LC_MESSAGES/evolution-mapi.mo -share/locale/ko/LC_MESSAGES/evolution-mapi.mo -share/locale/lt/LC_MESSAGES/evolution-mapi.mo -share/locale/lv/LC_MESSAGES/evolution-mapi.mo -share/locale/mai/LC_MESSAGES/evolution-mapi.mo -share/locale/ml/LC_MESSAGES/evolution-mapi.mo -share/locale/mr/LC_MESSAGES/evolution-mapi.mo -share/locale/ms/LC_MESSAGES/evolution-mapi.mo -share/locale/nb/LC_MESSAGES/evolution-mapi.mo -share/locale/nl/LC_MESSAGES/evolution-mapi.mo -share/locale/or/LC_MESSAGES/evolution-mapi.mo -share/locale/pa/LC_MESSAGES/evolution-mapi.mo -share/locale/pl/LC_MESSAGES/evolution-mapi.mo -share/locale/pt/LC_MESSAGES/evolution-mapi.mo -share/locale/pt_BR/LC_MESSAGES/evolution-mapi.mo -share/locale/ro/LC_MESSAGES/evolution-mapi.mo -share/locale/ru/LC_MESSAGES/evolution-mapi.mo -share/locale/si/LC_MESSAGES/evolution-mapi.mo -share/locale/sk/LC_MESSAGES/evolution-mapi.mo -share/locale/sl/LC_MESSAGES/evolution-mapi.mo -share/locale/sr/LC_MESSAGES/evolution-mapi.mo -share/locale/sr@latin/LC_MESSAGES/evolution-mapi.mo -share/locale/sv/LC_MESSAGES/evolution-mapi.mo -share/locale/ta/LC_MESSAGES/evolution-mapi.mo -share/locale/te/LC_MESSAGES/evolution-mapi.mo -share/locale/th/LC_MESSAGES/evolution-mapi.mo -share/locale/tr/LC_MESSAGES/evolution-mapi.mo -share/locale/uk/LC_MESSAGES/evolution-mapi.mo -share/locale/vi/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_CN/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_HK/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_TW/LC_MESSAGES/evolution-mapi.mo -libdata/pkgconfig/libexchangemapi-1.0.pc -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-mapi-to-ical -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-ical-to-mapi -@dirrm share/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrm include/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |