Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 0256D63E3B5 for ; Sun, 12 May 2013 00:19:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C8BB014A137; Sun, 12 May 2013 00:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E2DF14A11D for ; Sun, 12 May 2013 00:19:56 +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 fzfeBj8xllnB for ; Sun, 12 May 2013 00:19:56 +0000 (UTC) Received: from ivanova.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F420E14A0F3 for ; Sun, 12 May 2013 00:19:55 +0000 (UTC) Received: by ivanova.netbsd.org (Postfix, from userid 500) id E971676; Sun, 12 May 2013 00:19:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 12 May 2013 00:19:55 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20130512001955.E971676@ivanova.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: riastradh Date: Sun May 12 00:19:55 UTC 2013 Modified Files: pkgsrc/lang/python: pyversion.mk Log Message: Explicitly default PYTHON_FOR_BUILD_ONLY to `no'. Avoids problems with make on NetBSD 5 where empty(XYZ:Mfoo) fails rather than yielding false if XYZ is undefined. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 pkgsrc/lang/python/pyversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.