Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2008 20:33:31 -0500
From:      Steve Bertrand <steve@ibctech.ca>
To:        Brett Davidson <brett@net24.co.nz>
Cc:        freebsd-questions@freebsd.org, Tom Worster <fsb@thefsb.org>
Subject:   Re: lang/php5 port
Message-ID:  <494856EB.5000608@ibctech.ca>
In-Reply-To: <49485594.3050709@net24.co.nz>
References:  <C56DB0C4.6B14%fsb@thefsb.org> <49485322.4010401@ibctech.ca> <49485594.3050709@net24.co.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?494856EB.5000608>