From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09593138334 for ; Wed, 25 Jul 2018 14:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13EC3E0867; Wed, 25 Jul 2018 14:21:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF32EE0863 for ; Wed, 25 Jul 2018 14:21:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76C1F335C2B for ; Wed, 25 Jul 2018 14:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0AE2353 for ; Wed, 25 Jul 2018 14:21:24 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1532528474.52881c05b0e493b710f847d16780357ce768135b.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 52881c05b0e493b710f847d16780357ce768135b X-VCS-Branch: master Date: Wed, 25 Jul 2018 14:21:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b105a5c5-1a74-4c86-9cf5-c31127544c62 X-Archives-Hash: 855c5f3b79e69e436bccfc93c2dd8f73 commit: 52881c05b0e493b710f847d16780357ce768135b Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Jul 25 14:20:41 2018 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Jul 25 14:21:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52881c05 dev-lang/spidermonkey: don't hardcode libc soname on :45 and :52 Applying patch from bug 631574 to both versions as upstream did not address this issue until :60 Bug: http://bugs.gentoo.org/631574 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild | 7 ++++--- dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild index 2602ecc5e97..065995e59d0 100644 --- a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_PN="mozjs" MY_P="${MY_PN}-${PV/_/.}" DESCRIPTION="Stand-alone JavaScript C library" HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" -SRC_URI="https://people.mozilla.org/~sfink/${MY_P}.tar.bz2 +SRC_URI="https://archive.mozilla.org/pub/${PN}/releases/${PV}/${MY_P}.tar.bz2 https://dev.gentoo.org/~axs/distfiles/${PN}-slot45-patches-01.tar.xz" LICENSE="NPL-1.1" @@ -40,7 +40,8 @@ src_prepare() { "${WORKDIR}"/sm45/mozjs45-1266366.patch \ "${WORKDIR}"/sm45/mozjs38-pkg-config-version.patch \ "${WORKDIR}"/sm45/mozilla_configure_regexp_esr.patch \ - "${WORKDIR}"/sm45/${PN}-${SLOT}-dont-symlink-non-objfiles.patch + "${WORKDIR}"/sm45/${PN}-${SLOT}-dont-symlink-non-objfiles.patch \ + "${FILESDIR}"/moz38-dont-hardcode-libc-soname.patch # apply relevant (modified) patches from gentoo's firefox-45 patchset eapply "${WORKDIR}"/sm45/ff45 diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild index c8ae70994d2..f1a9493f9fd 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9. LICENSE="NPL-1.1" SLOT="52" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug +jit minimal +system-icu test" +IUSE="debug minimal +system-icu test" RESTRICT="ia64? ( test )" @@ -45,6 +45,7 @@ src_prepare() { || die eapply "${WORKDIR}/${PN}" + eapply "${FILESDIR}"/moz38-dont-hardcode-libc-soname.patch #eapply "${FILESDIR}"/${PN}-52-baseconfig.patch eapply_user @@ -76,7 +77,6 @@ src_configure() { --with-intl-api \ $(use_with system-icu) \ $(use_enable debug) \ - $(use_enable jit ion) \ $(use_enable test tests) \ XARGS="/usr/bin/xargs" \ SHELL="${SHELL:-${EPREFIX}/bin/bash}" \