From 85bf72a3f849b1df22c4c432804977b101d7713c Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 16 Sep 2005 07:34:01 +0000 Subject: 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 --- mail/vpopmail/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 .if exists(${LOCALBASE}/qmail/bin/qmail-send) -- cgit