Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28217
Modified Files: python27.info python31.info python32.info python33.info Log Message: Switch python to using external libffi6 and expat1. Index: python31.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python31.info,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- python31.info 13 Aug 2013 01:11:07 -0000 1.11 +++ python31.info 5 Sep 2013 20:04:00 -0000 1.12 @@ -1,14 +1,16 @@ Info2: << Package: python%type_pkg[python] Version: 3.1.5 -Revision: 5 +Revision: 6 Type: python 3.1 Maintainer: Daniel Johnson <dan...@daniel-johnson.org> Depends: << %N-shlibs (= %v-%r), blt-shlibs, bzip2-shlibs, + expat1-shlibs (>= 2.1.0-1), gdbm3-shlibs, + libffi6-shlibs, libgettext8-shlibs, libncursesw5-shlibs, openssl100-shlibs (>= 1.0.1-1), @@ -21,10 +23,12 @@ BuildDepends: << blt-dev (>= 2.4z-15), bzip2-dev, + expat1 (>= 2.1.0-1), fink (>= 0.32), gdbm3, gettext-bin, gettext-tools, + libffi6, libgettext8-dev, libncursesw5, readline6, @@ -42,7 +46,12 @@ PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 UseMaxBuildJobs: true -ConfigureParams: --enable-shared --with-dbmliborder=gdbm +ConfigureParams: << + --enable-shared \ + --with-dbmliborder=gdbm \ + --with-system-expat \ + --with-system-ffi +<< CompileScript: << #!/bin/sh -ex darwin_vers=`uname -r | cut -d. -f1` Index: python33.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python33.info,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- python33.info 13 Aug 2013 01:11:07 -0000 1.12 +++ python33.info 5 Sep 2013 20:04:00 -0000 1.13 @@ -1,15 +1,17 @@ Info2: << Package: python%type_pkg[python] Version: 3.3.2 -Revision: 3 +Revision: 4 Type: python 3.3 Maintainer: Daniel Johnson <dan...@daniel-johnson.org> Depends: << %N-shlibs (= %v-%r), blt-shlibs, bzip2-shlibs, + expat1-shlibs (>= 2.1.0-1), fink (>= 0.34.8), gdbm3-shlibs, + libffi6-shlibs, libgettext8-shlibs, liblzma5-shlibs, libncursesw5-shlibs, @@ -23,10 +25,12 @@ BuildDepends: << blt-dev (>= 2.4z-15), bzip2-dev, + expat1 (>= 2.1.0-1), fink (>= 0.32), gdbm3, gettext-bin, gettext-tools, + libffi6, libgettext8-dev, liblzma5, libncursesw5, @@ -50,7 +54,13 @@ SetCC: gcc SetCXX: g++ -ConfigureParams: --enable-shared --with-dbmliborder=gdbm --enable-loadable-sqlite-extensions +ConfigureParams: << + --enable-shared \ + --enable-loadable-sqlite-extensions \ + --with-dbmliborder=gdbm \ + --with-system-expat \ + --with-system-ffi +<< CompileScript: << #!/bin/sh -ex darwin_vers=`uname -r | cut -d. -f1` Index: python32.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python32.info,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- python32.info 13 Aug 2013 01:11:07 -0000 1.15 +++ python32.info 5 Sep 2013 20:04:00 -0000 1.16 @@ -1,14 +1,16 @@ Info2: << Package: python%type_pkg[python] Version: 3.2.5 -Revision: 2 +Revision: 3 Type: python 3.2 Maintainer: Daniel Johnson <dan...@daniel-johnson.org> Depends: << %N-shlibs (= %v-%r), blt-shlibs, bzip2-shlibs, + expat1-shlibs (>= 2.1.0-1), gdbm3-shlibs, + libffi6-shlibs, libgettext8-shlibs, libncursesw5-shlibs, openssl100-shlibs (>= 1.0.1e-1), @@ -21,10 +23,12 @@ BuildDepends: << blt-dev (>= 2.4z-15), bzip2-dev, + expat1 (>= 2.1.0-1), fink (>= 0.32), gdbm3, gettext-bin, gettext-tools, + libffi6, libgettext8-dev, libncursesw5, readline6, @@ -47,7 +51,13 @@ SetCC: gcc SetCXX: g++ -ConfigureParams: --enable-shared --with-dbmliborder=gdbm --enable-loadable-sqlite-extensions +ConfigureParams: << + --enable-shared \ + --enable-loadable-sqlite-extensions \ + --with-dbmliborder=gdbm \ + --with-system-expat \ + --with-system-ffi +<< CompileScript: << #!/bin/sh -ex darwin_vers=`uname -r | cut -d. -f1` Index: python27.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python27.info,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- python27.info 13 Aug 2013 01:11:07 -0000 1.18 +++ python27.info 5 Sep 2013 20:04:00 -0000 1.19 @@ -1,7 +1,7 @@ Info2: << Package: python%type_pkg[python] Version: 2.7.5 -Revision: 3 +Revision: 4 Epoch: 1 Type: python 2.7 Maintainer: Daniel Johnson <dan...@daniel-johnson.org> @@ -10,8 +10,10 @@ blt-shlibs, bzip2-shlibs, db53-aes-shlibs, + expat1-shlibs (>= 2.1.0-1), fink (>= 0.34.8), gdbm3-shlibs, + libffi6-shlibs, libgettext8-shlibs, libncursesw5-shlibs, openssl100-shlibs (>= 1.0.1e-1), @@ -25,15 +27,18 @@ blt-dev (>= 2.4z-15), bzip2-dev, db53-aes, + expat1 (>= 2.1.0-1), fink (>= 0.32), gdbm3, gettext-bin, gettext-tools, + libffi6, libgettext8-dev, libncursesw5, readline6, sqlite3-dev (>= 3.7.2-2), openssl100-dev (>= 1.0.1e-1), + pkgconfig, tcltk-dev (>= 8.4.1-1), x11-dev << @@ -50,7 +55,12 @@ UseMaxBuildJobs: true -ConfigureParams: --enable-shared --with-dbmliborder=gdbm +ConfigureParams: << + --enable-shared \ + --with-dbmliborder=gdbm \ + --with-system-expat \ + --with-system-ffi +<< CompileScript: << #!/bin/sh -ex darwin_vers=`uname -r | cut -d. -f1` ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs