Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1d311d5ece866eeaff8189d2ebb62cbbc7ea6024)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1d311d5ece866eeaff8189d2ebb62cbbc7ea6024)
  • Date: Tue, 30 Mar 2010 16:35:21 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

devel/python/DEPENDS | 1 +
devel/python/DETAILS | 1 +
devel/python/HISTORY | 4 ++++
3 files changed, 6 insertions(+)

New commits:
commit 1d311d5ece866eeaff8189d2ebb62cbbc7ea6024
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python optional_depends on openssl

$ cleanse --nofix_quick python
Doing initialization for the ldd check
Checking python (1 of 1)
File test
Library test
The following files from python have missing library dependencies:
/usr/lib/python2.6/lib-dynload/_hashlib.so
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
/usr/lib/python2.6/lib-dynload/_ssl.so
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found

python is broken

The following spells were broken:
python

diff --git a/devel/python/DEPENDS b/devel/python/DEPENDS
index 5411c95..feb1de2 100755
--- a/devel/python/DEPENDS
+++ b/devel/python/DEPENDS
@@ -5,6 +5,7 @@ optional_depends tk "" "" "for Tk support" &&
optional_depends ncurses "" "" "for Ncurses support" &&
optional_depends readline "" "" "for Readline support" &&
optional_depends expat "" "" "for XML parser module" &&
+optional_depends openssl "" "" "for SSL support" &&

optional_depends g++ \
"--with-cxx-main=g++" \
diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index 6c95fc0..7b766f0 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -1,5 +1,6 @@
SPELL=python
VERSION=2.6.5
+ PATCHLEVEL=1
SOURCE=Python-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index a715972..2f87d63 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,7 @@
+2010-03-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: added optional_depends openssl
+ * DETAILS: PATCHLEVEL=1
+
2010-03-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.6.5





Archive powered by MHonArc 2.6.24.

Top of Page