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), 14 years ago) |
---|
-
dports/lang/python24/Portfile
41 41 patch-configure-badcflags.diff \ 42 42 patch-configure-arch_only.diff 43 43 44 depends_lib port:gettext port:openssl 44 depends_lib port:gettext port:openssl \ 45 port:python_select 45 46 46 47 configure.args --with-cxx=${configure.cxx} \ 47 48 --enable-shared \ … … 144 145 } 145 146 146 147 notes "To fully complete your installation and make python $branch the default, please run: 147 \tsudo port install python_select148 148 \tsudo python_select $name" 149 149 150 150 platform darwin { -
dports/lang/python25/Portfile
38 38 39 39 depends_lib port:gettext port:zlib port:openssl port:tk \ 40 40 port:sqlite3 port:db46 port:bzip2 \ 41 port:gdbm port:readline port:ncurses 41 port:gdbm port:readline port:ncurses \ 42 port:python_select 42 43 43 44 configure.args --enable-shared \ 44 45 --enable-framework=${frameworks_dir} \ … … 134 135 135 136 post-activate { 136 137 ui_msg "\nTo fully complete your installation and make python $branch the default, please run 137 \n\tsudo port install python_select \138 138 \n\tsudo python_select $name\n" 139 139 } 140 140 -
dports/lang/python26/Portfile
19 19 notes "\ 20 20 To fully complete your installation and make python ${branch} the default, \ 21 21 please run:\n \ 22 \tsudo port install python_select\n \23 22 \tsudo python_select ${name}" 24 23 25 24 homepage http://www.python.org/ … … 52 51 53 52 depends_lib port:gettext port:zlib port:openssl \ 54 53 port:sqlite3 port:db46 port:ncurses port:gdbm \ 55 port:bzip2 port:readline 54 port:bzip2 port:readline \ 55 port:python_select 56 56 57 57 configure.args --enable-framework=${frameworks_dir} \ 58 58 --enable-ipv6 -
dports/lang/python27/Portfile
22 22 notes "\ 23 23 To fully complete your installation and make python ${branch} the default, \ 24 24 please run:\n \ 25 \tsudo port install python_select\n \26 25 \tsudo python_select ${name}" 27 26 28 27 homepage http://www.python.org/ … … 63 62 port:ncurses \ 64 63 port:gdbm \ 65 64 port:bzip2 \ 66 port:readline 65 port:readline \ 66 port:python_select 67 67 68 68 configure.args --enable-framework=${frameworks_dir} \ 69 69 --enable-ipv6 -
dports/lang/python31/Portfile
40 40 41 41 depends_lib port:zlib port:openssl port:tk \ 42 42 port:sqlite3 port:ncurses port:gdbm \ 43 port:bzip2 port:readline port:gettext 43 port:bzip2 port:readline port:gettext \ 44 port:python_select 44 45 45 46 configure.args --enable-framework=${frameworks_dir} \ 46 47 --enable-ipv6 \ … … 119 120 120 121 post-activate { 121 122 ui_msg "\nTo fully complete your installation and make python $branch the default, please run 122 \n\tsudo port install python_select \123 123 \n\tsudo python_select $name\n" 124 124 } 125 125 -
dports/lang/python32/Portfile
42 42 43 43 depends_lib port:zlib port:openssl port:tk \ 44 44 port:sqlite3 port:ncurses port:gdbm \ 45 port:bzip2 port:readline port:gettext 45 port:bzip2 port:readline port:gettext \ 46 port:python_select 46 47 47 48 configure.args --enable-framework=${frameworks_dir} \ 48 49 --enable-ipv6 \ … … 121 122 122 123 post-activate { 123 124 ui_msg "\nTo fully complete your installation and make python $branch the default, please run 124 \n\tsudo port install python_select \125 125 \n\tsudo python_select $name\n" 126 126 } 127 127