Date: Mon, 19 Mar 2001 16:12:35 -0800 From: Alfred Perlstein <alfred@FreeBSD.org> To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25815: [PATCH] Port build collision fix. Message-ID: <20010319161235.D29888@fw.wintelcom.net> In-Reply-To: <200103150000.f2F001O93195@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, Mar 14, 2001 at 04:00:01PM -0800 References: <200103142359.f2ENxm293123@freefall.freebsd.org> <200103150000.f2F001O93195@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* gnats-admin@FreeBSD.org <gnats-admin@FreeBSD.org> [010314 16:00] wrote: > Thank you very much for your problem report. > It has the internal identification `ports/25815'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=25815 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: [PATCH] Port build collision fix. > >Arrival-Date: Wed Mar 14 16:00:01 PST 2001 Ugh, unfortunetly the patch doesn't lock the makefile all the time, it only gets locked when one recurses into a directory. This is insufficient because one may be compiling XFree86 and at the same time start compiling something like gnome which will recurse into the XFree86 and not block because the XFree86 build was invoked explicitly. :( Anyhow, this needs more work/thought. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010319161235.D29888>