Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/
Date: Thu, 04 Aug 2016 20:47:43
Message-Id: 1470343629.fb87c85a3c1d903d6b82ef400f2df51b86bd59ec.axs@gentoo
1 commit: fb87c85a3c1d903d6b82ef400f2df51b86bd59ec
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 20:47:09 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 20:47:09 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fb87c85a
7
8 Revert "seamonkey-2.42.2.0 - forced LD_DEBUG output on xpcshell call, for LD_LIBRARY_PATH related install failure"
9
10 This reverts commit d3bb7a04b04600e1531e82bc9623d05ba05e5651.
11
12 www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild | 20 +-------------------
13 1 file changed, 1 insertion(+), 19 deletions(-)
14
15 diff --git a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
16 index 0da02e4..5a752e1 100644
17 --- a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
18 +++ b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
19 @@ -298,29 +298,11 @@ src_install() {
20 if ! use gmp-autoupdate ; then
21 for plugin in gmp-gmpopenh264 ; do
22 echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
23 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
24 + "${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
25 || dir
26 done
27 fi
28
29 - # DEBUGGING xpcshell libxul error
30 - cat <<EOF >"${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
31 -#!/bin/bash
32 -echo "****** XPCSHELL CALLING ENVIRONMENT:"
33 -env
34 -echo "****** STAT XPCSHELL:"
35 -stat ${BUILD_OBJ_DIR}/dist/bin/xpcshell
36 -echo "****** MOUNTINFO:"
37 -cat /proc/self/mountinfo
38 -echo "****** XPCSHELL COMMAND CALL WITH LD_DEBUG:"
39 -export LD_DEBUG=all
40 -exec ${BUILD_OBJ_DIR}/dist/bin/xpcshell "\$@"
41 -EOF
42 - chmod +x "${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
43 - sed -i -e '/launcher.launch/s/xpcshell/xpcshell.sh/' \
44 - "${S}"/mozilla/toolkit/mozapps/installer/packager.py || die
45 -
46 -
47 MOZ_MAKE_FLAGS="${MAKEOPTS}" \
48 emake DESTDIR="${D}" install
49 cp "${FILESDIR}"/${PN}.desktop "${T}" || die