Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2dab3cb24eeab3b75119e02e94ce81eb005a8918)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2dab3cb24eeab3b75119e02e94ce81eb005a8918)
  • Date: Sun, 2 Jan 2011 14:50:31 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/DEPENDS | 7 ++++++-
http/seamonkey/HISTORY | 4 ++++
http/seamonkey/blfs-mozconfig | 7 -------
3 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 2dab3cb24eeab3b75119e02e94ce81eb005a8918
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: added missing deps, fixed compiling if there's no nss on the
system yet

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 51f466d..71422ef 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -15,12 +15,17 @@ depends zip &&
depends zlib &&

depends libxt &&
+depends dbus-glib &&

if [[ "$SEAMONKEY_PANGO" == "y" ]]; then
depends pango
fi &&

-#Not tested
+optional_depends alsa-lib \
+ "" "--disable-ogg --disable-wave" \
+ "for audio support" &&
+
+# not tested
optional_depends openldap \
'--enable-ldap' \
'--disable-ldap' \
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index a2f340c..46704fa 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,7 @@
+2011-01-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dependencies
+ * blfs-mozconfig: don't force system nss cause it's checked in DEPENDS
+
2010-12-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.11, SECURITY_PATCH=29

diff --git a/http/seamonkey/blfs-mozconfig b/http/seamonkey/blfs-mozconfig
index 8d9b6d3..5074cd3 100644
--- a/http/seamonkey/blfs-mozconfig
+++ b/http/seamonkey/blfs-mozconfig
@@ -66,13 +66,6 @@ ac_add_options --enable-svg
# the SeaMonkey binaries.
ac_add_options --enable-ldap

-# These two options enable support for building SeaMonkey with
-# system-installed versions of the Network Security Services (NSS)
-# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
-# lines to enable support for system-installed NSS/NSPR.
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-
# Uncomment this option if you desire support for dual-monitor
# display of SeaMonkey using the X-Window Xinerama libraries.
#ac_add_options --enable-xinerama




Archive powered by MHonArc 2.6.24.

Top of Page