Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/tbb: ChangeLog tbb-4.1.20130613.ebuild
Date: Tue, 27 Aug 2013 20:20:25
Message-Id: 20130827202016.EA1952004C@flycatcher.gentoo.org
1 aballier 13/08/27 20:20:16
2
3 Modified: ChangeLog tbb-4.1.20130613.ebuild
4 Log:
5 Fix shared lib installation on FreeBSD.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.43 dev-cpp/tbb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 27 Aug 2013 19:41:16 -0000 1.42
23 +++ ChangeLog 27 Aug 2013 20:20:16 -0000 1.43
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-cpp/tbb
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.42 2013/08/27 19:41:16 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.43 2013/08/27 20:20:16 aballier Exp $
29 +
30 + 27 Aug 2013; Alexis Ballier <aballier@g.o> tbb-4.1.20130613.ebuild:
31 + Fix shared lib installation on FreeBSD.
32
33 27 Aug 2013; Alexis Ballier <aballier@g.o> tbb-4.1.20130613.ebuild:
34 keyword ~amd64-fbsd
35
36
37
38 1.3 dev-cpp/tbb/tbb-4.1.20130613.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild?r1=1.2&r2=1.3
43
44 Index: tbb-4.1.20130613.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- tbb-4.1.20130613.ebuild 27 Aug 2013 19:41:16 -0000 1.2
51 +++ tbb-4.1.20130613.ebuild 27 Aug 2013 20:20:16 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild,v 1.2 2013/08/27 19:41:16 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild,v 1.3 2013/08/27 20:20:16 aballier Exp $
57
58 EAPI=5
59 inherit eutils flag-o-matic multilib versionator toolchain-funcs
60 @@ -38,6 +38,11 @@
61 -e "/^ASM/s/as/$(tc-getAS)/g" \
62 build/*.gcc.inc || die
63
64 + # Give it a soname on FreeBSD
65 + echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >> build/FreeBSD.gcc.inc
66 + # Set proper versionning on FreeBSD
67 + sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die
68 +
69 # force 64bit where applicable, 32bit where applicable...
70 # built-in detection is based on running kernel, which messes up
71 # e.g. in a x86 chroot on amd64 kernel. Bug 462130