From owner-freebsd-ports@freebsd.org Wed Jul 20 19:38:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E290CB9E5A9 for ; Wed, 20 Jul 2016 19:38:11 +0000 (UTC) (envelope-from rwestlun@gmail.com) Received: from mail-qt0-x22b.google.com (mail-qt0-x22b.google.com [IPv6:2607:f8b0:400d:c0d::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C18D11C3 for ; Wed, 20 Jul 2016 19:38:11 +0000 (UTC) (envelope-from rwestlun@gmail.com) Received: by mail-qt0-x22b.google.com with SMTP id w38so32091168qtb.0 for ; Wed, 20 Jul 2016 12:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=axpV6Oo7O26nJzS5AygtiKW9hSfM3ENUbXf3hinu8uY=; b=h9o7g3ohn7iuM1nfIvKUk66Pb/ZhuSiuBOUXn2TviquqkuwJ2tQDosuIgXu3eWr0PK lGaYfxmapWXRBO8lftI4WZomJRKAJryw+qh4+ljgyqzgPS47xg8ee53jz8HW7QXU6kX1 fvT07WKQV7QO9Bplb0FzwlCyUt9a0WQTfpYDM5yV/WO++vWZBZOgcjmtDjRO7IkzF+ce ryrfg/KOsLXkUAqjRwfn2Gk26Li051hkdaTLHqizg+12Gdh0bCY+KIGfFmpt7+lhjwFo Na4hifGmApwaamAeNGzskRvWCdTYjSK12ZUY57B02qlL/QnghoDfSXvetSn6ulcS1N9l qKTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=axpV6Oo7O26nJzS5AygtiKW9hSfM3ENUbXf3hinu8uY=; b=FfuKbwbVQ3pfAXELYXsbq6iEI2LWszkIGhfGhVUTYRCuwUjaVjQoweMg/jH+j0rdyp YmK02LrsIXWBW3AjM1vnBNkQzua3zC3oL1/rQMsCjqE7MOEdwNwcW/quPylG2id7gvHW +7C8K3U1qeY9JsYZeV+D6oL5q2A5rZVRRKxwTTQxSncC6tDsmUg2XwNpxSJSJ2xw/htd UmI5v/mdLQHHAiLfD3nmQX4qfx4qac6rwgr3UNiTfXDRr8mP/opycBZ6/UGNDiNcsn/O QalVSedyE3TrumOtA1NT+Ieuz+VsO+bEyyr5/NiJANLZG9er9wUX1s6YMfcUg4OZv7d7 kIEQ== X-Gm-Message-State: ALyK8tLkdqxgwIWoDr9h7vtlF2sA9FfvU1thmbRN3i8hSmkpH4s7VNT9kzuSkY0sY8wAmg== X-Received: by 10.200.48.112 with SMTP id g45mr75712806qte.70.1469043490625; Wed, 20 Jul 2016 12:38:10 -0700 (PDT) Received: from gmail.com (c-98-216-247-110.hsd1.ma.comcast.net. [98.216.247.110]) by smtp.gmail.com with ESMTPSA id o84sm2228411qke.38.2016.07.20.12.38.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jul 2016 12:38:10 -0700 (PDT) Date: Wed, 20 Jul 2016 15:38:07 -0400 From: Randy Westlund To: freebsd-ports@freebsd.org Subject: DEFAULT_VERSIONS and pkg Message-ID: <20160720193807.GD23776@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DrWhICOqskFTAXiy" Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 19:38:12 -0000 --DrWhICOqskFTAXiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I'm using postgres 9.5 and psycopg2. When I run 'pkg upgrade', it tries to replace postgres 9.5 with 9.3. > root@rannoch:/ # pkg upgrade > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Updating database digests format: 100% > Checking for upgrades (1 candidates): 100% > Processing candidates (1 candidates): 100% > Checking integrity... done (2 conflicting) > - postgresql93-client-9.3.13 conflicts with postgresql95-client-9.5.3 on /usr/local/bin/clusterdb > - postgresql93-client-9.3.13 conflicts with postgresql95-client-9.5.3 on /usr/local/bin/clusterdb > Checking integrity... done (0 conflicting) > The following 4 package(s) will be affected (of 0 checked): > Installed packages to be REMOVED: > postgresql95-server-9.5.3 > postgresql95-client-9.5.3 > New packages to be INSTALLED: > postgresql93-client: 9.3.13 > Installed packages to be REINSTALLED: > py27-psycopg2-2.6.1_1 (direct dependency changed: python27) > Number of packages to be removed: 2 > Number of packages to be installed: 1 > Number of packages to be reinstalled: 1 > The operation will free 19 MiB. > Proceed with this action? [y/N]: N I have pgsql=9.5 set in DEFAULT_VERSIONS: > root@rannoch:/ # cat /etc/make.conf > DEFAULT_VERSIONS+= pgsql=9.5 Does pkg ignore DEFAULT_VERSIONS? I've reinstalled psycopg2 from ports, but pkg still wants to reinstall it anyway. This is on 10.3-RELEASE-p5 with pkg 1.8.7. --DrWhICOqskFTAXiy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXj9MeAAoJEGaweXjzNsmpiWAH/2pU56o99QB6uaTDYwd+1PO3 /x3wkgRSxZkaG7jvXjA+Ee+kV0AbCNpfXcCay4Kw6LcAbpGavIqzXUxHxqm9athC GGEuR6RtBcmesT7BSbO+GaAYDDQBpKAKoBB27vbNMDCU1ZFQcfTc72oFPaSbzBbc o37kAJ8+tQfK5F4Lqk28b5fLCwNUeosTMqRl24HGgDCAEJUmDTcmpsE/fizSgpw1 A1yV8qIvMg5WcRJjn6kWzSaap8UqYb3WgIqgZn5bRX43j7DA+TmDqJBuRwZo8rxx 4sSHgUF6n+GTS23pAlmAQUSFmwTXcn/RZ2dPo+T5CebbEpWsFBrxSAs3XH0cgAc= =KPJe -----END PGP SIGNATURE----- --DrWhICOqskFTAXiy--