From owner-freebsd-python@FreeBSD.ORG Mon Nov 25 19:32:12 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 A03C287A for ; Mon, 25 Nov 2013 19:32:12 +0000 (UTC) Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0342360 for ; Mon, 25 Nov 2013 19:32:11 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id d10so2748746eaj.23 for ; Mon, 25 Nov 2013 11:32:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:in-reply-to:message-id :references:mime-version:content-type; bh=SxJVIm9ZBA40LjGrL9X/IraiUwccgIweBQ+MS/XRqj0=; b=SD44VgV14Z18ThKUjvzNY0qbaI6Wb1KzY23Q9Zm1G6POHN8HmMSJmBuKy/9aZrYbMW Yrs88c9hF3YQ63/95lu+O8GpTusVL42y2kOCFB/aWzRUVJEr3iXm7AqF3YGTym47nUXP d+T1XNLwcTxn4zj3dgpmCBxuQ88AOLhTWDa8NXYLvIDMreRtwkRfkJpaHbJm5syF3trd 8RedSOFUenKi84ZM387k9UwlSWju4SAbz0rZHYKrxzNob+hXE+mYEc9UcwBHZvZed/FA Jyi9TeM5AW57OpqlHggz8NO8tcg2jaGIMzclFSXJQLyfcvWfO7MC4TmXeX65oVsP3apE W09w== X-Gm-Message-State: ALoCoQkwlzU2cM2iaD7cAfHm68i4ozM30U6F7n87NacVaQ4VZv3ybu/ZLzuRuqH2g8PhiBbReXj5 X-Received: by 10.14.4.200 with SMTP id 48mr4619781eej.38.1385407924310; Mon, 25 Nov 2013 11:32:04 -0800 (PST) Received: from [192.168.137.1] (77-56-235-60.dclient.hispeed.ch. [77.56.235.60]) by mx.google.com with ESMTPSA id 1sm1856167eeg.4.2013.11.25.11.32.02 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 25 Nov 2013 11:32:03 -0800 (PST) Date: Mon, 25 Nov 2013 20:32:01 +0100 (CET) From: bruno schwander X-X-Sender: bruno@router.bschwand.net To: freebsd-python@freebsd.org Subject: Re: FreeBSD python patc for games/childsplay In-Reply-To: <20131125164354.GB1435@medusa.sysfault.org> Message-ID: <20131125202758.G637@router.bschwand.net> References: <20131125164354.GB1435@medusa.sysfault.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 19:32:12 -0000 Thanks, please apply the patch. I really do not have time nor resources to do freebsd port maintenance anymore, if someone could take over the childsplay port that would be appreciated, I can not be the maintainer anymore unfortunately. Best Bruno On Mon, 25 Nov 2013, Marcus von Appen wrote: > Dear maintainer of games/childsplay, > > 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 games/childsplay 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/childsplay.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 > > 2nd of December 2013 (2013-12-02) > > If we do not get any reply until that date, we will commit the > patch. > > Thanks > Marcus (on behalf of python@) >