[70931] trunk/dports/gnome/evolution-data-server

devans at macports.org devans at macports.org
Thu Aug 26 14:44:55 PDT 2010


Revision: 70931
          http://trac.macports.org/changeset/70931
Author:   devans at macports.org
Date:     2010-08-26 14:44:53 -0700 (Thu, 26 Aug 2010)
Log Message:
-----------
evolution-data-server: remove configuration check for <et/com_err.h> which causes misconfiguration
and breakage of the build when port e2fsprogs is installed, fixes #26244.

Modified Paths:
--------------
    trunk/dports/gnome/evolution-data-server/Portfile

Added Paths:
-----------
    trunk/dports/gnome/evolution-data-server/files/patch-m4-evo_krb5_support.m4.diff

Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile	2010-08-26 21:37:39 UTC (rev 70930)
+++ trunk/dports/gnome/evolution-data-server/Portfile	2010-08-26 21:44:53 UTC (rev 70931)
@@ -34,7 +34,8 @@
 
 use_bzip2       yes
 
-patchfiles      patch-configure.ac.diff
+patchfiles      patch-configure.ac.diff \
+                patch-m4-evo_krb5_support.m4.diff
 
 use_autoreconf    yes
 autoreconf.args  -fvi

Added: trunk/dports/gnome/evolution-data-server/files/patch-m4-evo_krb5_support.m4.diff
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch-m4-evo_krb5_support.m4.diff	                        (rev 0)
+++ trunk/dports/gnome/evolution-data-server/files/patch-m4-evo_krb5_support.m4.diff	2010-08-26 21:44:53 UTC (rev 70931)
@@ -0,0 +1,15 @@
+--- m4/evo_krb5_support.m4.orig	2010-08-26 10:41:38.000000000 -0700
++++ m4/evo_krb5_support.m4	2010-08-26 14:02:02.000000000 -0700
+@@ -86,12 +86,6 @@
+ 
+ 	AM_CONDITIONAL(ENABLE_KRB5, [test "x$with_krb5" != "xno"])
+ 
+-	AC_CHECK_HEADER([et/com_err.h],
+-		[AC_DEFINE([HAVE_ET_COM_ERR_H], 1, [Have <et/com_err.h>])],,
+-		[[	#if HAVE_ET_COM_ERR_H
+-			#include <com_err.h>
+-			#endif
+-		]])
+ 	AC_CHECK_HEADER([com_err.h],
+ 		[AC_DEFINE([HAVE_COM_ERR_H], 1, [Have <com_err.h>])],,
+ 		[[	#if HAVE_COM_ERR_H
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100826/af817b88/attachment.html>


More information about the macports-changes mailing list