# ChangeLog for net-mail/uw-imap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.130 2011/12/22 22:00:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.131 2011/12/24 10:27:02 eras Exp $
+
+ 24 Dec 2011; Eray Aslan <eras@gentoo.org> uw-imap-2007f.ebuild:
+ Fix building with -ssl USE flag - bug #395855
22 Dec 2011; Markus Meier <maekke@gentoo.org> uw-imap-2007f.ebuild:
x86 stable, bug #391349
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.4 2011/12/22 22:00:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.5 2011/12/24 10:27:02 eras Exp $
EAPI=4
epatch "${FILESDIR}"/${PN}-2004c-amd64-so-fix.patch
epatch "${FILESDIR}/${PN}-ldflags.patch"
+ # no interactive build
+ sed -i -e "/read x; case/s/^/#/" Makefile || die
+
# Now we must make all the individual Makefiles use different CFLAGS,
# otherwise they would all use -fPIC
sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" src/dmail/Makefile \
# ChangeLog for net-mail/uw-mailutils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.37 2011/12/17 18:26:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.38 2011/12/24 10:24:38 eras Exp $
+
+ 24 Dec 2011; Eray Aslan <eras@gentoo.org> uw-mailutils-2007f.ebuild:
+ Fix building with -ssl USE flag - bug #395855
17 Dec 2011; Raúl Porcel <armin76@gentoo.org> uw-mailutils-2007f.ebuild:
alpha/ia64/sparc stable wrt #391353
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild,v 1.5 2011/12/17 18:26:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2007f.ebuild,v 1.6 2011/12/24 10:24:38 eras Exp $
EAPI=4
epatch "${FILESDIR}/${PN}-2004g.patch"
epatch "${FILESDIR}/${PN}-ssl.patch"
+ # no interactive build
+ sed -i -e "/read x; case/s/^/#/" Makefile || die
+
sed -i -e "s|\`cat \$C/CFLAGS\`|${CFLAGS}|g" \
src/mailutil/Makefile \
src/mtest/Makefile || die "sed failed patching Makefile CFLAGS."