Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347237
Collapse All | Expand All

(-)/usr/portage/mail-mta/courier/courier-0.65.2.ebuild (-3 / +4 lines)
Lines 12-18 Link Here
12
# not in keywords due to missing dependencies: ~arm ~s390 ~ppc64
12
# not in keywords due to missing dependencies: ~arm ~s390 ~ppc64
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
14
IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite mailwrapper \
14
IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite mailwrapper \
15
	fam web webmail"
15
	fam web webmail db"
16
16
17
PROVIDE="virtual/mta
17
PROVIDE="virtual/mta
18
	 virtual/mda
18
	 virtual/mda
Lines 21-27 Link Here
21
DEPEND="
21
DEPEND="
22
	>=net-libs/courier-authlib-0.61.0
22
	>=net-libs/courier-authlib-0.61.0
23
	>=dev-libs/openssl-0.9.6
23
	>=dev-libs/openssl-0.9.6
24
	>=sys-libs/gdbm-1.8.0
24
	!db? ( >=sys-libs/gdbm-1.8.0 )
25
	db? ( sys-libs/db )
25
	dev-libs/libpcre
26
	dev-libs/libpcre
26
	app-misc/mime-types
27
	app-misc/mime-types
27
	fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl >=net-dialup/mgetty-1.1.28 )
28
	fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl >=net-dialup/mgetty-1.1.28 )
Lines 56-61 Link Here
56
	myconf=""
57
	myconf=""
57
58
58
	use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
59
	use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
60
	use db && myconf="${myconf} --with-db=db"
59
61
60
	econf ${myconf} \
62
	econf ${myconf} \
61
		$(use_with fam) \
63
		$(use_with fam) \
Lines 77-83 Link Here
77
		--with-mailuser=mail \
79
		--with-mailuser=mail \
78
		--with-mailgroup=mail \
80
		--with-mailgroup=mail \
79
		--with-paranoid-smtpext \
81
		--with-paranoid-smtpext \
80
		--with-db=gdbm \
81
		--disable-autorenamesent \
82
		--disable-autorenamesent \
82
		--cache-file="${S}/configuring.cache" \
83
		--cache-file="${S}/configuring.cache" \
83
		--host="${CHOST}" debug=true || die "./configure"
84
		--host="${CHOST}" debug=true || die "./configure"

Return to bug 347237