Received: by mail.netbsd.org (Postfix, from userid 605) id 4DCF284D8C; Tue, 25 Sep 2018 20:22:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C4F784D7D for ; Tue, 25 Sep 2018 20:22:35 +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 VFKoLazfdNln for ; Tue, 25 Sep 2018 20:22:34 +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 B502384CEA for ; Tue, 25 Sep 2018 20:22:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAD70FBEE; Tue, 25 Sep 2018 20:22:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537906954246020" MIME-Version: 1.0 Date: Tue, 25 Sep 2018 20:22:34 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/games/quadrupleback To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180925202234.AAD70FBEE@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. --_----------=_1537906954246020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Sep 25 20:22:34 UTC 2018 Modified Files: pkgsrc/games/quadrupleback: Makefile Log Message: Not compatible with C++11. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/quadrupleback/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537906954246020 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/quadrupleback/Makefile diff -u pkgsrc/games/quadrupleback/Makefile:1.3 pkgsrc/games/quadrupleback/Makefile:1.4 --- pkgsrc/games/quadrupleback/Makefile:1.3 Mon Sep 4 18:00:55 2017 +++ pkgsrc/games/quadrupleback/Makefile Tue Sep 25 20:22:34 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/04 18:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/09/25 20:22:34 joerg Exp $ DISTNAME= quadrupleback-0.1.0 CATEGORIES= games @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= pkg-config .include "../../devel/SDL_gfx/buildlink3.mk" --_----------=_1537906954246020--