From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 06:33:16 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C87216A4CE; Thu, 19 Feb 2004 06:33:16 -0800 (PST) Received: from www.russia.cz (mail.russia.cz [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D119843D1F; Thu, 19 Feb 2004 06:33:15 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JEX2Vt012721; Thu, 19 Feb 2004 15:33:04 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034C919.4090401@portaone.com> Date: Thu, 19 Feb 2004 16:32:57 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: Stijn Hoop cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:33:16 -0000 Dag-Erling Smørgrav wrote: > Maxim Sobolev writes: > >>This is the only reason. By design of ports system, when you are >>moving ports tree around you should set PORTSDIR. Please see my recent >>corresponsence with Kris. > > > You should not need to set PORTSDIR if you have a symlink in place, > and pretty much anyone with any Unix experience will assume that > wherever you put it, the ports tree will "just work" as long as > /usr/ports is symlinked to its real location. Please fix your port > and your attitude. Who tells that? Is that voice of God or maybe Satoshi Asami has returned? Des, please don't speak up when you don't know what you are talking about Instead you have to fix your own attitute, thich nowadays is about sticking your nose into the areas in which you don't have even sligtest expertise. The real problem is that ${.CURDIR} in make(1) evaluates not to current working directory but to realpath(3)-like "real" path. Can bmake gurus comment on this? -Maxim