From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 14:07:21 2014 Return-Path: Delivered-To: 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 D8EAEC6F; Wed, 29 Oct 2014 14:07:20 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47CFAD6A; Wed, 29 Oct 2014 14:07:20 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id z12so1947492wgg.23 for ; Wed, 29 Oct 2014 07:07:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vIznOSIsRDGaSSkCXMy5IyKzJPqQ6AP5Q5JqM1WTc84=; b=QDaqAjfphp6cJA4FUgZ2Wu6QxkcqhGlkpHyz3GmFFHd3o8sKMfmdL6lxtLMtPawGUi id+OYknKSkMGcSiDU1+c4W3DDi5DuOsW2u47MuxFnv6aEl2/y1VCBmoOBIwCG2B6AmOm CBUOSvNk46HXWX9u0BjcxyBENX9eHx/IfL/ajFmfa3DjiPCA4dyR5ArA9cSyD2kHkg9D DzUULnKLZEUhDF+jI599tCFsndW4JBrGcV+QGeKQnqUK+FsLNO2tm1aQTiwoU3iUsCtT cmZZmXvxZ3w37mGEiKtCeOMOTvewZ4tGnFiIdwKuYVefSrOPH1HCgM+jPVojML+xmm48 oyCQ== X-Received: by 10.194.184.12 with SMTP id eq12mr13372568wjc.100.1414591637512; Wed, 29 Oct 2014 07:07:17 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id dq7sm5655224wid.12.2014.10.29.07.07.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 07:07:16 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 29 Oct 2014 15:07:14 +0100 From: Baptiste Daroussin To: Slawa Olhovchenkov Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141029140714.GB9726@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> <20141029130348.GK9763@zxy.spb.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <20141029130348.GK9763@zxy.spb.ru> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: ports@FreeBSD.org, current@FreeBSD.org 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 14:07:21 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 29, 2014 at 05:03:49PM +0400, Slawa Olhovchenkov wrote: > On Wed, Oct 29, 2014 at 01:53:04PM +0100, Baptiste Daroussin wrote: >=20 > > > > How can we know pecl-memcache has to be reinstalled? > > > >=20 > > > > We won't reinstall each time a version of a dep changes :) > > >=20 > > > And what is solution? > > > May be some flag on package (php) for reinstall all deps? > >=20 > > I do have no idea, I'm open for suggestions :) > > Either on the package side with triggers but that means implementing tr= igger in > > package > > Or in package side with provide/requires saying that this packages requ= ires an > > exact version of php meaning in case of upgrade of php the version woul= d have > > changed >=20 > May be (as workaround) some database witch this packages? > List, or regexp. >=20 > This is need for some binary modules and don't need for "text" > modules. > But for some cases -- and for "text" modules too. >=20 > > Or someone has to be clever and find a ports only solution. >=20 > On ports side pecl-memcache rebuild on php version changed. >=20 > > Why the help does a minor version has an inpact on the pecl? isn't the = abi > > stable over minor versions? >=20 > I am don't know -- I am not php guru. > As result -- memcache module don't loaded and "class Memcache not > found". > May be just strict version check. >=20 =46rom what I do read from here: https://wiki.php.net/rfc/releaseprocess#releases_cycle only going from X.Y to X.Y+1 needs to rebuild the extensions. and going from X.Y.Z to X.Y.Z+1 should be compatible regards, Bapt --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRQ9JIACgkQ8kTtMUmk6EzKAgCgtjowFND9IMV5vdSe5ZqFkbRr edgAn1okxEy8ePH4HdP17bWCSZy0ocj0 =Ywa8 -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG--