phajdan.jr    15/04/17 04:55:28

  Modified:             ChangeLog php-5.6.7.ebuild
  Log:
  Fix build with libvpx-1.4.0, bug #545952. Patch by Canarau Constantin.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  Changes    Path
1.953                dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.953&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.953&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.952&r2=1.953

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -r1.952 -r1.953
--- ChangeLog   5 Apr 2015 22:15:41 -0000       1.952
+++ ChangeLog   17 Apr 2015 04:55:28 -0000      1.953
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.952 2015/04/05 
22:15:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.953 2015/04/17 
04:55:28 phajdan.jr Exp $
+
+  17 Apr 2015; Pawel Hajdan jr <[email protected]> php-5.6.7.ebuild,
+  +files/php-libvpx.patch:
+  Fix build with libvpx-1.4.0, bug #545952. Patch by Canarau Constantin.
 
   05 Apr 2015; Sebastian Pipping <[email protected]> php-5.3.29.ebuild,
   php-5.4.36.ebuild, php-5.4.37.ebuild, php-5.4.38.ebuild, php-5.4.39.ebuild,



1.4                  dev-lang/php/php-5.6.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.7.ebuild?r1=1.3&r2=1.4

Index: php-5.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.6.7.ebuild    5 Apr 2015 22:15:41 -0000       1.3
+++ php-5.6.7.ebuild    17 Apr 2015 04:55:28 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v 1.3 
2015/04/05 22:15:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.7.ebuild,v 1.4 
2015/04/17 04:55:28 phajdan.jr Exp $
 
 EAPI=5
 
@@ -308,6 +308,9 @@
                        || die "Failed to fix heimdal crypt library reference"
        fi
 
+       # Fix build with libvpx-1.4.0, bug #545952 .
+       epatch "${FILESDIR}/${PN}-libvpx.patch"
+
        #Add user patches #357637
        epatch_user
 




Reply via email to