Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: lighttpd-1.4.24.ebuild ChangeLog
Date: Thu, 05 Nov 2009 18:19:39
Message-Id: E1N66vi-0004B7-Gj@stork.gentoo.org
1 tommy 09/11/05 18:19:30
2
3 Modified: lighttpd-1.4.24.ebuild ChangeLog
4 Log:
5 Dont build mod_rewrite with disabled pcre USE flag, fixes bug 291183
6 (Portage version: 2.2_rc48-r1/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 www-servers/lighttpd/lighttpd-1.4.24.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild?r1=1.1&r2=1.2
14
15 Index: lighttpd-1.4.24.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lighttpd-1.4.24.ebuild 29 Oct 2009 22:12:12 -0000 1.1
22 +++ lighttpd-1.4.24.ebuild 5 Nov 2009 18:19:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild,v 1.1 2009/10/29 22:12:12 bangert Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.24.ebuild,v 1.2 2009/11/05 18:19:29 tommy Exp $
28
29 EAPI="2"
30
31 @@ -96,12 +96,12 @@
32 }
33
34 src_prepare() {
35 - epatch "${FILESDIR}"/lighttpd-1.4.24-mod_magnet-fix-pairs.patch
36 + epatch "${FILESDIR}"/lighttpd-1.4.24-{mod_magnet-fix-pairs,mod_rewrite-without-pcre}.patch
37 # dev-python/docutils installs rst2html.py not rst2html
38 sed -i -e 's|\(rst2html\)|\1.py|g' doc/Makefile.am || \
39 die "sed doc/Makefile.am failed"
40
41 - eautoreconf || die
42 + eautoreconf
43 }
44
45 src_configure() {
46 @@ -119,8 +119,7 @@
47 $(use_with ssl openssl) \
48 $(use_with webdav webdav-props) \
49 $(use_with webdav webdav-locks) \
50 - $(use_with xattr attr) \
51 - || die "econf failed"
52 + $(use_with xattr attr)
53 }
54
55 src_compile() {
56
57
58
59 1.211 www-servers/lighttpd/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.211&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.211&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.210&r2=1.211
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
68 retrieving revision 1.210
69 retrieving revision 1.211
70 diff -u -r1.210 -r1.211
71 --- ChangeLog 29 Oct 2009 22:12:12 -0000 1.210
72 +++ ChangeLog 5 Nov 2009 18:19:29 -0000 1.211
73 @@ -1,6 +1,11 @@
74 # ChangeLog for www-servers/lighttpd
75 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.210 2009/10/29 22:12:12 bangert Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.211 2009/11/05 18:19:29 tommy Exp $
78 +
79 + 05 Nov 2009; Thomas Sachau (Tommy[D]) <tommy@g.o>
80 + lighttpd-1.4.24.ebuild,
81 + +files/lighttpd-1.4.24-mod_rewrite-without-pcre.patch:
82 + Dont build mod_rewrite with disabled pcre USE flag, fixes bug 291183
83
84 *lighttpd-1.4.24 (29 Oct 2009)