Received: by mail.netbsd.org (Postfix, from userid 605) id 0886884DD3; Thu, 29 Jun 2017 20:28:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DC6D84DD0 for ; Thu, 29 Jun 2017 20:28:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8zhK_Bt7BUfz for ; Thu, 29 Jun 2017 20:28:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ECCE284CDD for ; Thu, 29 Jun 2017 20:28:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E676DFAE8; Thu, 29 Jun 2017 20:28:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149876813524290" MIME-Version: 1.0 Date: Thu, 29 Jun 2017 20:28:55 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/sqwebmail To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170629202855.E676DFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149876813524290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_149876813524290 Content-Disposition: inline Content-Length: 811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_149876813524290--