Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed131ce127cfe2a7080576e6bf46b4ffa8dfded9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed131ce127cfe2a7080576e6bf46b4ffa8dfded9)
  • Date: Wed, 26 Jun 2013 17:17:27 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/firefox/DEPENDS | 5 -----
http/firefox/HISTORY | 6 ++++++
2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit ed131ce127cfe2a7080576e6bf46b4ffa8dfded9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

firefox: Remove gnome-vfs2 support (broken)
See https://bugzilla.mozilla.org/show_bug.cgi?id=799458, gnome-vfs
support is disabled by default. They say it works, but the last few
firefox releases it has not worked for me.

firefox with gnome-vfs2 enabled:
Error:

/usr/src/firefox-22.0/mozilla-release/firefox-build/browser/installer/package-manifest:305:
Missing file(s): bin/components/libnkgnomevfs.so
Traceback (most recent call last):
File

"/usr/src/firefox-22.0/mozilla-release/toolkit/mozapps/installer/packager.py",
line 374, in <module>
main()
File

"/usr/src/firefox-22.0/mozilla-release/toolkit/mozapps/installer/packager.py",
line 327, in main
copier.add(mozpack.path.join(binpath, 'removed-files'), removals)
File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File
"/usr/src/firefox-22.0/mozilla-release/python/mozbuild/mozpack/errors.py",
line 129, in accumulate
raise AccumulatedErrors()
mozpack.errors.AccumulatedErrors
make[2]: *** [stage-package] Error 1
make[2]: Leaving directory
`/usr/src/firefox-22.0/mozilla-release/firefox-build/browser/installer'

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index a17e3d2..9bc8159 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -16,11 +16,6 @@ depends glib2
&&
depends pango &&
depends cairo &&

-optional_depends gnome-vfs2 \
- "--enable-gnomevfs" \
- "--disable-gnomevfs" \
- "for GnomeVFS support" &&
-
optional_depends startup-notification \
'--enable-startup-notification' \
'--disable-startup-notification' \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index bc0540f..02ad8fd 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2013-06-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Remove gnome-vfs2 support (broken)
+ See https://bugzilla.mozilla.org/show_bug.cgi?id=799458, gnome-vfs
+ support is disabled by default. They say it works, but the last
+ few firefox releases it has not worked for me.
+
2013-06-25 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 22.0, SECURITY_PATCH++
* BUILD: removed now useless fast math fix



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed131ce127cfe2a7080576e6bf46b4ffa8dfded9), Eric Sandall, 06/26/2013

Archive powered by MHonArc 2.6.24.

Top of Page