summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-26 19:51:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-26 19:51:26 +0000
commit3ac0d6fb54ce494d490c99665efdf9b690251419 (patch)
tree0f20a466bae20f42737375c0b57434492910833b /sys-freebsd/freebsd-lib
parentallow app-text/ttf2pk2 as a ttf2pk provider, making media-libs/freetype:1[kpa... (diff)
downloadgentoo-2-3ac0d6fb54ce494d490c99665efdf9b690251419.tar.gz
gentoo-2-3ac0d6fb54ce494d490c99665efdf9b690251419.tar.bz2
gentoo-2-3ac0d6fb54ce494d490c99665efdf9b690251419.zip
remove libcompiler_rt and libblocksruntime as they are clang libraries
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/freebsd-lib')
-rw-r--r--sys-freebsd/freebsd-lib/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog
index a38f052c6610..f4e6a9e9aca6 100644
--- a/sys-freebsd/freebsd-lib/ChangeLog
+++ b/sys-freebsd/freebsd-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.150 2012/05/25 15:53:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.151 2012/05/26 19:51:26 aballier Exp $
+
+ 26 May 2012; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0-r3.ebuild:
+ remove libcompiler_rt and libblocksruntime as they are clang libraries
*freebsd-lib-9.0-r3 (25 May 2012)
diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild
index 17c239b4a0e4..867432d3a778 100644
--- a/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild
+++ b/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild,v 1.1 2012/05/25 15:53:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild,v 1.2 2012/05/26 19:51:26 aballier Exp $
EAPI=2
@@ -100,6 +100,7 @@ PATCHES=(
# - archiving libraries (have their own ebuild)
# - sendmail libraries (they are installed by sendmail)
# - SNMP library and dependency (have their own ebuilds)
+# - Clang (compiler_rt and blocksruntime)
#
# The rest are libraries we already have somewhere else because
# they are contribution.
@@ -111,6 +112,7 @@ REMOVE_SUBDIRS="ncurses \
libz libbz2 libarchive liblzma \
libsm libsmdb libsmutil \
libbegemot libbsnmp \
+ libcompiler_rt libblocksruntime \
libpam libpcap bind libwrap libmagic \
libcom_err libtelnet
libelf libedit"
@@ -261,13 +263,13 @@ get_subdirs() {
elif use build ; then
# For the non-native ABIs we only build the csu parts and very core
# libraries for now.
- ret="lib/libcompiler_rt gnu/lib/libssp/libssp_nonshared"
+ ret="gnu/lib/libssp/libssp_nonshared"
if [ "${EBUILD_PHASE}" = "install" ]; then
ret="$(get_csudir $(tc-arch-kernel ${CHOST})) ${ret}"
fi
else
# Only build the csu parts and core libraries for now.
- ret="lib/libcompiler_rt gnu/lib/libssp/libssp_nonshared"
+ ret="gnu/lib/libssp/libssp_nonshared"
if [ "${EBUILD_PHASE}" = "install" ]; then
ret="$(get_csudir $(tc-arch-kernel ${CHOST})) ${ret}"
fi