Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436406 | Differences between
and this patch

Collapse All | Expand All

(-)exim-4.80.ebuild (-1 / +14 lines)
Lines 6-12 Link Here
6
6
7
inherit eutils toolchain-funcs multilib pam
7
inherit eutils toolchain-funcs multilib pam
8
8
9
IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
9
IUSE="dcc +dkim dlfunc dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap lmtp maildir mbx mysql nis pam perl postgres radius sasl spf sqlite srs ssl syslog tcpd X"
10
10
11
DSN_EXIM_V=469
11
DSN_EXIM_V=469
12
DSN_V=1_3
12
DSN_V=1_3
Lines 270-275 Link Here
270
		sed -i -e "s:#define SUPPORT_DSN:define SUPPORT_DSN:" Makefile
270
		sed -i -e "s:#define SUPPORT_DSN:define SUPPORT_DSN:" Makefile
271
	fi
271
	fi
272
272
273
	if use dlfunc; then
274
		sed -i -e "s:# EXPAND_DLFUNC=yes:EXPAND_DLFUNC=yes:" Makefile
275
	fi
276
273
	# use the "native" interface to the DBM library
277
	# use the "native" interface to the DBM library
274
	echo "USE_DB=yes" >> Makefile
278
	echo "USE_DB=yes" >> Makefile
275
	echo "DBMLIB=-ldb" >> Makefile
279
	echo "DBMLIB=-ldb" >> Makefile
Lines 330-337 Link Here
330
334
331
	newconfd "${FILESDIR}"/exim.confd exim
335
	newconfd "${FILESDIR}"/exim.confd exim
332
336
337
	dodir /usr/include/${PN}
338
	insinto /usr/include/${PN}
339
	local f
340
	for f in config.h local_scan.h mytypes.h store.h; do
341
		doins "${S}"/build-exim-gentoo/"${f}" || die "doheaders died"
342
	done
343
333
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
344
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
334
	dodir /var/log/${PN}
345
	dodir /var/log/${PN}
346
	
347
335
}
348
}
336
349
337
pkg_postinst() {
350
pkg_postinst() {

Return to bug 436406