On 2009/10/29 03:13, James Hartley wrote:
> On Tue, Sep 15, 2009 at 7:45 PM, patrick keshishian wrote:
>
> >
> > Read the following thread, as you'll find it informative (especially
> > the last reply by Vadim Zhukov)
> >
> > http://www.mail-archive.com/[email protected]/msg79638.html
> >
> >
> I, too, have been trying trying to build php5-extensions with no success.
> However, I'm looking for Postgres support. In looking at the Makefile, it
> appears that I needed to specify the following:
>
> $ cd /usr/ports/www/php5/extensions ; sudo env SUBPACKAGE='-pgsql' make
> package
>
> ...but this resulted in compile errors with -current downloaded this past
> Sunday. Any insight into what I'm overlooking would be greatly
> appreciated. Thanks.
$ FLAVOR=`make show=FLAVORS|sed -e s/no_suhosin// -e s/no_pgsql//` \
make package
or, just build the whole lot and allow dependencies to be fetched as
packages (make package FETCH_PACKAGES=Yes).