From owner-freebsd-python@FreeBSD.ORG Mon Nov 25 14:51:18 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 39C2DEC3 for ; Mon, 25 Nov 2013 14:51:18 +0000 (UTC) Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C04932F2D for ; Mon, 25 Nov 2013 14:51:17 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y10so1262254wgg.4 for ; Mon, 25 Nov 2013 06:51:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=Hxb23/hr9spL36WsMm+7ZNygzdITD19o+GngU+lJFfM=; b=OHqPcKUXY3x4UomaHNDOq6cWQoh50GLKH2qBijCOjJrCCJuEBMffO21h9uOkrRPD63 IoIjnEjEwbJ7DBQpbGWEyYDvp+sRBwr1NJfOY79w4mUuWME3yy11yA5OzHoxtRH27FZs IS4/cPL8/mlg6tc2CgzGjFQkK8BoXXZlN0Yaq05k1MXXXF3pPtH/+63rwn4SkqTFsaz/ DAgBsCTd5hbVoVT8tkOa0rcZHbzV2fAbjIGzH69OiFGqWMRjq5y5rc9Fo+yFSx+akaMm EA/lw0+f1s6k6QT8jd6zqcL2mkrqlUZm57T/P13nF7FN+fjv5DH0t0WJbOEfrjghcLrR zyVQ== X-Gm-Message-State: ALoCoQkt4gGQm6w7CPEr0r4Pxm5bdNDGBAJxQKNRHpO8XaHd9Onf14/dh1HLaJv9gi8RZtUQ40Pj X-Received: by 10.194.240.197 with SMTP id wc5mr23051402wjc.23.1385389367090; Mon, 25 Nov 2013 06:22:47 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.194.219.4 with HTTP; Mon, 25 Nov 2013 06:22:27 -0800 (PST) In-Reply-To: <20131124171914.GE1398@medusa.sysfault.org> References: <20131124171914.GE1398@medusa.sysfault.org> From: "Timur I. Bakeyev" Date: Mon, 25 Nov 2013 15:22:27 +0100 X-Google-Sender-Auth: buQWV66cxc6iLyWQ5TBpf9B-qQc Message-ID: Subject: Re: FreeBSD python patch for databases/ldb To: freebsd-python@freebsd.org, timur@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 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 14:51:18 -0000 Hi, Marcus! I see this patch as useless, as WAF isn't called via shebang. Please, take a closer look onto port's Makefile. With regards, Timur. On Sun, Nov 24, 2013 at 6:19 PM, Marcus von Appen wrote: > Dear maintainer of databases/ldb, > > 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 databases/ldb 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/ldb.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@) >