Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 225527A272 for ; Mon, 1 May 2017 08:43:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C8B8F84DF8; Mon, 1 May 2017 08:43:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 574E284DC7 for ; Mon, 1 May 2017 08:43: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 HbDJ8D4osUJ5 for ; Mon, 1 May 2017 08:43:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B895984CDD for ; Mon, 1 May 2017 08:43:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7498FBE4; Mon, 1 May 2017 08:43:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493628235207530" MIME-Version: 1.0 Date: Mon, 1 May 2017 08:43:55 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/mail/courier-mta To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170501084355.B7498FBE4@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. --_----------=_1493628235207530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon May 1 08:43:55 UTC 2017 Modified Files: pkgsrc/mail/courier-mta [pkgsrc-2017Q1]: Makefile.common Log Message: Pullup ticket #5338 - requested by sevan mail/courier-mta: build fix Revisions pulled up: - mail/courier-mta/Makefile.common 1.15 --- Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 20 13:50:42 UTC 2017 Modified Files: pkgsrc/mail/courier-mta: Makefile.common Log Message: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.40.1 pkgsrc/mail/courier-mta/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493628235207530 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/courier-mta/Makefile.common diff -u pkgsrc/mail/courier-mta/Makefile.common:1.14 pkgsrc/mail/courier-mta/Makefile.common:1.14.40.1 --- pkgsrc/mail/courier-mta/Makefile.common:1.14 Sat Jun 9 11:45:38 2012 +++ pkgsrc/mail/courier-mta/Makefile.common Mon May 1 08:43:55 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2012/06/09 11:45:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.14.40.1 2017/05/01 08:43:55 bsiegert Exp $ # # used by mail/courier-imap/Makefile # used by mail/courier-maildir/Makefile @@ -45,4 +45,5 @@ CONFIGURE_ARGS+= --with-db=db CONFIGURE_ENV+= SYSCONFTOOL_PERL=${PERL5:Q} +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" --_----------=_1493628235207530--