Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Fri, 05 Feb 2010 09:41:01
Message-Id: E1NdKgN-0006IF-Os@stork.gentoo.org
1 aballier 10/02/05 09:40:59
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 libedit is not in freebsd-lib anymore these days. This was fixed years ago in php5_1-sapi.eclass but wasn't carried to php5_2. See http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_1-sapi.eclass?r1=1.35&r2=1.36
6
7 Revision Changes Path
8 1.29 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.28&r2=1.29
13
14 Index: php5_2-sapi.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- php5_2-sapi.eclass 27 Jan 2010 12:06:22 -0000 1.28
21 +++ php5_2-sapi.eclass 5 Feb 2010 09:40:59 -0000 1.29
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.28 2010/01/27 12:06:22 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.29 2010/02/05 09:40:59 aballier Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -72,7 +72,7 @@
31 kerberos? ( virtual/krb5 )
32 ldap? ( !oci8? ( >=net-nds/openldap-1.2.11 ) )
33 ldap-sasl? ( !oci8? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) )
34 - libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
35 + libedit? ( dev-libs/libedit )
36 mcve? ( >=dev-libs/openssl-0.9.7 )
37 mhash? ( app-crypt/mhash )
38 mssql? ( dev-db/freetds )