[72740] trunk/dports/gnome/evolution-data-server
devans at macports.org
devans at macports.org
Mon Oct 25 10:06:52 PDT 2010
Revision: 72740
http://trac.macports.org/changeset/72740
Author: devans at macports.org
Date: 2010-10-25 10:06:49 -0700 (Mon, 25 Oct 2010)
Log Message:
-----------
evolution-data-server: build fixes, closes #26957, maintainer timeout.
* drop GDK_DISABLE_DEPRECATED from cflags to allow building against gtk2 2.22
* disable kerberos5 support on Tiger which breaks build there
Modified Paths:
--------------
trunk/dports/gnome/evolution-data-server/Portfile
trunk/dports/gnome/evolution-data-server/files/patch-configure.ac.diff
Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile 2010-10-25 16:49:18 UTC (rev 72739)
+++ trunk/dports/gnome/evolution-data-server/Portfile 2010-10-25 17:06:49 UTC (rev 72740)
@@ -63,6 +63,8 @@
reinplace "s|#include <stdio.h>|#include <stdio.h>\\\n#include <sys/types.h>|g" \
${worksrcpath}/camel/camel-block-file.h
}
+ configure.args-delete --with-krb5=/usr
+ configure.args-append --without-krb5
}
variant gtk_doc description {Build gtk-doc documentation} {
Modified: trunk/dports/gnome/evolution-data-server/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch-configure.ac.diff 2010-10-25 16:49:18 UTC (rev 72739)
+++ trunk/dports/gnome/evolution-data-server/files/patch-configure.ac.diff 2010-10-25 17:06:49 UTC (rev 72740)
@@ -1,6 +1,14 @@
--- configure.ac.orig 2010-06-22 12:00:20.000000000 -0700
-+++ configure.ac 2010-08-22 13:35:51.000000000 -0700
-@@ -181,7 +181,7 @@
++++ configure.ac 2010-10-22 12:34:11.000000000 -0700
+@@ -147,7 +147,6 @@
+ AS_COMPILER_FLAGS(WARNING_FLAGS,
+ "-DG_DISABLE_DEPRECATED
+ -DPANGO_DISABLE_DEPRECATED
+- -DGDK_DISABLE_DEPRECATED
+ -DGDK_PIXBUF_DISABLE_DEPRECATED
+ -DG_DISABLE_SINGLE_INCLUDES
+ -DGTK_DISABLE_SINGLE_INCLUDES
+@@ -181,7 +180,7 @@
AM_CPPFLAGS="$WARNING_FLAGS -fno-strict-aliasing"
AC_SUBST(AM_CPPFLAGS)
@@ -9,7 +17,7 @@
dnl ******************************
dnl Initialize maintainer mode
-@@ -301,8 +301,8 @@
+@@ -301,8 +300,8 @@
dnl ******************************
dnl regex check
dnl ******************************
@@ -20,7 +28,7 @@
AC_DEFINE(HAVE_REGEXEC,1,[Define to 1 if you have the regexec function.])],
[AC_MSG_ERROR([No regex library found])])])
AC_SUBST(REGEX_LIBS)
-@@ -315,8 +315,8 @@
+@@ -315,8 +314,8 @@
[Prefix where libdb is installed]),
[libdb_prefix="$withval"], [libdb_prefix='${prefix}'])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101025/70a6e7ce/attachment.html>
More information about the macports-changes
mailing list