Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0779863B896 for ; Fri, 12 Feb 2010 13:45:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A4A3063B292; Fri, 12 Feb 2010 13:45:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BDF2A63B109 for ; Fri, 12 Feb 2010 13:45:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id ACEFD175DD; Fri, 12 Feb 2010 13:45:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 12 Feb 2010 13:45:54 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20100212134554.ACEFD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: drochner Date: Fri Feb 12 13:45:54 UTC 2010 Modified Files: pkgsrc/devel/cmake: Makefile distinfo pkgsrc/lang/python: pyversion.mk Added Files: pkgsrc/devel/cmake/patches: patch-ab patch-ac Log Message: allow to override cmake's Python search order, to enforce the version selected by pkgsrc this automatically affects pkgs which use FIND_PACKAGE(PythonInterp) or FIND_PACKAGE(PythonLibs) To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/cmake/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r0 -r1.8 pkgsrc/devel/cmake/patches/patch-ab cvs rdiff -u -r0 -r1.4 pkgsrc/devel/cmake/patches/patch-ac cvs rdiff -u -r1.79 -r1.80 pkgsrc/lang/python/pyversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.