From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 13:34:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF851378 for ; Wed, 29 Oct 2014 13:34:11 +0000 (UTC) Received: from services.syscare.sk (services.syscare.sk [188.40.39.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7B49AA37 for ; Wed, 29 Oct 2014 13:34:11 +0000 (UTC) Received: from services.syscare.sk (services.syscare.sk [188.40.39.36]) by services.syscare.sk (Postfix) with ESMTP id B18A814B0C3 for ; Wed, 29 Oct 2014 14:28:09 +0100 (CET) X-Virus-Scanned: amavisd-new at rulez.sk Received: from services.syscare.sk ([188.40.39.36]) by services.syscare.sk (services.rulez.sk [188.40.39.36]) (amavisd-new, port 10024) with ESMTP id pUh0OX-fatNM for ; Wed, 29 Oct 2014 14:28:05 +0100 (CET) Received: from hosting.syscare.sk (hosting [188.40.39.37]) by services.syscare.sk (Postfix) with ESMTP id AA04314B0BA for ; Wed, 29 Oct 2014 14:28:05 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Oct 2014 14:28:05 +0100 From: Daniel Gerzo To: freebsd-current@freebsd.org Subject: Re: pkg 1.4 freeze please test test test! Organization: The FreeBSD Project In-Reply-To: <20141029125304.GJ82736@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> <20141029121326.GA83878@zxy.spb.ru> <20141029122452.GH82736@ivaldir.etoilebsd.net> <20141029123157.GI9763@zxy.spb.ru> <20141029124025.GI82736@ivaldir.etoilebsd.net> <20141029124832.GJ9763@zxy.spb.ru> <20141029125304.GJ82736@ivaldir.etoilebsd.net> Message-ID: <7335fc556eaf4bce60a1b6373e348699@rulez.sk> X-Sender: danger@FreeBSD.org User-Agent: Roundcube Webmail/0.7.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 13:34:11 -0000 On 2014-10-29 13:53, Baptiste Daroussin wrote: >> > How can we know pecl-memcache has to be reinstalled? >> > >> > We won't reinstall each time a version of a dep changes :) >> >> And what is solution? >> May be some flag on package (php) for reinstall all deps? > > I do have no idea, I'm open for suggestions :) > Either on the package side with triggers but that means implementing > trigger in > package > Or in package side with provide/requires saying that this packages > requires an > exact version of php meaning in case of upgrade of php the version > would have > changed > > Or someone has to be clever and find a ports only solution. This has been reported previously and the issue is bein tracked at https://github.com/freebsd/pkg/issues/585 It affects more then just pecl packages... -- Kind regards Daniel