From owner-freebsd-python@FreeBSD.ORG Sun Nov 24 20:34:53 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 636ECAFB; Sun, 24 Nov 2013 20:34:53 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B78852452; Sun, 24 Nov 2013 20:34:52 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id w6so2578927lbh.11 for ; Sun, 24 Nov 2013 12:34:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=oWOZYwa0nbSQau0U8IKFFhvG7XIdqaoeJvpj5AiolRY=; b=byqwZaPfQCzWQzSDdyQCP8KaAl3YsDY0+r1xgXZv9q5qwacdjdCwAIww6k4tpK2CUj B4I/E1XKwK0HRWfUbhIzI0riekVm04VqTnJNoisPhUla0Jy4yQ2OdPRHIAky57Cmp7sw +23Tq9yH4peEvz3C7kfuL/1HB+WIrT0XQtRJylkyZWXU1hg63xE6O5yq67UmvAZSdMVE ZVpBkIbSbU8nimXXmQrYBfNfbygXzPfJlZ/4e7VQsqUcQYrCrHmqPf6s+w46/YTpwNA9 /kwLN0qmrb/ZUN90RYQTkGkUpgSZ107o6QHymYrUJxrpQForNWf6eKUhyBcdPTF3wHlz A9bg== X-Received: by 10.112.167.3 with SMTP id zk3mr2880589lbb.23.1385325290831; Sun, 24 Nov 2013 12:34:50 -0800 (PST) Received: from [10.10.40.114] ([77.50.191.3]) by mx.google.com with ESMTPSA id np10sm11549506lbb.7.2013.11.24.12.34.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 12:34:50 -0800 (PST) Sender: Veniamin Gvozdikov Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: FreeBSD python patch for devel/avro-cpp From: Veniamin Gvozdikov In-Reply-To: <20131124175814.GJ1398@medusa.sysfault.org> Date: Mon, 25 Nov 2013 00:34:45 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20131124175814.GJ1398@medusa.sysfault.org> To: freebsd-python@freebsd.org X-Mailer: Apple Mail (2.1822) Cc: Marcus von Appen 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: Sun, 24 Nov 2013 20:34:53 -0000 Hello, On Nov 24, 2013, at 9:58 PM, Marcus von Appen wrote: > Dear maintainer of devel/avro-cpp, >=20 > 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. >=20 > Your port devel/avro-cpp 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. >=20 > http://people.freebsd.org/~mva/python/avro-cpp.diff >=20 > 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 >=20 > 1st of December 2013 (2013-12-01) >=20 > If we do not get any reply until that date, we will commit the > patch. Thank you. You=92ll apply it patch. >=20 > Thanks > Marcus (on behalf of python@)