Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2899C7A16A for ; Fri, 16 Sep 2016 01:10:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CA9DC85EB6; Fri, 16 Sep 2016 01:10:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C3AB85E4A for ; Fri, 16 Sep 2016 01:10:07 +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 H3FTq9KLgPia for ; Fri, 16 Sep 2016 01:10:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BFA6B85E22 for ; Fri, 16 Sep 2016 01:10:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9FDCFBD1; Fri, 16 Sep 2016 01:10:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147398820674990" MIME-Version: 1.0 Date: Fri, 16 Sep 2016 01:10:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/games/gnome-games To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20160916011006.B9FDCFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147398820674990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Sep 16 01:10:06 UTC 2016 Modified Files: pkgsrc/games/gnome-games: Makefile Log Message: Note error with guile 2.0 and therefore leave at 1.8 To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 pkgsrc/games/gnome-games/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147398820674990 Content-Disposition: inline Content-Length: 938 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/gnome-games/Makefile diff -u pkgsrc/games/gnome-games/Makefile:1.151 pkgsrc/games/gnome-games/Makefile:1.152 --- pkgsrc/games/gnome-games/Makefile:1.151 Thu Sep 15 14:32:40 2016 +++ pkgsrc/games/gnome-games/Makefile Fri Sep 16 01:10:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2016/09/15 14:32:40 wiz Exp $ +# $NetBSD: Makefile,v 1.152 2016/09/16 01:10:06 gdt Exp $ DISTNAME= gnome-games-2.32.1 PKGREVISION= 31 @@ -69,6 +69,8 @@ BUILDLINK_API_DEPENDS.librsvg+= librsvg> BUILDLINK_API_DEPENDS.clutter+= clutter>=1.0 .include "../../graphics/clutter/buildlink3.mk" .include "../../graphics/clutter-gtk0.10/buildlink3.mk" +# guile 2.0 fails with +# game.c:312:44: error: 'scm_the_last_stack_fluid_var' undeclared (first use in this function) .include "../../lang/guile/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/omf-scrollkeeper.mk" --_----------=_147398820674990--