From owner-cvs-all Thu Dec 5 3:20:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F55737B401 for ; Thu, 5 Dec 2002 03:20:13 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B6043E4A for ; Thu, 5 Dec 2002 03:20:13 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-224-010-bsace7003.dsl.telebrasilia.net.br (200-193-224-010-bsace7003.dsl.telebrasilia.net.br [200.193.224.10]) by heaven.gigo.com (Postfix) with ESMTP id 3CFC6B8CE for ; Thu, 5 Dec 2002 03:20:11 -0800 (PST) Received: (qmail 4374 invoked by uid 1001); 5 Dec 2002 10:56:58 -0000 Message-ID: <20021205105658.4373.qmail@exxodus.fedaykin.here> Date: Thu, 5 Dec 2002 08:56:36 -0200 From: Mario Sergio Fujikawa Ferreira To: Peter Pentchev Cc: "Thomas E. Zander" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/mplayer Makefile References: <200212051045.gB5AjXLL088882@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212051045.gB5AjXLL088882@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Dec 05, 2002 at 02:45:11AM -0800, Peter Pentchev wrote: > roam 2002/12/05 02:45:33 PST > > Modified files: > multimedia/mplayer Makefile > Log: > Constrict the build to ${WRKDIR}: force ${WRKSRC} as the temporary > directory used for creating test executable files in the configure > phase. Previously, the port examined the TMPDIR and TEMPDIR variables, > and, if they were not set, used /tmp; this goes against the grain of the > limit-to-WRKDIR policy, and also plain does not work if /tmp is mounted > with the 'noexec' flag. Wouldn't it better to do it in WRKDIR? As to avoid any possible conflicts with WRKSRC? Also, as a rule of the thumb WRKDIR is not guaranteed to not be noexec although it is highly advisable to. However, I agree, ports should be limitted to WRKDIR. For instance, $ sh ./configure # works on a noexec FS though, I'm not sure if libtool would work (I am not aware of internal workings) but this is too much rambling. :) What do you think about WRKDIR? Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message