Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:crossdev commit in: dev-libs/nspr/
Date: Wed, 23 Dec 2015 21:30:19
Message-Id: 1449472583.caeac56c26351c6f1a46f4b916c5d4009d1d585a.axs@gentoo
1 commit: caeac56c26351c6f1a46f4b916c5d4009d1d585a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 4 09:39:31 2015 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 7 07:16:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=caeac56c
7
8 nspr: added latest release.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 dev-libs/nspr/Manifest | 1 +
13 dev-libs/nspr/nspr-4.11.ebuild | 122 +++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 123 insertions(+)
15
16 diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
17 index 68289c3..879e911 100644
18 --- a/dev-libs/nspr/Manifest
19 +++ b/dev-libs/nspr/Manifest
20 @@ -1 +1,2 @@
21 DIST nspr-4.10.10.tar.gz 1134164 SHA256 343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107 SHA512 60e035c4bd037bbf4bfacc97e2b1097ea78a179969fccead6a964069d826e917f07aaa35a26f123b7297521910728c11e27556fc9bbc09e385c1e8aef9dbf376 WHIRLPOOL db63a6d1e0c9d57dfa059aecf8eeff8e36d0385f598290665d525a85eb6fe173cd899bba017c82b26815d894d8ea6e728dbb7a77483036551c06c78c900d7ee3
22 +DIST nspr-4.11.tar.gz 1134106 SHA256 cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2 SHA512 26c47ba618f5a7748cacc5152348b6fd37bdcc82806bbff485ed4d485aecad13d202270a837c735670030e96380ec3177f3bc8a47e0dca359cfb097a84242c02 WHIRLPOOL f8707154d1981a09140d31d359d5a40867eaad447620a4731a11c770cae13b8e9a64ef45c82123083e37e2effedfb0c367cc57969a3baf65628ff1e9ccf41517
23
24 diff --git a/dev-libs/nspr/nspr-4.11.ebuild b/dev-libs/nspr/nspr-4.11.ebuild
25 new file mode 100644
26 index 0000000..06a5648
27 --- /dev/null
28 +++ b/dev-libs/nspr/nspr-4.11.ebuild
29 @@ -0,0 +1,122 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id: 17c82b245d68487ac1d4455e426dd20830bb2bd1 $
33 +
34 +EAPI=5
35 +WANT_AUTOCONF="2.5"
36 +
37 +inherit autotools eutils multilib toolchain-funcs versionator multilib-minimal
38 +
39 +MIN_PV="$(get_version_component_range 2)"
40 +
41 +DESCRIPTION="Netscape Portable Runtime"
42 +HOMEPAGE="http://www.mozilla.org/projects/nspr/"
43 +SRC_URI="http://archive.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz"
44 +
45 +LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
48 +IUSE="debug"
49 +
50 +RDEPEND="
51 + abi_x86_32? (
52 + !<=app-emulation/emul-linux-x86-baselibs-20140508-r12
53 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
54 + )"
55 +
56 +MULTILIB_CHOST_TOOLS=(
57 + /usr/bin/nspr-config
58 +)
59 +
60 +src_prepare() {
61 + cd "${S}"/nspr || die
62 + epatch "${FILESDIR}"/${PN}-4.7.0-prtime.patch
63 + epatch "${FILESDIR}"/${PN}-4.7.1-solaris.patch
64 + epatch "${FILESDIR}"/${PN}-4.10.6-solaris.patch
65 + epatch "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
66 + epatch "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
67 + # We do not need to pass -L$libdir via nspr-config --libs
68 + epatch "${FILESDIR}"/${PN}-4.9.5_nspr_config.patch
69 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1128029
70 + epatch "${FILESDIR}"/${PN}-4.10.10-musl-support.patch
71 +
72 + # rename configure.in to configure.ac for new autotools compatibility
73 + if [[ -e "${S}"/nspr/configure.in ]] ; then
74 + einfo "Renaming configure.in to configure.ac"
75 + mv "${S}"/nspr/configure.{in,ac} || die
76 + fi
77 + # We must run eautoconf to regenerate configure
78 + eautoconf
79 +
80 + # make sure it won't find Perl out of Prefix
81 + sed -i -e "s/perl5//g" "${S}"/nspr/configure || die
82 +
83 + # Respect LDFLAGS
84 + sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
85 + "${S}"/nspr/config/rules.mk || die
86 +}
87 +
88 +multilib_src_configure() {
89 + # We use the standard BUILD_xxx but nspr uses HOST_xxx
90 + tc-export_build_env BUILD_CC
91 + export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} HOST_LDFLAGS=${BUILD_LDFLAGS}
92 + tc-export AR CC CXX RANLIB
93 + [[ ${CBUILD} != ${CHOST} ]] \
94 + && export CROSS_COMPILE=1 \
95 + || unset CROSS_COMPILE
96 +
97 + local myconf=()
98 +
99 + # The configure has some fancy --enable-{{n,x}32,64bit} switches
100 + # that trigger some code conditional to platform & arch. This really
101 + # matters for the few common arches (x86, ppc) but we pass a little
102 + # more of them to be future-proof.
103 +
104 + # use ABI first, this will work for most cases
105 + case "${ABI}" in
106 + alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) ;;
107 + n32) myconf+=( --enable-n32 );;
108 + x32) myconf+=( --enable-x32 );;
109 + s390x|*64) myconf+=( --enable-64bit );;
110 + default) # no abi actually set, fall back to old check
111 + einfo "Running a short build test to determine 64bit'ness"
112 + echo > "${T}"/test.c || die
113 + ${CC} ${CFLAGS} ${CPPFLAGS} -c "${T}"/test.c -o "${T}"/test.o || die
114 + case $(file "${T}"/test.o) in
115 + *32-bit*x86-64*) myconf+=( --enable-x32 );;
116 + *64-bit*|*ppc64*|*x86_64*) myconf+=( --enable-64bit );;
117 + *32-bit*|*ppc*|*i386*) ;;
118 + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
119 + esac ;;
120 + *) ;;
121 + esac
122 +
123 + # Ancient autoconf needs help finding the right tools.
124 + LC_ALL="C" ECONF_SOURCE="${S}/nspr" \
125 + ac_cv_path_AR="${AR}" \
126 + econf \
127 + --libdir="${EPREFIX}/usr/$(get_libdir)" \
128 + $(use_enable debug) \
129 + $(use_enable !debug optimize) \
130 + "${myconf[@]}"
131 +}
132 +
133 +multilib_src_install() {
134 + # Their build system is royally confusing, as usual
135 + MINOR_VERSION=${MIN_PV} # Used for .so version
136 + emake DESTDIR="${D}" install
137 +
138 + einfo "removing static libraries as upstream has requested!"
139 + rm -f "${ED}"/usr/$(get_libdir)/*.a || die "failed to remove static libraries."
140 +
141 + # install nspr-config
142 + dobin config/nspr-config
143 +
144 + # Remove stupid files in /usr/bin
145 + rm "${ED}"/usr/bin/prerr.properties || die
146 +
147 + # This is used only to generate prerr.c and prerr.h at build time.
148 + # No other projects use it, and we don't want to depend on perl.
149 + # Talked to upstream and they agreed w/punting.
150 + rm "${ED}"/usr/bin/compile-et.pl || die
151 +}