pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30472: rt3 pkgsrc upset about build options
The following reply was made to PR pkg/30472; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/30472: rt3 pkgsrc upset about build options
Date: Thu, 9 Jun 2005 06:23:51 +0000
On Thu, Jun 09, 2005 at 12:08:00AM +0000, Carl Brewer wrote:
>
> ACCEPTABLE_LICENSES+=fee-based-commercial-use
> ACCEPTABLE_LICENSES+=no-profit
> ACCEPTABLE_LICENSES+=majordomo-license
> USE_MILTER=YES
> FAILOVER_FETCH=yes
> PKG_DEVELOPER=1
> PKG_OPTIONS.rt=backend-mysql frontend-modperl2
> #PKG_OPTIONS.rt+=backend-mysql
> PKG_OPTIONS.clamav+=milter
> APACHE_MODULES+=deflate
> APACHE_MODULES+=dav
> APACHE_MODULES+=deflate
> APACHE_MODULES+=all
> ACCEPTABLE_LICENSES+=shareware
>
> When compiling, I get this error :
>
> rollcage2# make
> ===> There must be no more than one frontend defined.
> *** Error code 1
There was a change in the way that package-specific PKG_OPTIONS should
be set. There is no longer a simple override to completely set the
PKG_OPTIONS for a package. I think you need to do the following to
build rt3 in the way that you want:
PKG_OPTIONS.rt= -frontend-fastcgi frontend-modperl2
This will deactivate the default FastCGI frontend and activate the
mod_perl-2.x frontend.
Cheers,
-- Johnny Lam <jlam%NetBSD.org@localhost>
Home |
Main Index |
Thread Index |
Old Index