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

(-)/usr/portage/mail-filter/qmail-scanner/files/qmail-scanner.conf (+9 lines)
Line 0 Link Here
1
# this file controls what gets passed to ./configure when building qmail-scanner
2
# for options see http://qmail-scanner.sourceforge.net/configure-options.php
3
4
QS_CONF="--domain localhost \
5
	--batch \
6
	--log-details yes \
7
	--mime-unpacker ripmime \
8
	--skip-setuid-test \
9
"
(-)/usr/portage/mail-filter/qmail-scanner/qmail-scanner-1.25.ebuild (-5 / +21 lines)
Lines 58-71 Link Here
58
src_compile () {
58
src_compile () {
59
	--domain localhost \
59
60
	--batch \
60
	if [ -f "/etc/conf.d/qmail-scanner" ]; then
61
	--log-details yes \
61
		source /etc/conf.d/qmail-scanner
62
	--mime-unpacker "ripmime" \
62
		ewarn ""
63
	--skip-setuid-test \
63
		ewarn "Using the following configure options"
64
		ewarn ${QS_CONF} ${myconf}
65
		ewarn ""
66
	else
67
		source ${FILESDIR}/qmail-scanner.conf
68
		ewarn ""
69
		ewarn "Using the ebuild configure options, if you want to specify your own"
70
		ewarn "edit /etc/conf.d/qmail-scanner and re-emerge qmail-scanner."
71
		ewarn ""
72
		ewarn ${QS_CONF} ${myconf}
73
		ewarn ""
74
	fi
75
76
	${QS_CONF} \
Lines 118-123 Link Here
131
	insinto /etc/conf.d
132
	newins ${FILESDIR}/qmail-scanner.conf qmail-scanner
133

Return to bug 82718