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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +10 lines)
Line  Link Here
0
-- qmail-1.03-r16.ebuild       2005-04-27 10:08:27.000000000 -0600
0
++ qmail-1.03-r16.ebuild.bak   2005-04-27 10:21:24.000000000 -0600
Lines 4-10 Link Here
4
inherit toolchain-funcs eutils fixheadtails
4
inherit toolchain-funcs eutils fixheadtails
5
IUSE="ssl noauthcram notlsbeforeauth selinux"
5
IUSE="ssl noauthcram notlsbeforeauth selinux logall"
6
DESCRIPTION="A modern replacement for sendmail which uses maildirs and includes SSL/TLS, AUTH SMTP, and queue optimization"
6
DESCRIPTION="A modern replacement for sendmail which uses maildirs and includes SSL/TLS, AUTH SMTP, and queue optimization"
7
HOMEPAGE="http://www.qmail.org/
7
HOMEPAGE="http://www.qmail.org/
8
       http://members.elysium.pl/brush/qmail-smtpd-auth/
8
       http://members.elysium.pl/brush/qmail-smtpd-auth/
Lines 38-43 Link Here
38
       mirror://gentoo/qmail-1.03-r16-mfcheck.diff
38
       mirror://gentoo/qmail-1.03-r16-mfcheck.diff
39
       mirror://gentoo/qmail-1.03-r16-logrelay.diff
39
       mirror://gentoo/qmail-1.03-r16-logrelay.diff
40
       http://www.finnie.org/software/qmail-bounce-encap/qmail-bounce-encap-20040210.patch
40
       http://www.finnie.org/software/qmail-bounce-encap/qmail-bounce-encap-20040210.patch
41
       http://www.cyber-sentry.com/index.php?id=35
41
       "
42
       "
42
# broken stuffs
43
# broken stuffs
43
#http://www.qcc.ca/~charlesc/software/misc/nullenvsender-recipcount.patch
44
#http://www.qcc.ca/~charlesc/software/misc/nullenvsender-recipcount.patch
Lines 299-304 Link Here
299
       # TODO hansmi, 2005-01-06: should not be required anymore
300
       # TODO hansmi, 2005-01-06: should not be required anymore
300
       #EPATCH_SINGLE_MSG="fixing stderr logging for checkpassword to enable qmail-queue to continue logging" \
301
       #EPATCH_SINGLE_MSG="fixing stderr logging for checkpassword to enable qmail-queue to continue logging" \
301
       #epatch ${FILESDIR}/${PVR}/gentoo-qmail-1.03-r16-logging-with-smtpauth.patch
302
       #epatch ${FILESDIR}/${PVR}/gentoo-qmail-1.03-r16-logging-with-smtpauth.patch
303
304
       #add ability to log every message
305
       # Added by Andrew Preece 2005-04-27
306
       if use logall; then
307
               EPATCH_SINGLE_MSG="Adding Log All Messages Patch" \
308
               epatch ${FILESDIR}/${PVR}/logall.patch
309
       fi
302
}
310
}
303
src_compile() {
311
src_compile() {

Return to bug 90631