aboutsummaryrefslogtreecommitdiff
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-09-16 07:34:01 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-09-16 07:34:01 +0000
commit86fde83af8eabf52753daf4dd4151acb960ca32f (patch)
tree1179e2e06a4780f1141c764d4c454ca9dab75082 /mail/vpopmail
parent43e5da527db05683b198383161528f41147fdd29 (diff)
downloadports-86fde83af8eabf52753daf4dd4151acb960ca32f.tar.gz
ports-86fde83af8eabf52753daf4dd4151acb960ca32f.zip
Add the WITH_SMTP_AUTH_PATCH knob to fix the SMTP authentication, at least
when invoked via the elysium implementation of SMTP auth from http://members.elysium.pl/brush/qmail-smtpd-auth/dist/ Submitted by: Nikolay Georgiev <niki@techlab.office1.bg>
Notes
Notes: svn path=/head/; revision=142892
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 7db8118bea04..9737458b4ce5 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -63,6 +63,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
# WITH_DOMAIN_QUOTAS - enable domain quotas
# WITH_SPAMASSASSIN - enable SpamAssassin checks before Maildir delivery
# WITH_SUID_VCHKPW - set the setuid bit on the vchkpw program
+# WITH_SMTP_AUTH_PATCH - apply an SMTP authentcation fix
#
# Set these to the values you'd prefer
#
@@ -190,6 +191,10 @@ WITH_SQL_LOG= yes
CONFIGURE_ARGS+= --enable-sql-logging
.endif
+.if defined(WITH_SMTP_AUTH_PATCH)
+EXTRA_PATCHES+= ${FILESDIR}/vchkpw-smtp-auth.patch
+.endif
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/qmail/bin/qmail-send)