summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2004-09-20 19:48:28 +0000
committerBrian Jackson <iggy@gentoo.org>2004-09-20 19:48:28 +0000
commit31bda5c33138c9932a328ed4633d2463c94f8d35 (patch)
tree2c79b2e304b89c377068ac47d9d2581de1d5da47 /mail-mta/courier
parentStow our versions of critical files in /usr/share/baselayout so that quickpkg... (diff)
downloadgentoo-2-31bda5c33138c9932a328ed4633d2463c94f8d35.tar.gz
gentoo-2-31bda5c33138c9932a328ed4633d2463c94f8d35.tar.bz2
gentoo-2-31bda5c33138c9932a328ed4633d2463c94f8d35.zip
added a small fix for building with uclibc, and removed expect as a dep
Diffstat (limited to 'mail-mta/courier')
-rw-r--r--mail-mta/courier/ChangeLog5
-rw-r--r--mail-mta/courier/courier-0.47.ebuild10
2 files changed, 11 insertions, 4 deletions
diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog
index bddb8ed76744..47f660fbda8c 100644
--- a/mail-mta/courier/ChangeLog
+++ b/mail-mta/courier/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/courier
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.19 2004/09/19 09:00:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.20 2004/09/20 19:48:28 iggy Exp $
+
+ 20 Sep 2004; <iggy@gentoo.org> courier-0.47.ebuild:
+ added a small fix for building with uclibc, and removed expect as a dep
*courier-0.47 (19 Sep 2004)
diff --git a/mail-mta/courier/courier-0.47.ebuild b/mail-mta/courier/courier-0.47.ebuild
index 240f3440f5c7..1e70cd78fbf5 100644
--- a/mail-mta/courier/courier-0.47.ebuild
+++ b/mail-mta/courier/courier-0.47.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.47.ebuild,v 1.1 2004/09/19 09:00:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.47.ebuild,v 1.2 2004/09/20 19:48:28 iggy Exp $
inherit eutils
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.courier-mta.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64"
-IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite"
+IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite uclibc"
PROVIDE="virtual/mta
virtual/mda
@@ -21,7 +21,6 @@ PROVIDE="virtual/mta
DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6
>=sys-libs/gdbm-1.8.0
- >=dev-tcltk/expect-5.33.0
crypt? ( >=app-crypt/gnupg-1.0.4 )
fax? ( >=media-libs/netpbm-9.12
virtual/ghostscript
@@ -44,6 +43,7 @@ src_unpack() {
unpack ${A}
cd ${S}
use norewrite && epatch ${FILESDIR}/norewrite.patch
+ use uclibc && sed -i -e 's:linux-gnu\*:linux-gnu\*\ \|\ linux-uclibc:' config.sub
}
src_compile() {
@@ -295,6 +295,10 @@ pkg_postinst() {
ewarn "hint: look for a line at the bottom of the file that looks like so"
ewarn "ESMTPDSTART=NO"
ewarn "and change it to YES for the services that you use"
+ echo
+ einfo "expect was removed as a dependency due to it's limited usefulness."
+ einfo "If you need the ability to change passwords via webmail _while_ using AUTHPAM, you'll"
+ einfo "have to emerge expect manually. Other auth modules are unaffected."
ebeep 5
}