Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 15:37:35 -0500
From:      Bryan Drewery <bryan@shatow.net>
To:        h.schmalzbauer@omnilan.de
Cc:        freebsd-stable@freebsd.org
Subject:   Re: FreeBSD 9.1-RC1 Available...
Message-ID:  <503D2C0F.6000403@shatow.net>
In-Reply-To: <50389BFC.8050300@omnilan.de>
References:  <1345697446.84337.11.camel@neo.cse.buffalo.edu>	<20120823225855.U33776@sola.nimnet.asn.au>	<1345729674.52121.4.camel@bauer.cse.buffalo.edu>	<CAGE5yCox=R2eF2woH12sKRVbhbQDF%2BxPT=d5G-cLHDOv9bVfmw@mail.gmail.com>	<3E419978-37B5-434B-BB54-A4C069A9A887@FreeBSD.org> <CAGE5yCqG44yvSeWs=sDyT%2B-3xrZVbJOG_=Mnpt8ZWXrT=gqUjw@mail.gmail.com> <50389BFC.8050300@omnilan.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/25/2012 4:33 AM, Harald Schmalzbauer wrote:
> But my real problem is that svn is not in the base system. And for
> example installing subversion package on my cvsup mirror failed because
> pkg-config-0-25_1 was installed and sqlite, a dependency of subversion,
> wants to install pkgconf-0.8.5. So I'm hit by the henn-egg problem.

This is because pkg-config was removed and moved from devel/pkg-config
to devel/pkgconf. To update or install any port, you'll need to
deinstall pkg-config and install pkgconf. There is an associated
UPDATING entry:

    20120726:
      AFFECTS: users of devel/pkg-config
      AUTHOR: bapt@FreeBSD.org

      devel/pkg-config has been replaced by devel/pkgconf

      # portmaster -o devel/pkgconf devel/pkg-config
      or
      # portupgrade -fo devel/pkgconf pkg-config-\*

      pkgng:
      # pkg set -o devel/pkg-config:devel/pkgconf
      # pkg install -f devel/pkgconf


Bryan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?503D2C0F.6000403>