public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/files/, gnome-extra/evolution-exchange/
@ 2011-02-15 19:52 Nirbheek Chauhan
  0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan @ 2011-02-15 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2186115013e145c737baacdaeeb35ffbbc010657
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 18:53:22 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 19:45:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=21861150

Add gnome-extra/evolution-exchange-2.91.6

* Add patch to fix build issue due to as-needed

---
 .../evolution-exchange-2.91.6.ebuild               |   58 ++++++++++++++++++++
 ...evolution-exchange-2.91.6-xntlm-as-needed.patch |   11 ++++
 2 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild
new file mode 100644
index 0000000..1b2395b
--- /dev/null
+++ b/gnome-extra/evolution-exchange/evolution-exchange-2.91.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild,v 1.1 2011/02/07 11:40:13 pacho Exp $
+
+EAPI="3"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools gnome2
+
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
+HOMEPAGE="http://projects.gnome.org/evolution/"
+LICENSE="GPL-2"
+
+SLOT="2.0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug doc static"
+
+RDEPEND="
+	>=mail-client/evolution-${PV}:2.0
+	>=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
+	>=dev-libs/glib-2.16:2
+	>=x11-libs/gtk+-2.99.2:3
+	>=gnome-base/gconf-2
+	dev-libs/libxml2
+	net-libs/libsoup:2.4
+	>=net-nds/openldap-2.1.30-r2
+	virtual/krb5"
+
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.40
+	dev-util/pkgconfig
+	doc? ( >=dev-util/gtk-doc-1.9 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--with-krb5=/usr
+		--with-openldap
+		--disable-static
+		--disable-maintainer-mode
+		$(use_enable debug e2k-debug)
+		$(use_with static static-ldap)"
+	DOCS="AUTHORS ChangeLog NEWS README"
+}
+
+src_prepare() {
+	gnome2_src_prepare
+
+	# Fix compilation failure with as-needed
+	epatch "${FILESDIR}/${P}-xntlm-as-needed.patch"
+
+	# FIXME: Fix compilation flags crazyness
+	sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
+		-i configure.ac configure || die "sed 1 failed"
+
+	# Needed for the as-needed patch
+	eautoreconf
+}

diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.91.6-xntlm-as-needed.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.91.6-xntlm-as-needed.patch
new file mode 100644
index 0000000..511c4d3
--- /dev/null
+++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.91.6-xntlm-as-needed.patch
@@ -0,0 +1,11 @@
+--- server/lib/Makefile.am
++++ server/lib/Makefile.am
+@@ -71,6 +71,8 @@
+ 	$(EVOLUTION_DATA_SERVER_CFLAGS)
+ 
+ libexchange_la_LIBADD = \
++	-L$(top_srcdir)/server/xntlm \
++	-lxntlm \
+ 	$(EVOLUTION_DATA_SERVER_LIBS) \
+ 	$(GNOME_PLATFORM_LIBS) \
+ 	$(SOUP_LIBS) \



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-15 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 19:52 [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/files/, gnome-extra/evolution-exchange/ Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox