Date: Fri, 13 Jan 2017 07:52:56 +0000 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: pkg management Message-ID: <cc981619-196e-6c36-33e2-af57dadfbdf5@FreeBSD.org> In-Reply-To: <db1c13bd52481a4d2e2371adb9b2f23c.squirrel@webmail.harte-lyne.ca> References: <db1c13bd52481a4d2e2371adb9b2f23c.squirrel@webmail.harte-lyne.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --a1u0KhmIPMMISHsd83nmRThvxr1HG1mh6 Content-Type: multipart/mixed; boundary="rcrp35aKOBfmQhAqC9hQDLIxo8B3drHrE"; protected-headers="v1" From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Message-ID: <cc981619-196e-6c36-33e2-af57dadfbdf5@FreeBSD.org> Subject: Re: pkg management References: <db1c13bd52481a4d2e2371adb9b2f23c.squirrel@webmail.harte-lyne.ca> In-Reply-To: <db1c13bd52481a4d2e2371adb9b2f23c.squirrel@webmail.harte-lyne.ca> --rcrp35aKOBfmQhAqC9hQDLIxo8B3drHrE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 12/01/2017 16:21, James B. Byrne via freebsd-questions wrote: > Why is pkg trying to remove the version I have installed and replace > it with an older one? Is there some switch I am to set somewhere to > tell pkg not to do this? You're trying to install a different package that has a dependency on postgresql93-client -- but postgresql93-client conflicts with postgresql96-client so pkg would have to remove it to install postgresql93 as you requested. Then it also has to remove postgresql96-{server,contrib,docs} as those all depend on postgresql96-client. postgresql93 is the default version of postgresql in ports at the moment. If you're using the standard system packages then anything that depends on postgresql will cause the installation of postgresql93-client, and result in the effect you described. If you want to use postgresql96 instead, then you need to build your own package= s Cheers, Matthew --rcrp35aKOBfmQhAqC9hQDLIxo8B3drHrE-- --a1u0KhmIPMMISHsd83nmRThvxr1HG1mh6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYeIdgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATcg8P/it2CVrek7mo5tDZqSHo6KWF K4JRC8o9hd5IpB/B7UdewMeljAQfr8C7NPxjYoKsRtGj1Tv85DXtUiC49630ehWo lnbjQcyjNQrm8IAAC0bNzyPzLZV2sM4NUItHkS+iMzcrAIJGZBfsx1dnyLGg7Hx1 V7wBX6ooCERBbodry1yXkpOx1kVbndQVbUSHeEVIalzugqaF9YTQLM1RmpHy1tXl gip9QHqDQS0PTqgBHB9jwxNa6WSlvKASUNk8W3INvUUt1iyAaJ2Ouj2QUZsVXu62 KGnnhS8GihzQczXkaA1wc+vCNKLn18IEcXGrcOLCWpsQ4vLUgn/vlBird/yUldlQ sTgjDEcqHBXg1bhKEi2mPXCuMCi6YsA8aKIZd+3/aumoS5RzXAgJapc4eRyDNApP S8JyzR3BkrXbcpLtwLVycrJ27DPfVLkyCHR5MNrKUDPdzIAu1isu8tHl/eLj1BK9 pFSz1PYHy0LTv8YUpyT1wkKSi7VHatdO29yiGGOstAMgogQsg1JUX6agfKzf9sbu RVKaY+Q1PImDms8MUWEc+QB9xhnsbDbegqstf4GwCmwoXGanBzLM9+udQ2W+/PkY 0gJm55lLrU8yWfaARBfCD4Fs/2pSjTsVQsRcKaYKPREshgzPJcfQsbedbMoXMzq3 BDDOY5pDxmigDXWPpdZk =lrso -----END PGP SIGNATURE----- --a1u0KhmIPMMISHsd83nmRThvxr1HG1mh6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cc981619-196e-6c36-33e2-af57dadfbdf5>