pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Don't add smtpd.conf as a conf file in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e021e300fcea
branches:  trunk
changeset: 536073:e021e300fcea
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 02 02:17:24 2007 +0000

description:
Don't add smtpd.conf as a conf file in the dovecot-sasl case,
because it doesn't exist unless sasl is defined, causing building with
options dovecot-sasl and not sasl to fail.

diffstat:

 mail/postfix/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r d3851244d0a6 -r e021e300fcea mail/postfix/Makefile
--- a/mail/postfix/Makefile     Sun Dec 02 02:11:43 2007 +0000
+++ b/mail/postfix/Makefile     Sun Dec 02 02:17:24 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.210 2007/10/30 19:31:39 martti Exp $
+# $NetBSD: Makefile,v 1.211 2007/12/02 02:17:24 gdt Exp $
 
 DISTNAME=      postfix-2.4.6
-#PKGREVISION=  1
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 DIST_SUBDIR=   postfix
@@ -117,7 +117,7 @@
 CONF_FILES_PERMS+=     ${EXAMPLEDIR}/${i} ${PKG_SYSCONFDIR}/${i} \
                        ${ROOT_USER} ${ROOT_GROUP} 755
 .endfor
-.if !empty(PKG_OPTIONS:Msasl) || !empty(PKG_OPTIONS:Mdovecot-sasl)
+.if !empty(PKG_OPTIONS:Msasl)
 MAKE_DIRS+=            ${SASLLIBDIR}
 CONF_FILES+=           ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf
 .endif



Home | Main Index | Thread Index | Old Index