From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:04:10 2004 Return-Path: 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 2F9FB16A4CE; Thu, 19 Feb 2004 06:04:10 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C3943D1D; Thu, 19 Feb 2004 06:04:09 -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 i1JE43Vt011200; Thu, 19 Feb 2004 15:04:05 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034C24E.60709@portaone.com> Date: Thu, 19 Feb 2004 16:03:58 +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: Stijn Hoop References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> In-Reply-To: <20040219135233.GK35012@pcwin002.win.tue.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:04:10 -0000 Stijn Hoop wrote: > On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > >>sobomax 2004/02/19 03:22:39 PST >> >> FreeBSD ports repository >> >> Modified files: >> net/asterisk Makefile >> Log: >> Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when >> reffering other ports, since the former for some reason doesn't work >> in bento environment (it works here just fine even with WRKDIRPREFIX >> set). >> >> BTW, this is good evidence which shows that breakage on bento isn't >> sufficient to mark port as BROKEN. > > > This would have broken the port in my environment: > > [stijn@sandcat] <~> egrep "(PORTS|WRKDIR)" /etc/make.conf > WRKDIRPREFIX= /local/freebsd/work > [stijn@sandcat] <~> ls -ld /usr/ports > lrwxr-xr-x 1 root wheel 20 Feb 17 15:11 /usr/ports -> /local/freebsd/ports > > Of course, one could argue that I should set PORTSDIR to /local/freebsd/ports, > but I don't think that this is the only reason that should happen. 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. -Maxim