From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A5171396D0 for ; Fri, 22 Sep 2017 06:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B52601FC128; Fri, 22 Sep 2017 06:36:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9605B1FC128 for ; Fri, 22 Sep 2017 06:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D183733BE19 for ; Fri, 22 Sep 2017 06:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368CA8F9D for ; Fri, 22 Sep 2017 06:36:16 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1506062155.16d2275003f59f21a41cb37eda8ef6b29fb450a4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/, dev-libs/icu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/files/icu-58.2-glibc226.patch dev-libs/icu/icu-58.2-r1.ebuild dev-libs/icu/icu-59.1.ebuild X-VCS-Directories: dev-libs/icu/files/ dev-libs/icu/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 16d2275003f59f21a41cb37eda8ef6b29fb450a4 X-VCS-Branch: master Date: Fri, 22 Sep 2017 06:36:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7db60c57-7042-4479-ba33-855adb3d86a9 X-Archives-Hash: 3b826311de0c54f23b92f8d19c950960 commit: 16d2275003f59f21a41cb37eda8ef6b29fb450a4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Sep 22 06:35:32 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Sep 22 06:35:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d22750 dev-libs/icu: Fix build with glibc-2.26, bug 628750 Closes: https://bugs.gentoo.org/628750 Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-libs/icu/files/icu-58.2-glibc226.patch | 16 ++++++++++++++++ dev-libs/icu/icu-58.2-r1.ebuild | 1 + dev-libs/icu/icu-59.1.ebuild | 1 + 3 files changed, 18 insertions(+) diff --git a/dev-libs/icu/files/icu-58.2-glibc226.patch b/dev-libs/icu/files/icu-58.2-glibc226.patch new file mode 100644 index 00000000000..7003173a13f --- /dev/null +++ b/dev-libs/icu/files/icu-58.2-glibc226.patch @@ -0,0 +1,16 @@ +diff -ruN a/i18n/digitlst.cpp b/i18n/digitlst.cpp +--- a/i18n/digitlst.cpp 2016-10-27 01:37:56.000000000 -0000 ++++ b/i18n/digitlst.cpp 2017-09-21 20:39:29.873030393 -0000 +@@ -61,11 +61,7 @@ + #endif + + #if U_USE_STRTOD_L +-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN +-# include +-# else +-# include +-# endif ++# include + #endif + + // *************************************************************************** diff --git a/dev-libs/icu/icu-58.2-r1.ebuild b/dev-libs/icu/icu-58.2-r1.ebuild index 57eae1a6805..86abec06ec3 100644 --- a/dev-libs/icu/icu-58.2-r1.ebuild +++ b/dev-libs/icu/icu-58.2-r1.ebuild @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}/${PN}-58.1-remove-bashisms.patch" "${FILESDIR}/${PN}-58.1-iterator.patch" "${FILESDIR}/${PN}-58.2-CVE-2017-7867.patch" + "${FILESDIR}/${PN}-58.2-glibc226.patch" ) pkg_pretend() { diff --git a/dev-libs/icu/icu-59.1.ebuild b/dev-libs/icu/icu-59.1.ebuild index c8f9ddca172..ed8bc1c9d95 100644 --- a/dev-libs/icu/icu-59.1.ebuild +++ b/dev-libs/icu/icu-59.1.ebuild @@ -31,6 +31,7 @@ MULTILIB_CHOST_TOOLS=( PATCHES=( "${FILESDIR}/${PN}-58.1-remove-bashisms.patch" + "${FILESDIR}/${PN}-58.2-glibc226.patch" ) pkg_pretend() {