Received: by mail.netbsd.org (Postfix, from userid 605) id 3F21C84E56; Fri, 26 Jan 2018 13:34:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE7CE84DF3 for ; Fri, 26 Jan 2018 13:34:39 +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 a9nzBmrVQYgy for ; Fri, 26 Jan 2018 13:34:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D3BF84CED for ; Fri, 26 Jan 2018 13:34:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B8D9FBDE; Fri, 26 Jan 2018 13:34:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516973679184740" MIME-Version: 1.0 Date: Fri, 26 Jan 2018 13:34:39 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/editors/dasher To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180126133439.2B8D9FBDE@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. --_----------=_1516973679184740 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:34:39 UTC 2018 Modified Files: pkgsrc/editors/dasher: Makefile Log Message: dasher: Specify c++03 to avoid conflicts with std::bind. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/editors/dasher/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516973679184740 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/dasher/Makefile diff -u pkgsrc/editors/dasher/Makefile:1.91 pkgsrc/editors/dasher/Makefile:1.92 --- pkgsrc/editors/dasher/Makefile:1.91 Thu Nov 23 17:19:52 2017 +++ pkgsrc/editors/dasher/Makefile Fri Jan 26 13:34:39 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2017/11/23 17:19:52 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2018/01/26 13:34:39 jperkin Exp $ DISTNAME= dasher-4.10.1 PKGREVISION= 37 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.inference.phy.cam.a COMMENT= Easy typing without using keyboard LICENSE= gnu-gpl-v2 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes --_----------=_1516973679184740--