Gentoo Archives: gentoo-dev

From: Henti Smith <bain@××××××.org>
To: Paul de Vrieze <pauldv@××××××.nl>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Suggestion for apache in /etc/make.profile/use.defaults
Date: Thu, 15 Aug 2002 05:55:41
Message-Id: 20020815124855.2098d8b1.bain@reaper.org
In Reply to: Re: [gentoo-dev] Suggestion for apache in /etc/make.profile/use.defaults by Paul de Vrieze
1 On Thu, 15 Aug 2002 12:34:40 +0200
2 Paul de Vrieze <pauldv@××××××.nl> wrote:
3
4 > On Thursday 15 August 2002 10:30, Henti Smith wrote:
5 > > Hi there :)
6 > >
7 > > I've been working on getting a few apps I use onto ebuilds to incorporate
8 > > into gentoo, but some of them require apache to me installed which is not a
9 > > problem as I just add apache into the requirements list.
10 > >
11 > > Some of the other packages has a apache/CGI interface .. but it's not
12 > > required and is a compile option. how big is the change to add apache into
13 > > /etc/make.profile/use.defaults and what effect will it have on the overall
14 > > system ?
15 > >
16 > > Please understand I'm new to gentoo and still learning the system and this
17 > > might be a silly question
18 > >
19 >
20 > Why should apache be in the defaults, it is a server so I think it shouldn't
21 > be installed by default at all. A use option is something different of
22 > course.
23
24 Hi paul ..
25
26 and everybody else ..
27
28 I Have read a lot more on the USE function and I think I understand better how things work.
29 Just trying to figure out how the USE function effects the ebuild compile structure ..
30
31 for instance.
32
33 If I have apache as a DEPEND in my ebuild, but as a apache? (>=apache ), and I assume from my reading that it means it's optional not required, and
34 I do 'USE="-apache" emerge .ebuild' how can I specify that some ./configure option like "--with-CGI" doesn't get used at compile time ?
35
36 Or am I understanding ebuild and USE incorreclty ?
37
38 Henti Smith

Replies

Subject Author
Re: [gentoo-dev] Suggestion for apache in /etc/make.profile/use.defaults Christian Skarby <christian.skarby@×××××××××.no>