Received: by mail.netbsd.org (Postfix, from userid 605) id A645784E5D; Fri, 26 Jan 2018 13:40:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3142984DF3 for ; Fri, 26 Jan 2018 13:40:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C83foJL8i70Q for ; Fri, 26 Jan 2018 13:40:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92B0684CED for ; Fri, 26 Jan 2018 13:40:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90EA5FBDE; Fri, 26 Jan 2018 13:40:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516974017265450" MIME-Version: 1.0 Date: Fri, 26 Jan 2018 13:40:17 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/benchmarks/postal To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180126134017.90EA5FBDE@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. --_----------=_1516974017265450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jan 26 13:40:17 UTC 2018 Modified Files: pkgsrc/benchmarks/postal: Makefile Log Message: postal: Specify c++03 to avoid conflicts with std::bind. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/benchmarks/postal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516974017265450 Content-Disposition: inline Content-Length: 673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/postal/Makefile diff -u pkgsrc/benchmarks/postal/Makefile:1.22 pkgsrc/benchmarks/postal/Makefile:1.23 --- pkgsrc/benchmarks/postal/Makefile:1.22 Tue Mar 29 22:05:47 2016 +++ pkgsrc/benchmarks/postal/Makefile Fri Jan 26 13:40:17 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/03/29 22:05:47 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2018/01/26 13:40:17 jperkin Exp $ DISTNAME= postal-0.70 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Tool for benchmarking SMTP/POP LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= gmake .include "../../security/openssl/buildlink3.mk" --_----------=_1516974017265450--