Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1100/10.4/stable/main/finkinfo/languages

Modified Files:
        python26.info 
Log Message:
Fix wackiness where linking readline tries to bring in 
/usr/lib/libncurses.5.dylib.  Have python26 use a
sane readline6 version.


Index: python26.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python26.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- python26.info       15 Feb 2013 23:28:21 -0000      1.15
+++ python26.info       18 Feb 2013 18:15:33 -0000      1.16
@@ -2,7 +2,7 @@
 Package: python%type_pkg[python]
 
 Version: 2.6.8
-Revision: 2
+Revision: 3
 Epoch: 1
 
 Type: python 2.6
@@ -15,7 +15,7 @@
        gdbm3-shlibs,
        libgettext8-shlibs,
        libncursesw5-shlibs,
-       readline6-shlibs,
+       readline6-shlibs (>= 6.2.4-2),
        sqlite3-shlibs  (>= 3.2.8-1001),
        tcltk (>= 8.4.1-1),
        x11
@@ -31,7 +31,7 @@
        gettext-tools,
        libgettext8-dev,
        libncursesw5,
-       readline6,
+       readline6 (>= 6.2.4-2),
        sqlite3-dev (>= 3.2.8-1001),
        system-openssl-dev,
        tcltk-dev (>= 8.4.1-1),


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to