From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/files/, gnome-extra/evolution-exchange/
Date: Tue, 15 Feb 2011 19:52:28 +0000 (UTC) [thread overview]
Message-ID: <2186115013e145c737baacdaeeb35ffbbc010657.nirbheek@gentoo> (raw)
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) \
reply other threads:[~2011-02-15 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2186115013e145c737baacdaeeb35ffbbc010657.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox