portupgrade and pkgtools.conf

Nelis Lamprecht nlamprecht at gmail.com
Thu Oct 28 03:06:59 PDT 2004


On Thu, 28 Oct 2004 11:55:06 +0200, Uros <uros at sir-mag.com> wrote:
> Hello!
> 
> I'm trying to update subversion from ports and I have
> WITH parameters in my pkgtools.conf
> 
> 'devel/subversion' => [
>                 'WITHOUT_NEON=1',
>                 'WITH_APACHE2_APR=1',
>                 'WITH_BERKELEYDB=42'
>         ]
> 

Hi,

Not sure if above was a typo but you seem to be missing a , or two:

 'devel/subversion' => [
                 'WITHOUT_NEON=1',
                 'WITH_APACHE2_APR=1',
                 'WITH_BERKELEYDB=42',
    ],
      
  
Regards,
Nelis


More information about the freebsd-questions mailing list