Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (700cd2f1359dbcedac0e028f4894467e34ae8136)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (700cd2f1359dbcedac0e028f4894467e34ae8136)
  • Date: Thu, 4 Aug 2011 21:47:43 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/seamonkey/CONFIGURE | 7 ++++---
http/seamonkey/DEPENDS | 2 +-
http/seamonkey/HISTORY | 5 +++++
http/seamonkey/PRE_BUILD | 7 ++++---
4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 700cd2f1359dbcedac0e028f4894467e34ae8136
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

seamonkey: Removed apparently broken option to build without mail
news client. Added sub_depends on nss 3.12.x. Resolves issue #7

diff --git a/http/seamonkey/CONFIGURE b/http/seamonkey/CONFIGURE
index 051ba87..e0e60fd 100755
--- a/http/seamonkey/CONFIGURE
+++ b/http/seamonkey/CONFIGURE
@@ -1,9 +1,10 @@
config_query SEAMONKEY_OFFICIAL "Enable official branding? If enabled, you
may \
be restricted in distributing these binaries IAW mozilla policies" n &&

-config_query SEAMONKEY_MAILNEWS \
- "Build Mail News client?" \
- n &&
+#Will not build without the Mail News client
+#config_query SEAMONKEY_MAILNEWS \
+# "Build Mail News client?" \
+# n &&

config_query SEAMONKEY_COMPOSER \
'Build Composer component?' \
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 73d1390..fb515bd 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -6,7 +6,7 @@ depends JPEG &&
depends libidl &&
depends libxft &&
depends nspr &&
-depends nss &&
+depends -sub 3.12.x nss &&
depends perl &&
depends zip &&
depends zlib &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index c61d865..d640acb 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,8 @@
+2011-08-04 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: Removed option to build without mail news client
+ * DEPENDS: Added sub_depends on nss 3.12.x
+ * PRE_BUILD: Removed option to build without mail news client
+
2011-08-02 George Sherwood <gsherwood AT sourcemage.org>
* CONFIGURE: Removed old useless options
Added option to strip and official branding
diff --git a/http/seamonkey/PRE_BUILD b/http/seamonkey/PRE_BUILD
index 858a9bb..9fff8df 100755
--- a/http/seamonkey/PRE_BUILD
+++ b/http/seamonkey/PRE_BUILD
@@ -9,9 +9,10 @@ if [[ "$SEAMONKEY_OFFICIAL" == "y" ]]; then
sed -i '78iac_add_options --enable-official-branding' .mozconfig
fi &&

-if [[ "$SEAMONKEY_MAILNEWS" == "n" ]]; then
- sed -i '78iac_add_options --disable-mailnews' .mozconfig
-fi &&
+#This option is broke will not build without mailnews component
+#if [[ "$SEAMONKEY_MAILNEWS" == "n" ]]; then
+# sed -i '78iac_add_options --disable-mailnews' .mozconfig
+#fi &&

if [[ "$SEAMONKEY_COMPOSER" == "n" ]]; then
sed -i '78iac_add_options --disable-composer' .mozconfig



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (700cd2f1359dbcedac0e028f4894467e34ae8136), George Sherwood, 08/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page