From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 16:02:58 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 D97E916A4CE for ; Tue, 21 Dec 2004 16:02:58 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D851843D4C for ; Tue, 21 Dec 2004 16:02:57 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so50059wri for ; Tue, 21 Dec 2004 08:02:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=L0JgO8rHrRuYTRCfqO2MdC3LiHC9OW35qcyxQx9ReMiAzQpM4rdJwMiAlsB1ECzo7lbtUofADij+kjikT5Ex1kKZXwNX4Mn0DF80DvglREIXBegvFJXCUWaBDfBH6Bw9C8YWq6b9ayKHhUMQvquQI6cVyaTDjJMU+tS3jeR0238= Received: by 10.54.56.65 with SMTP id e65mr45431wra; Tue, 21 Dec 2004 08:02:57 -0800 (PST) Received: by 10.54.11.33 with HTTP; Tue, 21 Dec 2004 08:02:57 -0800 (PST) Message-ID: Date: Tue, 21 Dec 2004 10:02:57 -0600 From: Joshua Lokken To: Bruce Campbell In-Reply-To: <1103644014.41c8456edb52a@www.nexusmail.uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1103644014.41c8456edb52a@www.nexusmail.uwaterloo.ca> cc: freebsd-questions@freebsd.org Subject: Re: apparent change in php4 port build procedure... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 16:02:59 -0000 On Tue, 21 Dec 2004 10:46:54 -0500, Bruce Campbell wrote: > > I'm upgrading to mod_php4-4.3.10 > > In the past, the make procedure presented me with a detailed > menu of options. Now, it appears to just ask me these questions 3: > > - apache 1 vs 2 > - debug > - ipv6 > > and not all the other stuff like mysql, imap, and so forth. > > I can easily add the configure args I want to /usr/ports/lang/php4/Makefile, like > this: > > --with-mysql=/usr/local \ > --with-layout=GNU \ > --with-config-file-scan-dir=${PREFIX}/etc/php \ > --with-zlib-dir=/usr \ > --with-regex=php \ > --enable-ftp \ > > But I liked the old menu system, as it saved me figuring out > the configure args. Was there a reason to move away from that, > or is there a new mechanism I am not aware of ? from /usr/ports/UPDATING: 20040719: AFFECTS: users of PHP AUTHOR: ale at FreeBSD.org The old lang/php4 and lang/php5 ports have been split into 'base' PHP, PEAR, and shared extensions to allow more flexibility and add new features. Upgrading your current PHP installation will result in a 'base' PHP installation (no PEAR and no extensions). PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while the set of PHP extensions to install can be choosen via the meta-ports lang/php4-extensions and lang/php5-extensions, or installing singular extensions individually. The syntax may not be verbatim, as I pulled the snippet from another posting, but there lies your answer ;) -- Joshua Lokken Open Source Advocate