Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 17:44:19 +0100
From:      Matthew Seaman <matthew@freebsd.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: pkg upgrade not working properly [was: pkgng messed up]
Message-ID:  <537CD7E3.6020501@freebsd.org>
In-Reply-To: <537CD47A.6050802@shopzeus.com>
References:  <5374C16E.6000000@shopzeus.com> <44k39n2kg1.fsf@lowell-desk.lan> <5375B772.2050700@shopzeus.com> <537C4D66.6010306@shopzeus.com> <537C53E9.50905@FreeBSD.org> <537CD47A.6050802@shopzeus.com>

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

On 05/21/14 17:29, Nagy L=C3=A1szl=C3=B3 Zsolt wrote:
>> Essentially, if you want other than the default versions of perl,
>> postgresql etc. then you're going to have to compile any packages in
>> those dependency trees yourself.  <Obligatory mention of poudriere goe=
s
>> here.>

> I would be very happy to update every package to the current
> pkg.freebsd.org version. But how do I do that?

You need to identify every package generating these sort of conflicts,
and then tell pkg that it should use a different port (identified by
port origin) for any upgrades using 'pkg set' like so:

    pkg set -o category/old-port:category/new-port

So in the case of replacing postgresql93-client with postgresql90-client
you run:

   pkg set -o databases/postgresql93-client:databases/postgresql90-client=


Now when you run your 'pkg upgrade' it will tell you it is upgrading
(sic) postgresql93-client to postgresql90-client.

	Cheers,

	Matthew



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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQJ8BAEBCgBmBQJTfNfqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw
MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnW2kP/21IWqJws3IAu5RiSS9GMUDA
0gLopv9VBhXNrusZBBPvYtk4IZxI5AvYuaiHcSJME+QiNic762WryFFLd/5ZftMa
4/vBPO65aemFRiRsiRd3kBpxh2MGkeSQVOTFTE6ODfMqrxQMIfazWmB04Uoi+HJO
bd43yqpWC8WxWnSlQ7C3Um7/sKytwIcC4jjoPd28sy68TwyFfYEO/K8S5Fcp3oh3
F+88j5RqludwahnLbDVq9qQ053vo6XCosIwWE+BgNPPEeK46uiBH7HpHAd+TJHOe
bqNrwPqoERVC0B6g2TuUh34UuRyX47Bqe0Y2yv5mx9ZJLkaUivJSD3+kswBpNsVe
iBJ5Z1dP6r8+6gnGcPdwBmOYKHQ5JQUcd8V5LnV007frJ8e/9OcG3B1g0dF7G7oQ
qib9EeDGuI0kVbfNRe/HAHV7uQAMyNcZ6S5pOg6O376Q3Vn7ShI/YyrNAp7v1dOd
2cT9bYyh2FItUOsO2DOhK3rLQzDU1HHlpTH2FI+oCFH5GmPFSDGO230JNJ6lDFNt
tRnVifNmnshxQg63qXZH/gdfFR3r8CPYrepeZ/U94hdt9otW78OuDk0hFDMn+3CX
NrhN/38qN5xi5Ptds3JME+BTWtTNeesja9tKyYR5E7L14tMiToDUXxUkxxJA70wa
NZZdHnJj5jV075NlVedf
=Df6f
-----END PGP SIGNATURE-----

--r2JsLR3uKVaApN27Wf4AscTgxsoX8unJu--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?537CD7E3.6020501>