From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 03:59:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B78A16A41F for ; Thu, 29 Sep 2005 03:59:17 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from mail.neti.ee (smtp-out-3.neti.ee [194.126.101.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066D043D4C for ; Thu, 29 Sep 2005 03:59:16 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from [80.235.59.102] (80-235-59-102-dsl.trt.estpak.ee [80.235.59.102]) by Relayhost2.neti.ee (Postfix) with ESMTP id 1580C2028; Thu, 29 Sep 2005 06:59:04 +0300 (EEST) Message-ID: <433B6690.4080905@raad.tartu.ee> Date: Thu, 29 Sep 2005 06:59:12 +0300 From: Toomas Aas User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050408) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Danny Pansters References: <433B03F1.9000808@raad.tartu.ee> <200509290205.53185.danny@ricin.com> In-Reply-To: <200509290205.53185.danny@ricin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee Cc: freebsd-questions@freebsd.org Subject: Re: make package 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: Thu, 29 Sep 2005 03:59:17 -0000 Danny Pansters wrote: > Use pkg_create(1) instead. Thanks a lot! pkg_create -b seems to be exactly what I was looking for. > On Wednesday 28 September 2005 20:58, Toomas Aas wrote: > >>Hello! >> >>I have a web server (ca 20 vhosts) currently running with >>php4-cgi-4.3.10_2 port and a lot of PHP4 extensions ports such as >>php4-ctype-4.3.10_2, php4-dbase-4.3.10_2 etc. I want to upgrade all >>those ports to PHP 4.4.0. >> >>As I've seen some websites break afer they'd been upgraded from PHP >>4.3.10 to PHP 4.4.0, I'd like to have a quick way to go back to 4.3.10 >>if 4.4.0 doesn't work for me. --- ... Paul's Law: You can't fall off the floor.