From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 15:00:52 2004 Return-Path: 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 2977A16A4D6 for ; Tue, 20 Jul 2004 15:00:52 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with SMTP id C6A8443D58 for ; Tue, 20 Jul 2004 15:00:51 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so663803rne for ; Tue, 20 Jul 2004 08:00:51 -0700 (PDT) Received: by 10.38.5.72 with SMTP id 72mr86067rne; Tue, 20 Jul 2004 08:00:51 -0700 (PDT) Message-ID: <747dc8f30407200800109149cc@mail.gmail.com> Date: Tue, 20 Jul 2004 12:00:51 -0300 From: Renato Botelho To: Dan Rue In-Reply-To: <20040720142502.GC61196@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040720142502.GC61196@therub.org> cc: questions@freebsd.org Subject: Re: PHP 4.3.8 upgrade missing things X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:00:52 -0000 On Tue, 20 Jul 2004 09:25:02 -0500, Dan Rue wrote: > Hey all, > > Usually when I build PHP, it asks me about a couple dozen things - perl > compatible reg ex's, ftp support, etc. When I did a portupgrade last > night it didn't ask me those things - only three things (apache 2, and > two other things). Now, I am missing some things - at least the preg > stuff. So how do I get that stuff back? > > I'm building /usr/ports/lang/php4, and i'm on 4.3.8. > > Any hints? Hi, Yesterday a mega commit was applied on php related ports, now, you install php4 without extensions and install all extensions (mysql, ftp, pcre) separetelly, or using lang/php4-extensions. All changes are described on /usr/ports/UPDATING Regards, -- Renato Botelho