From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 17:42:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 761AF16A418 for ; Wed, 12 Sep 2007 17:42:58 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 40AB313C45E for ; Wed, 12 Sep 2007 17:42:58 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 8DFD051910 for ; Wed, 12 Sep 2007 13:42:56 -0400 (EDT) Date: Wed, 12 Sep 2007 18:42:53 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070912184253.6dbbe24f@gumby.homeunix.com.> In-Reply-To: <20070912022352.77090199@epia-2.farid-hajji.net> References: <46E72690.8020707@FreeBSD.org> <20070912022352.77090199@epia-2.farid-hajji.net> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Hunks failed, is this bad? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 17:42:58 -0000 On Wed, 12 Sep 2007 02:23:52 +0200 cpghost wrote: > IIRC, it's portmanager that patches bsd.port.mk on the fly > (and backs the change out when it is done). Or it did so a > while ago; I don't know if it still does today. > > Try to update portmanager, or use something else like portmaster > or portupgrade, if updating portmanager didn't work. > Portmanger acquired this feature just before Schultz went off in a huff. What it does is is patch bsd.port.mk so that it calls back into portmanager allowing it to modify dependencies. I haven't checked the code, but since I've not seen any evidence of portmanager trying to modify dependencies in the last few years, I suspect that the support for the callback is just a stub. If that's true then using an unpatched file is harmless.