From owner-freebsd-python@FreeBSD.ORG Mon Nov 25 16:51:39 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EC7E94D for ; Mon, 25 Nov 2013 16:51:39 +0000 (UTC) Received: from p.umatar.com (p.umatar.com [66.135.42.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDCF627CB for ; Mon, 25 Nov 2013 16:51:38 +0000 (UTC) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by p.umatar.com (8.13.8/8.13.8) with ESMTP id rAPGXX2o017455 for ; Mon, 25 Nov 2013 08:33:33 -0800 Message-ID: <52937BDC.6090105@waitman.net> Date: Mon, 25 Nov 2013 08:33:32 -0800 From: Waitman Gobble User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: freebsd-python@freebsd.org Subject: Re: FreeBSD python patch for devel/mongo-cxx-driver References: <20131124181003.GP1398@medusa.sysfault.org> In-Reply-To: <20131124181003.GP1398@medusa.sysfault.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:51:39 -0000 On 11/24/2013 10:10 AM, Marcus von Appen wrote: > Dear maintainer of devel/mongo-cxx-driver, > > the FreeBSD python team is currently cleaning up the python ports > infrastructure in order to get rid of the implicit lang/python > build and run-time dependency for ports. This is done to prepare > the ports tree for building packages for multiple python versions > at the same time. > > Your port devel/mongo-cxx-driver uses the `python` command directly > at build and/or installation time. In order to avoid this, we created > a patch to let the port use a specific python version instead. > > http://people.freebsd.org/~mva/python/mongo-cxx-driver.diff > > We would appreciate, if you could briefly review the patch and > either commit it yourself or allow us to commit it. In order to > move forward, please let us know in one way or another until the > > 1st of December 2013 (2013-12-01) > > If we do not get any reply until that date, we will commit the > patch. > > Thanks > Marcus (on behalf of python@) Thanks Marcus, I'll take care of it. Waitman Gobble