Ticket #27983: Portfile-python-all-versions-python_select-dependency.diff

File Portfile-python-all-versions-python_select-dependency.diff, 4.9 KB (added by nhojpatrick (John Patrick), 13 years ago)
  • dports/lang/python24/Portfile

     
    4141                        patch-configure-badcflags.diff \
    4242                        patch-configure-arch_only.diff
    4343
    44 depends_lib             port:gettext port:openssl
     44depends_lib             port:gettext port:openssl \
     45                        port:python_select
    4546
    4647configure.args          --with-cxx=${configure.cxx} \
    4748                        --enable-shared \
     
    144145}
    145146
    146147    notes "To fully complete your installation and make python $branch the default, please run:
    147 \tsudo port install python_select
    148148\tsudo python_select $name"
    149149
    150150platform darwin {
  • dports/lang/python25/Portfile

     
    3838
    3939depends_lib             port:gettext port:zlib port:openssl port:tk \
    4040                        port:sqlite3 port:db46 port:bzip2 \
    41                         port:gdbm port:readline port:ncurses
     41                        port:gdbm port:readline port:ncurses \
     42                        port:python_select
    4243
    4344configure.args          --enable-shared \
    4445                        --enable-framework=${frameworks_dir} \
     
    134135
    135136post-activate {
    136137    ui_msg "\nTo fully complete your installation and make python $branch the default, please run
    137 \n\tsudo port install python_select \
    138138\n\tsudo python_select $name\n"
    139139}
    140140
  • dports/lang/python26/Portfile

     
    1919notes "\
    2020   To fully complete your installation and make python ${branch} the default, \
    2121   please run:\n \
    22    \tsudo port install python_select\n \
    2322   \tsudo python_select ${name}"
    2423
    2524homepage                http://www.python.org/
     
    5251
    5352depends_lib             port:gettext port:zlib port:openssl \
    5453                        port:sqlite3 port:db46 port:ncurses port:gdbm \
    55                         port:bzip2 port:readline
     54                        port:bzip2 port:readline \
     55                        port:python_select
    5656
    5757configure.args          --enable-framework=${frameworks_dir} \
    5858                        --enable-ipv6
  • dports/lang/python27/Portfile

     
    2222notes "\
    2323    To fully complete your installation and make python ${branch} the default, \
    2424    please run:\n \
    25     \tsudo port install python_select\n \
    2625    \tsudo python_select ${name}"
    2726
    2827homepage            http://www.python.org/
     
    6362                    port:ncurses \
    6463                    port:gdbm \
    6564                    port:bzip2 \
    66                     port:readline
     65                    port:readline \
     66                    port:python_select
    6767
    6868configure.args      --enable-framework=${frameworks_dir} \
    6969                    --enable-ipv6
  • dports/lang/python31/Portfile

     
    4040
    4141depends_lib             port:zlib port:openssl port:tk \
    4242                        port:sqlite3 port:ncurses port:gdbm \
    43                         port:bzip2 port:readline port:gettext
     43                        port:bzip2 port:readline port:gettext \
     44                        port:python_select
    4445
    4546configure.args          --enable-framework=${frameworks_dir} \
    4647                        --enable-ipv6 \
     
    119120
    120121post-activate {
    121122   ui_msg "\nTo fully complete your installation and make python $branch the default, please run
    122 \n\tsudo port install python_select \
    123123\n\tsudo python_select $name\n"
    124124}
    125125
  • dports/lang/python32/Portfile

     
    4242
    4343depends_lib             port:zlib port:openssl port:tk \
    4444                        port:sqlite3 port:ncurses port:gdbm \
    45                         port:bzip2 port:readline port:gettext
     45                        port:bzip2 port:readline port:gettext \
     46                        port:python_select
    4647
    4748configure.args          --enable-framework=${frameworks_dir} \
    4849                        --enable-ipv6 \
     
    121122
    122123post-activate {
    123124   ui_msg "\nTo fully complete your installation and make python $branch the default, please run
    124 \n\tsudo port install python_select \
    125125\n\tsudo python_select $name\n"
    126126}
    127127