Ticket #37763: Portfile-mod_wsgi.diff
File Portfile-mod_wsgi.diff, 2.4 KB (added by bryan@…, 12 years ago) |
---|
-
Portfile
old new 44 44 && ![variant_isset python25] 45 45 && ![variant_isset python26] 46 46 && ![variant_isset python27] 47 && ![variant_isset python31]} { 47 && ![variant_isset python31] 48 && ![variant_isset python32] 49 && ![variant_isset python33]} { 48 50 default_variants +python26 49 51 } 50 52 51 variant python24 conflicts python25 python26 python27 python31 description {Use Python 2.4} {53 variant python24 conflicts python25 python26 python27 python31 python32 python33 description {Use Python 2.4} { 52 54 depends_lib-append port:python24 53 55 configure.args-append --with-python=${prefix}/bin/python2.4 54 56 } 55 57 56 variant python25 conflicts python24 python26 python27 python31 description {Use Python 2.5} {58 variant python25 conflicts python24 python26 python27 python31 python32 python33 description {Use Python 2.5} { 57 59 depends_lib-append port:python25 58 60 configure.args-append --with-python=${prefix}/bin/python2.5 59 61 } 60 62 61 variant python26 conflicts python24 python25 python27 python31 description {Use Python 2.6} {63 variant python26 conflicts python24 python25 python27 python31 python32 python33 description {Use Python 2.6} { 62 64 depends_lib-append port:python26 63 65 configure.args-append --with-python=${prefix}/bin/python2.6 64 66 } 65 67 66 variant python27 conflicts python24 python25 python26 python31 description {Use Python 2.7} {68 variant python27 conflicts python24 python25 python26 python31 python32 python33 description {Use Python 2.7} { 67 69 depends_lib-append port:python27 68 70 configure.args-append --with-python=${prefix}/bin/python2.7 69 71 } 70 72 71 variant python31 conflicts python24 python25 python26 python27 description {Use Python 3.1} {73 variant python31 conflicts python24 python25 python26 python27 python32 python33 description {Use Python 3.1} { 72 74 depends_lib-append port:python31 73 75 configure.args-append --with-python=${prefix}/bin/python3.1 74 76 } 75 77 78 variant python32 conflicts python24 python25 python26 python27 python31 python33 description {Use Python 3.2} { 79 depends_lib-append port:python32 80 configure.args-append --with-python=${prefix}/bin/python3.2 81 } 82 83 variant python33 conflicts python24 python25 python26 python27 python31 python32 description {Use Python 3.3} { 84 depends_lib-append port:python33 85 configure.args-append --with-python=${prefix}/bin/python3.3 86 } 87