Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/
Date: Thu, 18 Apr 2019 21:38:26
Message-Id: 1555623494.101fb6c48776f0ca5ffb5f49d2d1b0971a603c4d.dilfridge@gentoo
1 commit: 101fb6c48776f0ca5ffb5f49d2d1b0971a603c4d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 21:33:01 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 21:38:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101fb6c4
7
8 sys-libs/binutils-libs: 2.32 patchlevel bump
9
10 Bug: https://bugs.gentoo.org/683790
11 Package-Manager: Portage-2.3.63, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-libs/binutils-libs/Manifest | 1 +
15 .../binutils-libs/binutils-libs-2.32-r1.ebuild | 118 +++++++++++++++++++++
16 2 files changed, 119 insertions(+)
17
18 diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
19 index fcc2eec35a5..be219a84e64 100644
20 --- a/sys-libs/binutils-libs/Manifest
21 +++ b/sys-libs/binutils-libs/Manifest
22 @@ -12,4 +12,5 @@ DIST binutils-2.31.1-patches-5.tar.xz 65896 BLAKE2B 7fb2c4c71336a77f3fef57a0430c
23 DIST binutils-2.31.1-patches-6.tar.xz 76196 BLAKE2B e3c8de07dad62bb3093846389bc1fae0921dd6e63ee2458a85051d298cd1dd52487f83affa33d899e4ddd34b6fd3e28c79a525854c0432d576f83f855d843588 SHA512 6ddfe7b0dc9f340fb1dde3bbc426d087241738b15a5f16a336569b45b2c8ac4077e81e19168c5b165bd4abbaed419e2f290291ef7438a0ecde1f8a6a72217d4c
24 DIST binutils-2.31.1.tar.xz 20467996 BLAKE2B 6b914df1fbb7cf54f2159f71b2c2b09f3f6a569b7a3cb4cf9790d0a3733a7548bc0ea32334a178ed3b56e8b97656ae99c7abaf212601beeaeae9a0884c0f6051 SHA512 0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30
25 DIST binutils-2.32-patches-1.tar.xz 93252 BLAKE2B 80d229be60c3377fe52ff3e74ee911b5dcfb9456d3f42a57662fbda3184ac1c63e698e592f804ac05c459527d0cd4bae7d8c9ef8caef02fdf4f17aa783f4ff81 SHA512 69999f60d89589dcf9e3cb18e50f153ab4ce05bdf3f3758fa322b5c4cb468aeda46c416da540995ddff1ea5e96354c264fa5ff0156c53685816d35117eb481e0
26 +DIST binutils-2.32-patches-2.tar.xz 145672 BLAKE2B 8218e621f99cb4bcd1638c3011449b94480d207eaeb79cf75c0072e0f1a86bfd1603fc4515bc40d3ac1921a18b9a211b20568f59b11b13eb44e6cff1329c5af9 SHA512 55c25a603f6175af3ade6848e5c1faba06a147d72e9a4f53d44502d97db76499485a67b278a654d18884714a7bf7b360c77c9e42dba3cdc188f805bfe461f09f
27 DIST binutils-2.32.tar.xz 20774880 BLAKE2B d1bdbd9c8487c091665c197974ce4bdf520b7a67ed6997a81b87e6a0af9514a091458244f583acec5ae580ac2ee5e908f67f483b8e5263cd18ced794cb235da6 SHA512 d326408f12a03d9a61a9de56584c2af12f81c2e50d2d7e835d51565df8314df01575724afa1e43bd0db45cfc9916b41519b67dfce03232aa4978704492a6994a
28
29 diff --git a/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild
30 new file mode 100644
31 index 00000000000..6f526225d83
32 --- /dev/null
33 +++ b/sys-libs/binutils-libs/binutils-libs-2.32-r1.ebuild
34 @@ -0,0 +1,118 @@
35 +# Copyright 1999-2019 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +PATCH_VER=2
41 +PATCH_DEV=dilfridge
42 +
43 +inherit eutils libtool toolchain-funcs multilib-minimal
44 +
45 +MY_PN="binutils"
46 +MY_P="${MY_PN}-${PV}"
47 +PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
48 +PATCH_DEV=${PATCH_DEV:-slyfox}
49 +
50 +DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for external packages"
51 +HOMEPAGE="https://sourceware.org/binutils/"
52 +SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
53 + https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
54 +
55 +LICENSE="|| ( GPL-3 LGPL-3 )"
56 +SLOT="0/${PV}"
57 +IUSE="64-bit-bfd multitarget nls static-libs"
58 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
59 +
60 +COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
61 +DEPEND="${COMMON_DEPEND}
62 + >=sys-apps/texinfo-4.7
63 + nls? ( sys-devel/gettext )"
64 +# Need a newer binutils-config that'll reset include/lib symlinks for us.
65 +RDEPEND="${COMMON_DEPEND}
66 + >=sys-devel/binutils-config-5
67 + nls? ( !<sys-devel/gdb-7.10-r1[nls] )"
68 +
69 +S="${WORKDIR}/${MY_P}"
70 +
71 +MULTILIB_WRAPPED_HEADERS=(
72 + /usr/include/bfd.h
73 +)
74 +
75 +src_prepare() {
76 + if [[ ! -z ${PATCH_VER} ]] ; then
77 + # Use upstream patch to enable development mode
78 + rm -v "${WORKDIR}/patch"/0000-Gentoo-Git-is-development.patch || die
79 +
80 + einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}"
81 + eapply "${WORKDIR}/patch"/*.patch
82 + fi
83 +
84 + # Fix cross-compile relinking issue, bug #626402
85 + elibtoolize
86 +
87 + default
88 +}
89 +
90 +pkgversion() {
91 + printf "Gentoo ${PVR}"
92 + [[ -n ${PATCHVER} ]] && printf " p${PATCHVER}"
93 +}
94 +
95 +multilib_src_configure() {
96 + local myconf=(
97 + --enable-obsolete
98 + --enable-shared
99 + --enable-threads
100 + # Newer versions (>=2.24) make this an explicit option. #497268
101 + --enable-install-libiberty
102 + --disable-werror
103 + --with-bugurl="https://bugs.gentoo.org/"
104 + --with-pkgversion="$(pkgversion)"
105 + $(use_enable static-libs static)
106 + # The binutils eclass enables this flag for all bi-arch builds,
107 + # but other tools often don't care about that support. Put it
108 + # beyond a flag if people really want it, but otherwise leave
109 + # it disabled as it can slow things down on 32bit arches. #438522
110 + $(use_enable 64-bit-bfd)
111 + # This only disables building in the zlib subdir.
112 + # For binutils itself, it'll use the system version. #591516
113 + --without-zlib
114 + --with-system-zlib
115 + # We only care about the libs, so disable programs. #528088
116 + --disable-{binutils,etc,ld,gas,gold,gprof}
117 + # Disable modules that are in a combined binutils/gdb tree. #490566
118 + --disable-{gdb,libdecnumber,readline,sim}
119 + # Strip out broken static link flags.
120 + # https://gcc.gnu.org/PR56750
121 + --without-stage1-ldflags
122 + # We pull in all USE-flags that change ABI in an incompatible
123 + # way. #666100
124 + # USE=multitarget change size of global arrays
125 + # USE=64-bit-bfd changes data structures of exported API
126 + --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)-$(usex 64-bit-bfd 64 def)
127 + )
128 +
129 + # mips can't do hash-style=gnu ...
130 + if [[ $(tc-arch) != mips ]] ; then
131 + myconf+=( --enable-default-hash-style=gnu )
132 + fi
133 +
134 + use multitarget && myconf+=( --enable-targets=all --enable-64-bit-bfd )
135 +
136 + use nls \
137 + && myconf+=( --without-included-gettext ) \
138 + || myconf+=( --disable-nls )
139 +
140 + ECONF_SOURCE=${S} \
141 + econf "${myconf[@]}"
142 +}
143 +
144 +multilib_src_install() {
145 + default
146 + # Provide libiberty.h directly.
147 + dosym libiberty/libiberty.h /usr/include/libiberty.h
148 +}
149 +
150 +multilib_src_install_all() {
151 + use static-libs || find "${ED}"/usr -name '*.la' -delete
152 +}