Received: by mail.netbsd.org (Postfix, from userid 605) id CF0EE84D77; Wed, 27 Mar 2019 19:53:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54FF984D5E for ; Wed, 27 Mar 2019 19:53:30 +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 3KVrB_X3MLcK for ; Wed, 27 Mar 2019 19:53:29 +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 A8AA984D64 for ; Wed, 27 Mar 2019 19:53:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3214FB16; Wed, 27 Mar 2019 19:53:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155371640988220" MIME-Version: 1.0 Date: Wed, 27 Mar 2019 19:53:29 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/blender To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190327195329.A3214FB16@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. --_----------=_155371640988220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Mar 27 19:53:29 UTC 2019 Modified Files: pkgsrc/graphics/blender: Makefile Log Message: blender: add comment explaining the "M=" will figure out the best way to implement it after the freeze To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 pkgsrc/graphics/blender/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155371640988220 Content-Disposition: inline Content-Length: 652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/blender/Makefile diff -u pkgsrc/graphics/blender/Makefile:1.143 pkgsrc/graphics/blender/Makefile:1.144 --- pkgsrc/graphics/blender/Makefile:1.143 Wed Mar 27 11:05:57 2019 +++ pkgsrc/graphics/blender/Makefile Wed Mar 27 19:53:29 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2019/03/27 11:05:57 markd Exp $ +# $NetBSD: Makefile,v 1.144 2019/03/27 19:53:29 markd Exp $ DISTNAME= blender-2.79b PKGREVISION= 2 @@ -46,7 +46,7 @@ REPLACE_PYTHON= release/bin/blender-thu .include "options.mk" - +# Needs M=m when python has been built with the pymalloc option M= INSTALLATION_DIRS= bin share/blender --_----------=_155371640988220--