From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 22:08:59 2013 Return-Path: Delivered-To: svn-ports-head@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 BB3B084D; Sun, 3 Nov 2013 22:08:59 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 594CB25EB; Sun, 3 Nov 2013 22:08:58 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id el20so4821891lab.2 for ; Sun, 03 Nov 2013 14:08:56 -0800 (PST) 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=lHvFfyrzmSgw+KPS0W5JiFaG4UIz29qKk03UMZBg5m4=; b=jVSKidaF/2slfQMuU+VkPEP6rig0rlDtjsNDoIzLGp6JaRbLVnY+DDQiepct/ZScc7 bsVgnOjcNfa7cuwqmZATdX6o07yVukRt+b7AZ47g2DQQYJUrhHaJ+dCJWLvpRD1Jd/dX 0P/oIW56XWHNJeTbgfbJ8fENAEkan1QlarSqibqVVtQK2MfV0EAkvh42j1JtjcLqtCY1 MX73xj4iKf+HfXePPBS1/RMF7xsQAXivnRnxjpWSiKJBvTOGEjiqPzhHfRKFKmmg0Tr0 kh6/8Tw9LEK6KIkXXZNfHmXs8+y/AdINvpsqfARP8sHm28h2rVj+kw466eSG3Y/s2FjW KPOw== MIME-Version: 1.0 X-Received: by 10.112.138.164 with SMTP id qr4mr33818lbb.49.1383516536442; Sun, 03 Nov 2013 14:08:56 -0800 (PST) Received: by 10.114.176.34 with HTTP; Sun, 3 Nov 2013 14:08:56 -0800 (PST) In-Reply-To: References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org> Date: Sun, 3 Nov 2013 20:08:56 -0200 Message-ID: Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files From: William Grzybowski To: Nicola Vitale Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Veniamin Gvozdikov , Marcus von Appen , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 22:08:59 -0000 On Sun, Nov 3, 2013 at 7:31 PM, Nicola Vitale wrote: > Hi, > >> [2013/11/1 William Grzybowski ] >> I did not see a difference with -m or --user but we might add it. > > With your patch they are not necessary, because you remove site.py* > and easy-install.pth by hand. > If you want to see them in action, here is the patch. ;) > > http://people.freebsd.org/~nivit/diffs/bsd.python.mk.txt > > (not tested intensively...) Looks good, I think I found a few issues, the compileall should be only for easy_install, the -d path for it should be site-packages dir not prefix, the place for dirrmtry is in the autoplist and should be @unexec instead. Here is another iteration, let me know what you think: http://people.freebsd.org/~wg/easyinstall-stage-v3.txt Cheers! -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil