From owner-freebsd-ports@freebsd.org Sat Jul 29 08:48:21 2017 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 950DADBE442 for ; Sat, 29 Jul 2017 08:48:21 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1194C64527 for ; Sat, 29 Jul 2017 08:48:20 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:122b:1a01:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 19EFFC15D48 for ; Sat, 29 Jul 2017 10:48:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1501318089; bh=3c756G92+lsY21suhB5oPkcUo9z5NURPBzNWJnugT6M=; h=Subject:To:References:From:Date:In-Reply-To; b=GThuc+UGhwMQnFOlq52rJuxrB+qX5kajTYMAtr2iDeW4YVEZqv02p0jgVjAAKpWuK xkNAeJQcJFIu7iv/yXo53zaiXDORc3/oKlNRoqkiumwehsFR6Qm1frUe2mN2kkkxmP s98h2Ri1FNx15M93W/l0gNsMtofzfM9+Ar6yFbV4= Received: from [192.168.0.151] (idefix.idefix.lan [192.168.0.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id B5E10D8D7C3 for ; Sat, 29 Jul 2017 10:48:08 +0200 (CEST) Subject: Re: Pkg does not upgrade if more than one repository is defined To: freebsd-ports@freebsd.org References: <4bd07372cbebf842be96c9269ac7e274@fechner.net> <597B068B.3010106@quip.cz> <20170728111336.GA55676@gmail.com> From: Matthias Fechner Message-ID: <37533b19-883d-bf49-59b1-9d3244e20ce8@fechner.net> Date: Sat, 29 Jul 2017 10:48:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170728111336.GA55676@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 08:48:21 -0000 Am 28.07.2017 um 13:13 schrieb Matt Smith: > > This might also be related to the CONSERVATIVE_UPGRADE setting of > pkg.conf. According to the man page: > > CONSERVATIVE_UPGRADE: boolean > Ensure in multi repository mode that the priority is > given as much as possible to the repository where a > package was first installed from. Default: YES. thanks, this helped. Second solution that was working for me to temporarily disable the standard repository (poudriere) and do the upgrade, after this enable the standard repo again. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook