From owner-freebsd-questions@FreeBSD.ORG Sun Oct 14 01:50:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1016716A418 for ; Sun, 14 Oct 2007 01:50:38 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id A6A7B13C467 for ; Sun, 14 Oct 2007 01:50:35 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l9E1oV1W020310; Sat, 13 Oct 2007 20:50:32 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gJ6snZjrmwa3; Sat, 13 Oct 2007 20:48:59 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id l9E1mpR8020210; Sat, 13 Oct 2007 20:48:55 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4711757D.2090305@daleco.biz> Date: Sat, 13 Oct 2007 20:48:45 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Grant Peel References: <001e01c80dff$26f8a4b0$6501a8c0@GRANT> In-Reply-To: <001e01c80dff$26f8a4b0$6501a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: php4 to php5 upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2007 01:50:38 -0000 Grant Peel wrote: > Hi all, > > Does anyone know where there might be some clear documentation the > discribes the complete removal of php4 and its extentions, then how to > build php5 extentions. I can't say for sure that there's any such. Has a web search turned up nothing, then? Surely it's not much harder than: $ cd /usr/ports/lang/php4-extensions && make deinstall clean && make distclean $ cd /usr/ports/lang/php4 && make deinstall clean && make distclean and a little cleaning up in /usr/local/lib and /usr/local/etc. > I want to use ports if possible. Definitely possible. > > P.S. one thing I have always tripped over is weather to build php first, > then, run the meta port for extensions or vice versa ... ? The extensions meta-port will pull PHP in as a dependency if you haven't already installed it*, so the answer is not vice-versa, per se. Do lang/php5 first. Kevin Kinsey *Or it will crap out. Can't remember OTTOMH. -- Start every day off with a smile and get it over with. -- W.C. Fields