New commits:
commit 825aa562b9e68e0f3fee1c08ad82b34fd1ec9940
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
pytz: => 2011c
commit 1947b68b99cb615600e564ee983c4a89c9bacec6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
seamonkey: gnome-vfs2 is broken too
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 8f08f6e..eef6581 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 5236ee5..b7c24c3 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,7 +1,7 @@
2011-03-20 Vlad Glagolev <stealth AT 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 2e7547d..7808c05 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 &&