Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266446 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- /usr/portage/www-servers/nginx/nginx-0.7.62.ebuild  2009-09-18 19:36:47.000000000 +0000
0
++ /usr/local/portage/www-servers/nginx/nginx-0.7.62.ebuild    2009-10-02 10:47:20.000000000 +0000
Lines 11-23 Link Here
11
LICENSE="BSD"
11
LICENSE="BSD"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
13
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
14
IUSE="addition debug fastcgi flv imap pcre perl random-index ssl status sub webdav zlib"
14
IUSE="addition debug fastcgi flv imap passenger pcre perl random-index ssl status sub webdav zlib"
15
DEPEND="dev-lang/perl
15
DEPEND="dev-lang/perl
16
       pcre? ( >=dev-libs/libpcre-4.2 )
16
       pcre? ( >=dev-libs/libpcre-4.2 )
17
       ssl? ( dev-libs/openssl )
17
       ssl? ( dev-libs/openssl )
18
       zlib? ( sys-libs/zlib )
18
       zlib? ( sys-libs/zlib )
19
       perl? ( >=dev-lang/perl-5.8 )"
19
       perl? ( >=dev-lang/perl-5.8 )
20
       passenger? ( www-misc/passenger )"
20
pkg_setup() {
21
pkg_setup() {
21
       ebegin "Creating nginx user and group"
22
       ebegin "Creating nginx user and group"
Lines 60-65 Link Here
60
       use webdav      && myconf="${myconf} --with-http_dav_module"
61
       use webdav      && myconf="${myconf} --with-http_dav_module"
61
       use sub         && myconf="${myconf} --with-http_sub_module"
62
       use sub         && myconf="${myconf} --with-http_sub_module"
62
       use random-index        && myconf="${myconf} --with-http_random_index_module"
63
       use random-index        && myconf="${myconf} --with-http_random_index_module"
64
       use passenger   && myconf="${myconf} --add-module=`passenger-config --root`/ext/nginx"
65
63
       tc-export CC
66
       tc-export CC
64
       ./configure \
67
       ./configure \

Return to bug 266446