diff options
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-configure | 34 |
2 files changed, 32 insertions, 8 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 431b4090d..6a5e61ab9 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.214 2012/08/08 16:56:39 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.215 2012/09/01 23:02:08 mezz Exp $ # PORTNAME= evolution-data-server PORTVERSION= 2.32.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ gdata.7:${PORTSDIR}/devel/libgdata06 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.44:${PORTSDIR}/devel/libical \ + ical:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure index 527384093..8eef3904d 100644 --- a/databases/evolution-data-server/files/patch-configure +++ b/databases/evolution-data-server/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig 2009-12-25 20:21:00.000000000 +0100 -+++ configure 2009-12-25 20:21:01.000000000 +0100 -@@ -15968,6 +15968,14 @@ - _ACEOF +--- configure.orig 2010-11-14 22:59:14.000000000 -0800 ++++ configure 2012-06-12 08:40:11.000000000 -0700 +@@ -14174,6 +14174,14 @@ + $as_echo "#define _WIN32_WINNT 0x501" >>confdefs.h ;; +*freebsd*) @@ -13,5 +13,29 @@ + LIBEXECDIR_IN_SERVER_FILE="$libexecdir" + ;; *) - os_win32=no + os_win32='no' NO_UNDEFINED='' +@@ -16195,9 +16203,8 @@ + fi + + +- ac_fn_c_check_header_compile "$LINENO" "et/com_err.h" "ac_cv_header_et_com_err_h" " #if HAVE_ET_COM_ERR_H +- #include <com_err.h> +- #endif ++ ac_fn_c_check_header_compile "$LINENO" "et/com_err.h" "ac_cv_header_et_com_err_h" " #include <stdio.h> ++ #include <stdarg.h> + + " + if test "x$ac_cv_header_et_com_err_h" = x""yes; then : +@@ -16207,9 +16214,8 @@ + fi + + +- ac_fn_c_check_header_compile "$LINENO" "com_err.h" "ac_cv_header_com_err_h" " #if HAVE_COM_ERR_H +- #include <com_err.h> +- #endif ++ ac_fn_c_check_header_compile "$LINENO" "com_err.h" "ac_cv_header_com_err_h" " #include <stdio.h> ++ #include <stdarg.h> + + " + if test "x$ac_cv_header_com_err_h" = x""yes; then : |