Ticket #12369: python25-reenable-libs.diff

File python25-reenable-libs.diff, 1.3 KB (added by jezdez@…, 15 years ago)

Patch to make the python25 port to behave as expected, e.g. like python24, python26, Apple's Python and python.org's Python.

  • dports/lang/python25/Portfile

     
    55
    66name                    python25
    77version                 2.5.4
    8 revision                1
     8revision                2
    99set branch              [join [lrange [split ${version} .] 0 1] .]
    1010categories              lang
    1111platforms               darwin
     
    2828# patch-Lib-distutils-dist.py.diff comes from
    2929# <http://bugs.python.org/issue1180>
    3030patchfiles              patch-Makefile.pre.in.diff \
    31                         patch-setup.py.diff \
    3231                        patch-Lib-cgi.py.diff \
    3332                        patch-Lib-distutils-dist.py.diff
    3433
    35 depends_lib             port:gettext
     34depends_lib             port:gettext port:zlib port:openssl port:tk \
     35                        port:tcl port:sqlite3 port:db46 port:bzip2 \
     36                        port:gdbm port:readline port:ncursesw
    3637
    3738configure.args          --enable-shared \
    3839                        --enable-framework=${frameworks_dir} \
    3940                        --mandir=${prefix}/share/man \
    40                         --without-readline \
    41                         --disable-tk \
    4241                        --enable-ipv6
    4342
    4443use_parallel_build      no