From owner-freebsd-ports@FreeBSD.ORG Tue Sep 27 08:19:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE3216A41F for ; Tue, 27 Sep 2005 08:19:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81BDA43D48 for ; Tue, 27 Sep 2005 08:19:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1217120wxc for ; Tue, 27 Sep 2005 01:19:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=oSqTgsmgRinRnDuXoxB58w8TZDflBFOFGpKohCGdgzYdp9TOvFlTrRqwdZvpgpkgbtL+91XXI3kE7JxuBH0wm7gweQjwUqc9+BBv7j5g7srmClLa448lD4o8Z3gyNZtj8Vh3NmsKtKhZCH/yZamZC4OfYTjg8lFd23pJwfqvsO0= Received: by 10.70.104.6 with SMTP id b6mr2899511wxc; Tue, 27 Sep 2005 01:12:51 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.7.230]) by mx.gmail.com with ESMTP id i38sm1135605wxd.2005.09.27.01.12.48; Tue, 27 Sep 2005 01:12:51 -0700 (PDT) From: "Michael C. Shultz" To: Mikhail Teterin , freebsd-ports@freebsd.org Date: Tue, 27 Sep 2005 01:14:12 -0700 User-Agent: KMail/1.8.2 References: <200509261700.48416.mi+mx@aldan.algebra.com> <200509261558.13760.ringworm01@gmail.com> <200509262322.40104@aldan> In-Reply-To: <200509262322.40104@aldan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509270114.13395.ringworm01@gmail.com> Cc: Subject: Re: port register/unregister hogs up resources and takes forever X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:19:31 -0000 On Monday 26 September 2005 20:22, you wrote: > On Monday 26 September 2005 06:58 pm, Michael C. Shultz wrote: > = Just to let you know, I tested your patch with sysutils/portmanager by > = deleting a random few dependencies of gnome2 then running "portmanager > = -u" to see if they would be found and reinstalled. Portmanager makes > = extensive use of "make all-depends-list" to find missing ports and the > = test passed with your changes. > > Thanks for confirmation. > > = Keep in mind though, it also works fine with the original bsd.port.mk. > > The original not only uses A LOT more resources for each run (spawning > dozens of make processes), it also misses some dependencies. For > example, print/teTeX will often be missed, because print/teTeX-base > will already be on the list... > > -mi Ahh, you said that in the PR but I didn't "get it" at first, didn't read carefully enough I guess. Maybe for idiots like me you can spell it out even more clearly? For example, when * * * print/teTeX-base ..... is in the list then print/teTeX ...... will be missed * * * -Mike