Ticket #16111: python25.diff
File python25.diff, 1.5 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
old new 4 4 5 5 name python25 6 6 version 2.5.2 7 revision 57 revision 7 8 8 set major 2 9 9 set branch 2.5 10 10 categories lang … … 28 28 sha1 7a835c93a904ae4ecb2d23b5183e94d3b92f8305 \ 29 29 rmd160 a6e2e81910639a362f265af2e3814e7b47e2110a 30 30 31 patchfiles patch-Makefile.pre.in.diff \ 32 patch-setup.py.diff \ 31 patchfiles patch-setup.py.diff \ 33 32 patch-Lib-cgi.py.diff 34 33 35 34 depends_lib port:gettext … … 54 53 Mac/PythonLauncher/Makefile.in 55 54 } 56 55 57 build.target all libpython${branch}.dylib56 build.target all 58 57 59 58 # TODO: From python24, do we still need this? 60 59 # Workaround for case-sensitive file systems … … 78 77 ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} 79 78 } 80 79 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 83 81 84 82 file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 85 83