Received: by mail.netbsd.org (Postfix, from userid 605) id BEA5284E61; Fri, 26 Jan 2018 13:45:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 494A784DF3 for ; Fri, 26 Jan 2018 13:45:46 +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 Y-MHo8nPKwlZ for ; Fri, 26 Jan 2018 13:45:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A52B884CED for ; Fri, 26 Jan 2018 13:45:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EA4CFBDE; Fri, 26 Jan 2018 13:45:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516974345105520" MIME-Version: 1.0 Date: Fri, 26 Jan 2018 13:45:45 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/games/eboard To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180126134545.9EA4CFBDE@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. --_----------=_1516974345105520 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:45:45 UTC 2018 Modified Files: pkgsrc/games/eboard: Makefile Log Message: eboard: Specify c++03 to avoid conflicts with std::bind. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/games/eboard/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516974345105520 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/eboard/Makefile diff -u pkgsrc/games/eboard/Makefile:1.43 pkgsrc/games/eboard/Makefile:1.44 --- pkgsrc/games/eboard/Makefile:1.43 Sun Feb 12 06:25:20 2017 +++ pkgsrc/games/eboard/Makefile Fri Jan 26 13:45:45 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/02/12 06:25:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2018/01/26 13:45:45 jperkin Exp $ # DISTNAME= eboard-1.0.4 @@ -17,7 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR} CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR} -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= perl gmake pkg-config CONFIG_SHELL= perl REPLACE_PERL+= configure --_----------=_1516974345105520--