Received: by mail.netbsd.org (Postfix, from userid 605) id 04A1484E57; Fri, 26 Jan 2018 13:36:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84C2284DF3 for ; Fri, 26 Jan 2018 13:36:44 +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 4gKaFI9w-Ppa for ; Fri, 26 Jan 2018 13:36:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 22C5684CED for ; Fri, 26 Jan 2018 13:36:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20F3DFBDE; Fri, 26 Jan 2018 13:36:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516973804235910" MIME-Version: 1.0 Date: Fri, 26 Jan 2018 13:36:44 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/security/sbd To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180126133644.20F3DFBDE@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. --_----------=_1516973804235910 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:36:44 UTC 2018 Modified Files: pkgsrc/security/sbd: Makefile Log Message: sbd: Specify c++03 to avoid conflicts with std::bind. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/sbd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516973804235910 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/sbd/Makefile diff -u pkgsrc/security/sbd/Makefile:1.5 pkgsrc/security/sbd/Makefile:1.6 --- pkgsrc/security/sbd/Makefile:1.5 Mon Sep 4 18:08:27 2017 +++ pkgsrc/security/sbd/Makefile Fri Jan 26 13:36:43 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/01/26 13:36:43 jperkin Exp $ # DISTNAME= sbd-0.5 @@ -11,7 +11,7 @@ COMMENT= HMAC & one-time pad-based remot WRKSRC= ${WRKDIR}/sbd -USE_LANGUAGES+= c c++ +USE_LANGUAGES+= c c++03 EGDIR= ${PREFIX}/share/sbd CONF_FILES= ${EGDIR}/deckey.bits ${PKG_SYSCONFDIR}/sbd/deckey.bits --_----------=_1516973804235910--