Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 19:56:59 +0100
From:      Jonathan <jonathan@sirtis.org.uk>
To:        Kirk Strauser <kirk@strauser.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Use linux_base-debian instead of linux_base?
Message-ID:  <3F12FCFB.2060209@sirtis.org.uk>
In-Reply-To: <873ch9j63g.fsf@pooh.honeypot.net>
References:  <87k7aljbvb.fsf@pooh.honeypot.net> <3F12E1FE.5070101@sirtis.org.uk> <873ch9j63g.fsf@pooh.honeypot.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Kirk Strauser wrote:
> I've added this to my pkgtools.conf (and the portupgrade port is the current
> version):
> 
>   ALT_PKGDEP = {
>     'linux_base' => 'linux_base-debian'
>   }
> 
> but it doesn't seem to make a difference.  Do I have to do something to make
> portinstall aware of that setting?

My pkg_info says this:

-su-2.05b# pkg_info | egrep -i linux_base
linux_base-7.1_5    The base set of packages needed in Linux mode


So I'm guessing at:

ALT_PKGDEP = {
	'linux_base-7.*' => 'linux_base-debian'
	}

or something similar?

Regards,

Jonathan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F12FCFB.2060209>