Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-7.3-r1.ebuild
Date: Wed, 10 Oct 2007 07:17:30
Message-Id: E1IfVfT-0004P4-7u@stork.gentoo.org
1 solar 07/10/10 07:07:43
2
3 Modified: libpcre-7.3-r1.ebuild
4 Log:
5 - raise match-limit-recursion so we pass with FEATURES=test
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 dev-libs/libpcre/libpcre-7.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: libpcre-7.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libpcre-7.3-r1.ebuild 10 Oct 2007 05:55:26 -0000 1.1
22 +++ libpcre-7.3-r1.ebuild 10 Oct 2007 07:07:42 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild,v 1.1 2007/10/10 05:55:26 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild,v 1.2 2007/10/10 07:07:42 solar Exp $
28
29 inherit libtool eutils
30
31 @@ -30,7 +30,7 @@
32 if use unicode; then
33 myconf="--enable-utf8 --enable-unicode-properties"
34 fi
35 - myconf="${myconf} --with-match-limit-recursion=2000"
36 + myconf="${myconf} --with-match-limit-recursion=8192"
37 # Enable building of static libs too - grep and others
38 # depend on them being built: bug 164099
39 econf ${myconf} --enable-static || die "econf failed"
40
41
42
43 --
44 gentoo-commits@g.o mailing list