Date: Fri, 21 Sep 2007 11:45:43 +0100 From: Vince <jhary@unsane.co.uk> To: nikolaj.thygesen@diamondbox.dk Cc: RW <mlt01@mlists.homeunix.com>, freebsd-questions@freebsd.org Subject: Re: Deleted /var/db/pkg Message-ID: <46F3A0D7.5080406@unsane.co.uk> In-Reply-To: <3538.80.80.2.75.1190369860.squirrel@webmail1.one.com> References: <8980.80.80.2.75.1190116887.squirrel@webmail1.one.com> <20070918124601.GA52705@amilo.cenkes.org> <20070918162214.43a1988f@gumby.homeunix.com.> <3538.80.80.2.75.1190369860.squirrel@webmail1.one.com>
next in thread | previous in thread | raw e-mail | index | archive | help
nikolaj.thygesen@diamondbox.dk wrote: >> On Tue, 18 Sep 2007 16:46:03 +0400 >> Andrew Pantyukhin <infofarmer@FreeBSD.org> wrote: >> >>> On Tue, Sep 18, 2007 at 02:01:27PM +0200, >>> nikolaj.thygesen@diamondbox.dk wrote: >>>> Hi list, >>>> >>>> Suppose you deleted /var/db/pkg by accident :( What would you >>>> do to get it back?? >>> I'd go one of these ways: >>> - rm -rf /usr/local ... >>> - rebuild all the packages I need in a chroot, then pkg_add them >>> >> > I have started portinstalling gnome2 with dependencies and no matter if I > manually build cdrtools or cdrtools-cjk the machine always wants to build > the other one :( As they can't coexist, what can I do to make the > "portinstall -R gnome2" work?? I have (ab)used pkgdb in every conceivable > way and done "portupgrades -o" back and forth, but nothing helps. I'm > currently out of ideas. There must be a way - right?? > Does the ALT_PKGDEP section of /usr/local/etc/pkgtools.conf help ? (from UPDATING) Example of ALT_PKGDEP section: ALT_PKGDEP = { 'www/apache13' => 'www/apache13-modssl', 'print/ghostscript-afpl' => 'print/ghostscript-gnu', } This should let you specify in pkgtools.conf ALT_PKGDEP = { 'sysutils/cdrtools' => 'sysutils/cdrtools-cjk', } so any dependancies on cdrtools will be rewritten to use cdrtools-cjk Vince > br Nikolaj > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46F3A0D7.5080406>