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

Ladislav Hagara scm at sourcemage.org
Tue Mar 30 17:35:21 EDT 2010


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
 



More information about the SM-Commit mailing list