From owner-freebsd-questions@FreeBSD.ORG Wed Feb 3 14:22:33 2010 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 75966106568B for ; Wed, 3 Feb 2010 14:22:33 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC148FC13 for ; Wed, 3 Feb 2010 14:22:32 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so302378eye.9 for ; Wed, 03 Feb 2010 06:22:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=yfv8gtjf6B9CZY5IcnFYCijpiCvspac8bZvt54MPtL8=; b=x6rNR+aG/ll/W9K5TjUFzenPB2okyyUfV6h616maNHC2kxfSnAf5Tmagep59cBXy6h L12dpdjlXbD3Sg0TERtRDJJ91PYyeWz3eA68j8fIEe/vNdYwf+t1Y+9KJRsKt8WE4wYL lvnaNtpPxQoWWiuOVk7tvRtsROvnoXHH/kFgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OKlipa5aInKdP1YBM42nUK2I98vaZ1tQ3OxwTqqbaDSj3+jqoq9hBLF5yKW7m/T6oO 0wNeiVkcyf1FBEwMJGzTxsC9Tq3OYyrOxgWJj1+Bcxg1qLDCU8Qe+TbHWaLp+iK6vldI ZhS1qih8Q5ZxHLZiCKbrC96ctkeWpV0pe3BdI= MIME-Version: 1.0 Received: by 10.216.89.8 with SMTP id b8mr688672wef.180.1265206951685; Wed, 03 Feb 2010 06:22:31 -0800 (PST) In-Reply-To: References: Date: Wed, 3 Feb 2010 09:22:31 -0500 Message-ID: From: "b. f." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: John W Subject: Re: fixing up port dependencies properly 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, 03 Feb 2010 14:22:33 -0000 On 2/3/10, b. f. wrote: > John W wrote: > -o , or portupgrade -o, which will succeed in the simplest cases. You > could also do it manually, by using sed(1) to substitute every > occurrence of the old PKGNAME with the new PKGNAME in the @pkgdep > lines in /var/db/pkg/*/+COMMENTS, and likewise for the PKGORIGIN Sorry, that should be /var/db/pkg/*/+CONTENTS, of course. Where is my first cup of coffee.. b.