From owner-freebsd-python@FreeBSD.ORG Sat Sep 28 09:43:38 2013 Return-Path: <owner-freebsd-python@FreeBSD.ORG> 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 ESMTP id 1A98DD89; Sat, 28 Sep 2013 09:43:38 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 446F12E42; Sat, 28 Sep 2013 09:43:37 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so2946222lbi.8 for <multiple recipients>; Sat, 28 Sep 2013 02:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ond1CziBTHFIOX4rxMyGZ2b3RWVOiV+fNZgW37gkdMY=; b=ZQABDVyBGdcsn5TPkv13H0eR6Sqhn+OGM/1wIhIuIU5pGG9ycjlWL+JJrkCGt7jgYl 1F1Nr2WL3qtvca59Ii+vgK8McMfqytywoZ6pmIxsXC08MbhOgrNODW8OrESNFlj75LfS BTLco/QsH3H0kirRt+PAVK9QdZxFjhnDs1Uopo2AU5+y2R54qxDFZyuVueZPJ4Y2QYoA EVsL5n27g6oWIZ/cSnt2MOdogXIXo2e3D3KX2aYxibU5NyIyzv7plaz3KJDSthhb0SNa uRgxLyy/d6Egxf4KnIsDsKLwavt/AHytTvJowjg0pzqoELC1Q2jvHvngzUZhl0WkCGo+ UfeA== MIME-Version: 1.0 X-Received: by 10.112.28.109 with SMTP id a13mr12629578lbh.3.1380361415412; Sat, 28 Sep 2013 02:43:35 -0700 (PDT) Received: by 10.152.9.8 with HTTP; Sat, 28 Sep 2013 02:43:35 -0700 (PDT) In-Reply-To: <20130926172158.GA17062@hub.freebsd.org> References: <20130926172158.GA17062@hub.freebsd.org> Date: Sat, 28 Sep 2013 11:43:35 +0200 Message-ID: <CAHcdu2r=7r+Rv0CyRs_5vMgOAgZ9bwuA4FUO2d5bsdgnGDA_Hg@mail.gmail.com> Subject: Re: [RFC] Stage support for easy_install From: Olivier Duchateau <duchateau.olivier@gmail.com> To: William Grzybowski <wg@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org>, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Sep 2013 09:43:38 -0000 2013/9/26 William Grzybowski <wg@freebsd.org>: > Hi, > > I made an attempt to support stage for easy-install, you can find the patch here http://people.freebsd.org/~wg/easyinstall-stage.txt > > Aprrently it works :), let me know what you think. Thanks, it works fine. I made new diff after recent change in Mk/bsd.python.mk https://people.freebsd.org/~olivierd/patches/bsd.python.mk.diff > > > Cheers, > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" -- olivier