From owner-freebsd-hackers@FreeBSD.ORG Fri May 18 10:20:12 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B888D1065679 for ; Fri, 18 May 2012 10:20:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 6E11D8FC1D for ; Fri, 18 May 2012 10:20:12 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1SVK8E-0006c8-Ks for freebsd-hackers@freebsd.org; Fri, 18 May 2012 13:09:58 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 May 2012 13:09:58 +0300 From: Daniel Braniss Message-ID: Subject: portmaster and php 5.4/5.3 issues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 10:20:12 -0000 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? cheers, danny