From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 22:47:28 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id D6E06473; Sun, 3 Nov 2013 22:47:28 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1D1227D9; Sun, 3 Nov 2013 22:47:27 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id y10so1465123wgg.32 for ; Sun, 03 Nov 2013 14:47:25 -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=4N2W5KNm3P/yqAAT1I9ulTlAfGu1vtTkl7q5k9TXBF8=; b=WWO1Vs3vvfMsRhrNnQ0joqDEI6SUf3k8YH19Sc0RiwiD0bgRSg0nCwQ6ebx9TafL4b V9iPftQDoKKfny6FvBMT8uOYmRLhqqYC8VygcAZl5QYE2Vq9UA+4iJnvLPM/Fhjye257 f6fDq9FUIvfcbSPoRHE7LR5xrt4A4rA7DPCCo9tPyYSn3P2zO3qIjjUSxBBwjZV+Cyis aiToT4BTbONwnVySttnUv5WP3KRrFxESJNy+eK7OeVKx1FlPim5KsTulD0kLuizvRDwW n3FqDuJ7yEWxwQX2zOIEXi9au/+avjnnP2jnnDlC+Y8JqHppko4FlRuRMr31dRaqyNeV Y5Uw== X-Received: by 10.180.185.130 with SMTP id fc2mr9940231wic.43.1383518845256; Sun, 03 Nov 2013 14:47:25 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.109.113 with HTTP; Sun, 3 Nov 2013 14:46:45 -0800 (PST) In-Reply-To: References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org> From: Nicola Vitale Date: Sun, 3 Nov 2013 23:46:45 +0100 X-Google-Sender-Auth: C01RYJmM9fKrJl8YPGKYJe-awFQ 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 22:47:28 -0000 Hi, > [2013/11/3 William Grzybowski ] >I think I found a few issues, the compileall should be > only for easy_install LOL, that was my last-minute change, without any tests, because it seemed to me more beatifull and safe there. :D > the place for dirrmtry is in the autoplist and should be @unexec instead. You are right, thanks. > Here is another iteration, let me know what you think: > http://people.freebsd.org/~wg/easyinstall-stage-v3.txt It works fine with my set of test ports. Anyway, I think both patches need an in-depth test, before committing, but they are a good starting point. :) -- Nicola Vitale