Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, voxus@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild
Date: Wed, 26 Sep 2007 07:54:22
Message-Id: 20070926074309.GH22279@supernova
1 On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
2 > voxus 07/09/25 07:16:42
3 >
4 > Modified: ChangeLog
5 > Added: nginx-0.6.13.ebuild
6 > Removed: nginx-0.6.12.ebuild
7 > Log:
8 > * bump
9 > (Portage version: 2.1.3.9)
10
11 > 1.1 www-servers/nginx/nginx-0.6.13.ebuild
12 >
13 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1&view=markup
14 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/nginx-0.6.13.ebuild?rev=1.1&content-type=text/plain
15
16 > use fastcgi || myconf="${myconf} --without-http_fastcgi_module"
17 > use fastcgi && myconf="${myconf} --with-http_realip_module"
18 > use flv && myconf="${myconf} --with-http_flv_module"
19 > use zlib || myconf="${myconf} --without-http_gzip_module"
20 > use pcre || {
21 > myconf="${myconf} --without-pcre --without-http_rewrite_module"
22 > }
23 > use debug && myconf="${myconf} --with-debug"
24 > use ssl && myconf="${myconf} --with-http_ssl_module"
25 > use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support
26 > use perl && myconf="${myconf} --with-http_perl_module"
27 > use status && myconf="${myconf} --with-http_stub_status_module"
28 > use webdav && myconf="${myconf} --with-http_dav_module"
29
30 I take it that, for some obscure reason, use_with() doesn't work?
31
32 > if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
33
34 Are you looking at the live root here, in a src_* function?
35
36 Thanks,
37 Donnie
38 --
39 gentoo-dev@g.o mailing list

Replies