From owner-freebsd-stable@FreeBSD.ORG Fri Feb 1 02:32:43 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78BF216A469 for ; Fri, 1 Feb 2008 02:32:43 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id C4D9E13C4CC for ; Fri, 1 Feb 2008 02:32:41 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id NAA11368; Fri, 1 Feb 2008 13:32:10 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 1 Feb 2008 13:32:10 +1100 (EST) From: Ian Smith To: "Chris H." In-Reply-To: <20080131173626.metcs73dwk004gos@webmail.1command.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-apache@freebsd.org, freebsd-stable@freebsd.org, freebsd-ports@freebsd.org, Pete French Subject: Re: [: -le: argument expected X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 02:32:43 -0000 [I've kept your ccs, but I'm only subscribed to -stable] On Thu, 31 Jan 2008, Chris H. wrote: > Hello Pete, and thank you for your continued input. I really appreciate it. > > Quoting Pete French : [.. huge snip.. ] > > How about try configuring it *not* to build the apache dependent bits and > > see if it compiles then? The php5 port only depends on Apache if you tell it > > to build the Apache module. > > I'm /quite/ sure that that will work flawlessly. I'll do that first, and > report my experience. > > > > > Or try installing it with pkg_add -r ? > > I won't realize the recent changes that cvsup has added to the port source. It wouldn't work anyway. Unless things have changed very recently - and I'd be pleasantly surprised to be told that they had - for some utterly bizarre reason, the php5 package does not include the apache module. Well, the reason is that packages are built with default port options, and the apache module is not a default port option. Fair enough, but for those people who'd hope to be able to install apache[anything] + php5 from packages, a php5-with-modphp5 package would be really handy. cheers, Ian