From owner-svn-ports-head@FreeBSD.ORG Sun Apr 12 22:33:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF44ABFB; Sun, 12 Apr 2015 22:33:38 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 863C6100; Sun, 12 Apr 2015 22:33:38 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id ADC433F419; Sun, 12 Apr 2015 18:33:36 -0400 (EDT) Date: Mon, 13 Apr 2015 00:33:35 +0200 (CEST) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r375739 - head/Mk In-Reply-To: <201412281900.sBSJ0dVG015724@svn.freebsd.org> Message-ID: References: <201412281900.sBSJ0dVG015724@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Apr 2015 22:33:39 -0000 On Sunday 2014-12-28 19:00, Baptiste Daroussin wrote: > Log: > Allow to work with options as a regular user Yeah! Being able to do everything around ports as a regular user (indeed one simply is not always root, for example in the environment where I started to use FreeBSD) is a Really Good Thing[TM]. Thank you. Gerald PS: On a related note, `make package` no longer requires an explicit INSTALL_AS_USER=1 when operating as a regular user, nor do `make regression-test` or 'make check-orphans. Nice! PPS: `make install` and `make deinstall` still do, which is a change from the old days, but it seems that is by design?