Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/grep: ChangeLog grep-2.5.3-r1.ebuild
Date: Wed, 31 Dec 2008 16:35:46
Message-Id: E1LI42q-0003W9-Oq@stork.gentoo.org
1 the_paya 08/12/31 16:35:44
2
3 Modified: ChangeLog grep-2.5.3-r1.ebuild
4 Log:
5 Fix for bug 238475.
6 (Portage version: 2.2_rc20/cvs/FreeBSD 7.0-RELEASE i386)
7
8 Revision Changes Path
9 1.79 sys-apps/grep/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/ChangeLog?rev=1.79&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/ChangeLog?rev=1.79&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/ChangeLog?r1=1.78&r2=1.79
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v
18 retrieving revision 1.78
19 retrieving revision 1.79
20 diff -u -r1.78 -r1.79
21 --- ChangeLog 7 Oct 2008 09:39:19 -0000 1.78
22 +++ ChangeLog 31 Dec 2008 16:35:44 -0000 1.79
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/grep
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.78 2008/10/07 09:39:19 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.79 2008/12/31 16:35:44 the_paya Exp $
28 +
29 + 31 Dec 2008; Javier Villavicencio <the_paya@g.o>
30 + +files/grep-2.5.3-po-builddir-fix.patch, grep-2.5.3-r1.ebuild:
31 + Fix for bug 238475.
32
33 07 Oct 2008; Peter Alfredsen <loki_val@g.o>
34 +files/grep-2.5.3-yesno-test-fix.patch, grep-2.5.3-r1.ebuild:
35
36
37
38 1.3 sys-apps/grep/grep-2.5.3-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: grep-2.5.3-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- grep-2.5.3-r1.ebuild 7 Oct 2008 09:39:19 -0000 1.2
51 +++ grep-2.5.3-r1.ebuild 31 Dec 2008 16:35:44 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild,v 1.2 2008/10/07 09:39:19 loki_val Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild,v 1.3 2008/12/31 16:35:44 the_paya Exp $
57
58 inherit flag-o-matic eutils
59
60 @@ -31,6 +31,7 @@
61 EPATCH_MULTI_MSG="Applying Debian patchset (${DEB_VER}) ..." \
62 epatch ${P}~dfsg/debian/patches/
63 epatch "${FILESDIR}"/${P}-yesno-test-fix.patch
64 + epatch "${FILESDIR}"/${P}-po-builddir-fix.patch
65 use static && append-ldflags -static
66 }
67
68 @@ -39,7 +40,7 @@
69 --bindir=/bin \
70 $(use_enable nls) \
71 $(use_enable pcre perl-regexp) \
72 - --without-included-regex \
73 + $(use elibc_FreeBSD || echo --without-included-regex) \
74 || die "econf failed"
75
76 use static || sed -i 's:-lpcre:-Wl,-Bstatic -lpcre -Wl,-Bdynamic:g' src/Makefile