Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 14:25:42 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: problem installing Firefox using pkg_add -r
Message-ID:  <4F26A866.1050605@infracaninophile.co.uk>
In-Reply-To: <jg67k4$jk6$1@dough.gmane.org>
References:  <jg67k4$jk6$1@dough.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigBB85ED62E89EBA53D47D2701
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 30/01/2012 13:57, hvn wrote:
> Using v.FreeBSD 8.2, I'm trying to install Firefox 9 by pkg_add -r=20
> firefox. According to the docs, this should work. However, instead of v=
9=20
> it tries to install v 3.6 which goes wrong because of dependency=20
> conflicts. Any idea on how to solve this or what goes wrong?

What FTP URL are you connecting to in order to download the firefox
package?  Firefox 9.0 postdates FreeBSD 8.2 release, so it won't be in
the packages-8.2-release collection:

ftp> pwd
Remote directory: /pub/FreeBSD/ports/amd64/packages-8.2-release/Latest
ftp> ls firefox.tbz
229 Entering Extended Passive Mode (|||51545|)
150 Opening ASCII mode data connection for '/bin/ls'.
lrwxr-xr-x  1 1006  1006  27 Jan 20  2011 firefox.tbz ->
=2E./All/firefox-3.6.13,1.tbz
226 Transfer complete.

However, if you use the packages-8-stable collection, you should get
firefox-9:

ftp> pwd
Remote directory: /pub/FreeBSD/ports/amd64/packages-8-stable/Latest
ftp> ls firefox.tbz
229 Entering Extended Passive Mode (|||63627|)
150 Opening ASCII mode data connection for '/bin/ls'.
lrwxr-xr-x  1 1006  1006  26 Jan 17 21:28 firefox.tbz ->
=2E./All/firefox-9.0.1,1.tbz
226 Transfer complete.

Packages compiled for FreeBSD 8.2-STABLE should work perfectly well on
8.2-RELEASE-pX with the possible exception of a few things like lsof
that go poking directly into kernel memory structures.

Read about the PACKAGESITE environment variable in pkg_add(1)

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matthew@infracaninophile.co.uk               Kent, CT11 9PW


--------------enigBB85ED62E89EBA53D47D2701
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8mqG8ACgkQ8Mjk52CukIzHbQCfaJn4aT31jC15rDIPzsKkDbYK
f9oAn0FAdySrXy7U5N2Dh0sseA1cHY6M
=YMvu
-----END PGP SIGNATURE-----

--------------enigBB85ED62E89EBA53D47D2701--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F26A866.1050605>