johu        15/06/22 21:15:01

  Modified:             cmake-3.2.3.ebuild ChangeLog
  Log:
  Add upstream patch to fix build on musl profiles, spotted by Felix Janda 
<[email protected]>, bug #552708.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  Changes    Path
1.3                  dev-util/cmake/cmake-3.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.3.ebuild?r1=1.2&r2=1.3

Index: cmake-3.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cmake-3.2.3.ebuild  12 Jun 2015 05:24:01 -0000      1.2
+++ cmake-3.2.3.ebuild  22 Jun 2015 21:15:01 -0000      1.3
@@ -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-util/cmake/cmake-3.2.3.ebuild,v 1.2 
2015/06/12 05:24:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.3.ebuild,v 1.3 
2015/06/22 21:15:01 johu Exp $
 
 EAPI=5
 
@@ -58,6 +58,9 @@
        # respect python eclasses
        "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
        "${FILESDIR}"/${PN}-3.1.0-FindPythonInterp.patch
+
+       # upstream backports
+       "${FILESDIR}"/${PN}-3.2.3-musl-missing-include.patch
 )
 
 cmake_src_bootstrap() {



1.315                dev-util/cmake/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.315&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.315&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.314&r2=1.315

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- ChangeLog   16 Jun 2015 12:22:37 -0000      1.314
+++ ChangeLog   22 Jun 2015 21:15:01 -0000      1.315
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cmake
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.314 2015/06/16 
12:22:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.315 2015/06/22 
21:15:01 johu Exp $
+
+  22 Jun 2015; Johannes Huber <[email protected]>
+  +files/cmake-3.2.3-musl-missing-include.patch, cmake-3.2.3.ebuild:
+  Add upstream patch to fix build on musl profiles, spotted by Felix Janda
+  <[email protected]>, bug #552708.
 
   16 Jun 2015; Mikle Kolyada <[email protected]> cmake-3.2.2.ebuild:
   x86 stable wrt bug #545870




Reply via email to