Subject: Re: perl ports info?
To: Carl Brewer <carl@bl.echidna.id.au>
From: None <cube@cubidou.net>
List: tech-pkg
Date: 09/13/2004 13:47:20
On Mon, Sep 13, 2004 at 09:34:23PM +1000, Carl Brewer wrote:
> cube@cubidou.net wrote:
> > On Mon, Sep 13, 2004 at 08:49:44PM +1000, Carl Brewer wrote:
> > 
>      [chomp]
> 
> > Oh, right, I forgot to commit that one.  Apart from that, using
> > the rt3 package I committed a few weeks ago should be just fine.
> 
> Just found it, looks good.
> 
> Quick dumb question, setting the PKG_SUPPORTED_OPTIONS is
> done in what file?  I don't think it's /etc/mk.conf,
> as having this in /etc/mk.conf :
> 
> PKG_OPTIONS.rt=frontend-modperl2
> 
> gives me this at make time for rt :
> 
> ===> There must one and only one backend defined.
> 
> (which seems to be an error?  I'm setting the frontend as
> mp2 with apache2, not the backend, which is the default, mysql)

Yeah, well it's only one variable, so once you have overwritten
a part of it, you loose the other part.  I'll rework that part so
you can use the default value.  Right now it's not critical so
just fully define it in mk.conf, adding backend-mysql to your line.

Quentin Garnier.