pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sqwebmail



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 29 20:28:55 UTC 2017

Modified Files:
        pkgsrc/mail/sqwebmail: Makefile

Log Message:
Explicitly disable ldap programs to avoid failures if ldap headers are
found on the build host.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/sqwebmail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/sqwebmail/Makefile
diff -u pkgsrc/mail/sqwebmail/Makefile:1.78 pkgsrc/mail/sqwebmail/Makefile:1.79
--- pkgsrc/mail/sqwebmail/Makefile:1.78 Sat Jul  9 06:38:32 2016
+++ pkgsrc/mail/sqwebmail/Makefile      Thu Jun 29 20:28:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2016/07/09 06:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2017/06/29 20:28:55 jperkin Exp $
 
 DISTNAME=      sqwebmail-5.5.3
 PKGREVISION=   7
@@ -66,6 +66,7 @@ CONFIGURE_ARGS+=      --with-ispell="${PREFIX
 CONFIGURE_ARGS+=       --with-mailer="${SENDMAIL} -oi -t"
 CONFIGURE_ARGS+=       --with-mailgroup=${COURIER_GROUP}
 CONFIGURE_ARGS+=       --with-piddir=${COURIER_STATEDIR}/tmp
+CONFIGURE_ARGS+=       --without-ldapaddressbook --without-ldapaliasd
 
 CONFIGURE_ENV+=                GZIP=${TOOLS_PATH.gzip}
 CONFIGURE_ENV+=                GPG=${PREFIX}/bin/gpg



Home | Main Index | Thread Index | Old Index