summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-03-20 23:38:06 +0300
committerGeorge Sherwood2011-03-26 09:59:13 -0500
commitac54bff61be9b50d633d4858a4747fef2d7d1843 (patch)
tree367cf3a864bdef898cfc505299108e3011fbcfd9
parent642e5addfe874d578b592f193646ae245e119b95 (diff)
seamonkey: gnome-vfs2 is broken too
(cherry picked from commit 1947b68b99cb615600e564ee983c4a89c9bacec6)
-rwxr-xr-xhttp/seamonkey/DEPENDS3
-rw-r--r--http/seamonkey/HISTORY2
-rwxr-xr-xhttp/seamonkey/PRE_BUILD9
3 files changed, 4 insertions, 10 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 8f08f6e642..eef6581e06 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -20,5 +20,4 @@ if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
fi &&
optional_depends alsa-lib "" "" "for audio support" &&
-optional_depends openldap "" "" "for LDAP support" &&
-optional_depends gnome-vfs2 "" "" "for smb:// url support (if enabled in gnome-vfs2)"
+optional_depends openldap "" "" "for LDAP support"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 5236ee5146..b7c24c3939 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,7 +1,7 @@
2011-03-20 Vlad Glagolev <stealth@sourcemage.org>
* BUILD: use OPTS in the end
* DEPENDS: removed useless flags; sm works fine with system nss 3.12
- removed libgnomeui support -- currently broken
+ removed libgnomeui, gnome-vfs2 support -- currently broken
* PRE_BUILD: apply the flags here
* blfs-mozconfig: don't force strip and ldap support; readded system nss
flags
diff --git a/http/seamonkey/PRE_BUILD b/http/seamonkey/PRE_BUILD
index 2e7547d108..7808c052e0 100755
--- a/http/seamonkey/PRE_BUILD
+++ b/http/seamonkey/PRE_BUILD
@@ -39,18 +39,13 @@ else
sed -i '78iac_add_options --disable-ldap' .mozconfig
fi &&
-if is_depends_enabled $SPELL gnome-vfs2; then
- sed -i '78iac_add_options --enable-gnomevfs' .mozconfig
-else
- sed -i '78iac_add_options --disable-gnomevfs' .mozconfig
-fi &&
-
if ! is_depends_enabled $SPELL alsa-lib; then
sed -i '78iac_add_options --disable-ogg' .mozconfig &&
sed -i '78iac_add_options --disable-wave' .mozconfig
fi &&
-# GnomeUI support is broken (at least for download manager)
+# GNOME support is broken (at least for download manager)
echo "ac_add_options --disable-gnomeui" >> .mozconfig &&
+echo "ac_add_options --disable-gnomevfs" >> .mozconfig &&
echo "ac_add_options --disable-crashreporter" >> .mozconfig