Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (546509edfe55526036584141a18cd244ac6a6418)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (546509edfe55526036584141a18cd244ac6a6418)
  • Date: Tue, 29 Oct 2013 19:28:15 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

crypto/nss/DEPENDS | 2 --
crypto/nss/HISTORY | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 546509edfe55526036584141a18cd244ac6a6418
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell (nss) Dependancies Removed: sqlite & zip

In testing the spell and various permutations of dependancies, it
was found that sqlite and zip did not appear to be required for
compilation of nss. For this reason, the spells have been removed
from the DEPENDS file.

As the upstream vendor does not mention these programs as either
required or as optional dependencies they are being removed
completely.

diff --git a/crypto/nss/DEPENDS b/crypto/nss/DEPENDS
index da8fb93..6c41a13 100755
--- a/crypto/nss/DEPENDS
+++ b/crypto/nss/DEPENDS
@@ -1,7 +1,5 @@
depends nspr &&
depends perl &&
-depends sqlite &&
-depends zip &&
if [[ $NSS_BRANCH == "3.15" ]]; then
depends zlib
fi
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 97815bc..c12d773 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2013-10-29 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: removed sqlite, zip; no longer appears needed
+
2013-10-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.15.2




  • [SM-Commit] GIT changes to master grimoire by David Haley (546509edfe55526036584141a18cd244ac6a6418), David Haley, 10/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page