From owner-freebsd-ports@FreeBSD.ORG Mon Nov 12 18:10:14 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EDE316A41A for ; Mon, 12 Nov 2007 18:10:14 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8C313C4BA for ; Mon, 12 Nov 2007 18:10:14 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lACI9rU4016916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 12 Nov 2007 10:09:53 -0800 X-Auth-Received: from [127.0.0.1] (cs213-73.fsmodem.washington.edu [140.142.173.74]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lACI9m4f015473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Nov 2007 10:09:51 -0800 Message-ID: <473896CB.3000107@u.washington.edu> Date: Mon, 12 Nov 2007 10:09:15 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jeremy Messenger References: <20071111155343.GC1567@ted.stsp.lan> <20071112153142.a5166671.rnsanchez@wait4.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.12.94925 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_900_999 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@freebsd.org Subject: Re: [PATCH] portmaster with SU_CMD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 18:10:14 -0000 Jeremy Messenger wrote: > On Mon, 12 Nov 2007 11:31:42 -0600, Ricardo Nabinger Sanchez > wrote: > >> On Mon, 12 Nov 2007 10:33:55 -0600 >> "Jeremy Messenger" wrote: >> >>> I agree, because you can't build any ports in /usr/ports as in normal >>> user anyway. I don't see any good reason to do it either. >> >> Yes you can. > > No, not by default and I have pointed 'in /usr/ports'. > >> You just need to set WRKDIRPREFIX in your /etc/make.conf, >> to "/tmp" for instance. I've been doing that happily for some years >> now. > > Doug said, 'I'm not saying I'll never add a new feature, just that > there needs to be a really good reason to do so.' Do anyone has any? I > personal still don't see any good reason to do it. > > Cheers, > Mezz > > Installing in a non-standard location where root doesn't necessarily have to be the owner, i.e. a really weird / badly configured jail? -Garrett