Ticket #16111: python25.diff

File python25.diff, 1.5 KB (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

    old new  
    44
    55name                    python25
    66version                 2.5.2
    7 revision                5
     7revision                7
    88set major               2
    99set branch              2.5
    1010categories              lang
     
    2828                        sha1    7a835c93a904ae4ecb2d23b5183e94d3b92f8305 \
    2929                        rmd160  a6e2e81910639a362f265af2e3814e7b47e2110a
    3030
    31 patchfiles              patch-Makefile.pre.in.diff \
    32                         patch-setup.py.diff \
     31patchfiles              patch-setup.py.diff \
    3332                        patch-Lib-cgi.py.diff
    3433
    3534depends_lib             port:gettext
     
    5453                Mac/PythonLauncher/Makefile.in
    5554}
    5655
    57 build.target            all libpython${branch}.dylib
     56build.target            all
    5857
    5958# TODO: From python24, do we still need this?
    6059# Workaround for case-sensitive file systems
     
    7877            ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch}
    7978        }
    8079
    81         file rename ${destroot}${framewdir}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib
    82         ln -s ${prefix}/lib/libpython${branch}.dylib ${destroot}${framewdir}/lib/libpython${branch}.dylib
     80        ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib
    8381
    8482        file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1
    8583