From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 21:32:06 2013 Return-Path: Delivered-To: svn-ports-all@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 3DFA6BFF; Sun, 3 Nov 2013 21:32:06 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33D9D23E7; Sun, 3 Nov 2013 21:32:05 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id k14so1419398wgh.7 for ; Sun, 03 Nov 2013 13:32:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=V4hG9AWxB6S43viqE+i8UvIm7Arie+wpXMMragwUYGk=; b=Oe4BVF/1oXF1dfoEEZdzCCt/xT55Q7weU0ORQ1PWs3vsGmpEnLqKpXvLeKcstDtvsL lxYp8hXpEc2TUVvOgr3vbuZC0Av5FArC5UOAzAKP8hkEKCgAa6mIZ2cg6um8Li9iRgYS G4C9Xd1mchvU8tSF7Qr1/+tYh05a1Nkkk7L+4Owg5IgsMrjncesforat2RVxPurpBsnF uhRyNAWQr7JA5+kI0uOu5RJ9gci6JLPCBRX+jw5BwLZ0eWyogvF2CdPL7d8iNOkjvvT0 FthVBdqlMLjn6MJm+aRDnjU7C+qAl7Br9iEsVs+ME17aHtXLq3YR55v4oXVJer/kliX6 kNcQ== X-Received: by 10.180.185.130 with SMTP id fc2mr9791504wic.43.1383514323500; Sun, 03 Nov 2013 13:32:03 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.109.113 with HTTP; Sun, 3 Nov 2013 13:31:23 -0800 (PST) In-Reply-To: References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org> From: Nicola Vitale Date: Sun, 3 Nov 2013 22:31:23 +0100 X-Google-Sender-Auth: sMQSAq6xK6vNFTpVwzG4opgd1tU Message-ID: Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files To: William Grzybowski 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 21:32:06 -0000 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...) > I know it is all looking ugly, but better than nothing, maybe :) Well, it works, and that's enough. :) I also suggest adding a new variable PYEASYINSTALL_EGG_UNZIP, to install Python egg unzipped, if set. It might be usefull: http://people.freebsd.org/~nivit/diffs/bsd.python.mk.safe_unzip.txt -- Nicola Vitale