Date: Tue, 15 Jul 2003 12:54:40 +0100 From: Daniel Bye <dan@slightlystrange.org> To: freebsd-questions@freebsd.org Subject: Re: Use linux_base-debian instead of linux_base? Message-ID: <20030715115440.GA68358@catflap.home.slightlystrange.org> In-Reply-To: <3F12FCFB.2060209@sirtis.org.uk> References: <87k7aljbvb.fsf@pooh.honeypot.net> <3F12E1FE.5070101@sirtis.org.uk> <873ch9j63g.fsf@pooh.honeypot.net> <3F12FCFB.2060209@sirtis.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
--0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 14, 2003 at 07:56:59PM +0100, Jonathan wrote: > Kirk Strauser wrote: > >I've added this to my pkgtools.conf (and the portupgrade port is the=20 > >current > >version): > > > > ALT_PKGDEP =3D { > > 'linux_base' =3D> 'linux_base-debian' > > } > > > >but it doesn't seem to make a difference. Do I have to do something to= =20 > >make > >portinstall aware of that setting? >=20 > My pkg_info says this: >=20 > -su-2.05b# pkg_info | egrep -i linux_base > linux_base-7.1_5 The base set of packages needed in Linux mode >=20 >=20 > So I'm guessing at: >=20 > ALT_PKGDEP =3D { > 'linux_base-7.*' =3D> 'linux_base-debian' > } >=20 > or something similar? Try specifying the port name with its origin as well, something like ALT_PKGDEP =3D { 'emulators/linux_base' =3D> 'emulators/linux_base-debian', } instead. You shouldn't need to worry about port version levels, etc, as portinstall at al. will take its cue from the presence of the origin string, in this case, emulators. HTH, Dan --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/E+t/hvzwOpChvo8RAsfDAKDPyc8ApoErw7c0T9gFmZGLJZqO3QCfZFoj 2vIU2Ni8qYskaYmqdyauPCk= =v/Ph -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715115440.GA68358>