diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-11 21:27:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-11 21:27:30 +0000 |
commit | 933a4ae2e2430741ee9456e32c97bc5af4c7a549 (patch) | |
tree | 97c81e037dd22041c77f38958b7497eb37059e78 /sys-freebsd | |
parent | Added missing DEPEND for USE=doc, #273689; thanks 273689 for the patch (diff) | |
download | gentoo-2-933a4ae2e2430741ee9456e32c97bc5af4c7a549.tar.gz gentoo-2-933a4ae2e2430741ee9456e32c97bc5af4c7a549.tar.bz2 gentoo-2-933a4ae2e2430741ee9456e32c97bc5af4c7a549.zip |
remove legacy symlinks: libc_r -> libthr, libpthread -> libthr, the build system takes care of libpthread and libc_r shouldnt be needed; also improve a comment
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/freebsd-lib/ChangeLog | 7 | ||||
-rw-r--r-- | sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog index 5d74b424ac87..781c52805ec6 100644 --- a/sys-freebsd/freebsd-lib/ChangeLog +++ b/sys-freebsd/freebsd-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-freebsd/freebsd-lib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.96 2011/07/11 21:08:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.97 2011/07/11 21:27:30 aballier Exp $ + + 11 Jul 2011; Alexis Ballier <aballier@gentoo.org> freebsd-lib-8.2-r1.ebuild: + remove legacy symlinks: libc_r -> libthr, libpthread -> libthr, the build + system takes care of libpthread and libc_r shouldnt be needed; also improve a + comment 11 Jul 2011; Alexis Ballier <aballier@gentoo.org> -freebsd-lib-8.2.ebuild: remove old diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild index 7499d15e2ce3..885b95581b88 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild,v 1.3 2011/07/11 21:06:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild,v 1.4 2011/07/11 21:27:30 aballier Exp $ EAPI=2 @@ -321,13 +321,8 @@ src_install() { return 0 fi - # Add symlinks (-> libthr) for legacy threading libraries, since these are - # not built by us (they are disabled in FreeBSD-7 anyway). - dosym libthr.a /usr/${mylibdir}/libpthread.a - dosym libthr.so /usr/${mylibdir}/libpthread.so - dosym libthr.a /usr/${mylibdir}/libc_r.a - dosym libthr.so /usr/${mylibdir}/libc_r.so - # Symlink libbsdxml to libexpat + # Symlink libbsdxml to libexpat as we use expat in favor of the renaming done + # on FreeBSD. dosym libexpat.so /usr/${mylibdir}/libbsdxml.so # install libstand files |