From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2707C1388BF for ; Sat, 9 Jan 2016 18:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2A1E079D; Sat, 9 Jan 2016 18:54:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC18EE079D for ; Sat, 9 Jan 2016 18:54:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D756633FEB1 for ; Sat, 9 Jan 2016 18:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC1EAF9 for ; Sat, 9 Jan 2016 18:54:21 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1452365647.c5a7da31d5e2b764a099a60b4c2c4605a00c689c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.5.2.ebuild sys-devel/llvm/llvm-3.6.2.ebuild sys-devel/llvm/llvm-3.7.1.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c5a7da31d5e2b764a099a60b4c2c4605a00c689c X-VCS-Branch: master Date: Sat, 9 Jan 2016 18:54:21 +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: 95e35034-d9b0-45f7-809b-be9490033d89 X-Archives-Hash: b9e57eca2fefc95f423c6f9930c0d1fd commit: c5a7da31d5e2b764a099a60b4c2c4605a00c689c Author: Fabian Groffen gentoo org> AuthorDate: Sat Jan 9 18:53:19 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jan 9 18:54:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a7da31 sys-devel/llvm: disable the use of xcrun on OSX, bug #568758 Package-Manager: portage-2.2.20-prefix sys-devel/llvm/llvm-3.5.2.ebuild | 3 +++ sys-devel/llvm/llvm-3.6.2.ebuild | 3 +++ sys-devel/llvm/llvm-3.7.1.ebuild | 3 +++ sys-devel/llvm/llvm-9999.ebuild | 3 +++ 4 files changed, 12 insertions(+) diff --git a/sys-devel/llvm/llvm-3.5.2.ebuild b/sys-devel/llvm/llvm-3.5.2.ebuild index 8a8c32c..f6bb2c3 100644 --- a/sys-devel/llvm/llvm-3.5.2.ebuild +++ b/sys-devel/llvm/llvm-3.5.2.ebuild @@ -165,6 +165,9 @@ src_prepare() { projects/compiler-rt/make/platform/clang_*.mk || die fi + # disable use of SDK on OSX, bug #568758 + sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die + local sub_files=( Makefile.config.in Makefile.rules diff --git a/sys-devel/llvm/llvm-3.6.2.ebuild b/sys-devel/llvm/llvm-3.6.2.ebuild index 2e7bc9a..21f4f9d 100644 --- a/sys-devel/llvm/llvm-3.6.2.ebuild +++ b/sys-devel/llvm/llvm-3.6.2.ebuild @@ -172,6 +172,9 @@ src_prepare() { projects/compiler-rt/make/platform/clang_*.mk || die fi + # disable use of SDK on OSX, bug #568758 + sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die + local sub_files=( Makefile.config.in Makefile.rules diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild index d41de06..fa15adf 100644 --- a/sys-devel/llvm/llvm-3.7.1.ebuild +++ b/sys-devel/llvm/llvm-3.7.1.ebuild @@ -173,6 +173,9 @@ src_prepare() { # Fix msan with newer kernels, #569894 epatch "${FILESDIR}"/llvm-3.7-msan-fix.patch + # disable use of SDK on OSX, bug #568758 + sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die + if use clang; then # Automatically select active system GCC's libraries, bugs #406163 and #417913 epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index bf42867..5820649 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -174,6 +174,9 @@ src_prepare() { # https://bugs.gentoo.org/show_bug.cgi?id=565358 epatch "${FILESDIR}"/llvm-3.8-llvm-config.patch + # disable use of SDK on OSX, bug #568758 + sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die + if use clang; then # Automatically select active system GCC's libraries, bugs #406163 and #417913 epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch