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 4C0067A46C for ; Wed, 1 Jun 2016 11:47:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B63A185F0B; Wed, 1 Jun 2016 11:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43E7685F05 for ; Wed, 1 Jun 2016 11:47:07 +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 B8U92XM0fC1T for ; Wed, 1 Jun 2016 11:47:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5E7F84CEC for ; Wed, 1 Jun 2016 11:47:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEA2FFBB5; Wed, 1 Jun 2016 11:47:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Jun 2016 11:47:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/opensmtpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160601114706.DEA2FFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Jun 1 11:47:06 UTC 2016 Modified Files: pkgsrc/mail/opensmtpd: distinfo pkgsrc/mail/opensmtpd/patches: patch-configure.ac Log Message: Program checks for HAVE_SNPRINTF, so it should look for snprintf. Fixes build on NetBSD-current. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/opensmtpd/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/opensmtpd/patches/patch-configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.