From owner-freebsd-ports@FreeBSD.ORG Fri May 18 10:40:07 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7209B106564A for ; Fri, 18 May 2012 10:40:07 +0000 (UTC) (envelope-from flo@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2B38FC14; Fri, 18 May 2012 10:40:07 +0000 (UTC) Received: from bender.solomo.local (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4IAe632058756; Fri, 18 May 2012 10:40:06 GMT (envelope-from flo@freebsd.org) Message-ID: <4FB62706.9070002@freebsd.org> Date: Fri, 18 May 2012 12:40:06 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120502 Thunderbird/12.0.1 MIME-Version: 1.0 To: Daniel Braniss References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: portmaster and php 5.4/5.3 issues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 10:40:07 -0000 [Moved to ports@] On 05/18/2012 12:09, Daniel Braniss wrote: > hi, > doing > portmaster -a > today wants to upgrade php5.3 to php5.4 which I'm > not ready yet, so I dis-installed php5 and installed php53, but > now portmaster wants to upgrade the php extentiosn to 5.4 even though > php is 5.3.13. > what (if any :-), is the magic to convince portmaster to compile > the php53-* extensions instead of php5-* extensions? > Hi, you need to deinstall all php5* ports (something like pkg_delete -x php5) and reinstall php53 and php53-extensions with your list of modules set to on. One example, if you have archivers/php5-zip now you need archivers/php53-zip with php53. I will try to come up with something to put into UPDATING later today hopefully. Florian