From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 01:43:42 2008 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 22ABC1065673 for ; Wed, 17 Dec 2008 01:43:42 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from omr2.mail.isx.net.nz (omr2.mail.isx.net.nz [210.5.49.99]) by mx1.freebsd.org (Postfix) with ESMTP id A9BC98FC16 for ; Wed, 17 Dec 2008 01:43:41 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from 210.55.30.56 (EHLO _127.0.0.1_) ([210.55.30.56]) by omr2.mail.isx.net.nz (MOS 3.8.3-GA FastPath) with ESMTP id AAS90450 (AUTH brett@net24.co.nz); Wed, 17 Dec 2008 14:43:40 +1300 (NZDT) Message-ID: <4948595C.6060303@net24.co.nz> Date: Wed, 17 Dec 2008 14:43:56 +1300 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Steve Bertrand References: <49485322.4010401@ibctech.ca> <49485594.3050709@net24.co.nz> <494856EB.5000608@ibctech.ca> In-Reply-To: <494856EB.5000608@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Tom Worster Subject: Re: lang/php5 port 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: Wed, 17 Dec 2008 01:43:42 -0000 Steve Bertrand wrote: > Brett Davidson wrote: > >>> Tom Worster wrote: >>> >>> >>>> is there any documentation or a helpful website for how to use ports to >>>> install php5? >>>> >>>> i'm used to compiling it with a pretty long configuration command for >>>> all >>>> the optional bits i need, e.g. --with-dom --with-dom-xslt --enable-dom >>>> --with-pear --with-gd etc. etc. on and on. >>>> >>>> i'm unclear how these options are handled in freebsd ports. is it a >>>> matter >>>> of identifying lots of individual ports, one for each of the >>>> configuration >>>> command options i'd normally use? >>>> >>>> >>> >>> >> Run make config on the php port to see if any configuration options you >> need are mentioned there. >> I normally utlise the php-extensions port - run make config in there for >> options. >> > > One of the reasons I've had to edit Makefile manually was because a > client needed JPEG support. > > At the time, `make config' didn't provide that option. > > You make a couple of valuable points however. It would be easier if the > OP's demands could be met with your method. > > Steve > > php-extensions supports jpg in the make config options - I use that too. It's a really elegant way of configuring almost every php option we need. Brett.