From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 28 11:15:40 2007 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71DEC16A419; Fri, 28 Dec 2007 11:15:40 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7608213C4E1; Fri, 28 Dec 2007 11:15:39 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4774DADA.2070605@FreeBSD.org> Date: Fri, 28 Dec 2007 12:15:38 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org References: <200712280213.lBS2DUQU079400@freefall.freebsd.org> In-Reply-To: <200712280213.lBS2DUQU079400@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/119073: bsd.port.mk - A lot of ports are extracted with 0777 permissions. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 11:15:40 -0000 edwin@FreeBSD.org wrote: > Synopsis: bsd.port.mk - A lot of ports are extracted with 0777 permissions. > > Responsible-Changed-From-To: freebsd-ports-bugs->portmgr > Responsible-Changed-By: edwin > Responsible-Changed-When: Fri Dec 28 02:13:30 UTC 2007 > Responsible-Changed-Why: > bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=119073 These are harmless when your WRKDIR has appropriate permissions. You can set WRKDIRPREFIX to somewhere that you have created with go-rwx permissions to avoid this class of problem. Kris