On Tue, 7 Nov 2006, Stuart Henderson wrote:
On 2006/11/07 09:24, Matthew Closson wrote:
I would like to build the php5-gd extension with two flavors applied at
the same time. (no_x11 and hardened). So here is what I did:
no_x11 applies to the package produced by the port, you need a full system
(with x11) to build packages from ports.
My mistake, I did see that in the FAQ but I thought that the no_x11 option
may override the need for the X11 environment. I added those filesets and
was able to build the port successfully. Thanks.
# pkg_info | grep php5-gd
php5-gd-5.1.4-no_x11-hardened image manipulation extensions for php5
-Matt-