Changeset 117707 for trunk/dports


Ignore:
Timestamp:
Mar 9, 2014, 12:20:07 AM (10 years ago)
Author:
ryandesign@…
Message:

libvirt: remove python variants (#41776)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/libvirt/Portfile

    r116057 r117707  
    5252                    --without-phyp \
    5353                    --without-polkit \
    54                     --without-python \
    5554                    --without-qemu \
    5655                    --without-sasl \
     
    7776}
    7877
    79 variant python24 conflicts python25 python26 python27 \
    80                  description {Compile Python 2.4 bindings} {
    81     depends_lib-append      port:python24
    82     configure.args-replace  --without-python --with-python
    83     configure.python        ${prefix}/bin/python2.4
    84 }
    85 
    86 variant python25 conflicts python24 python26 python27 \
    87                  description {Compile Python 2.5 bindings} {
    88     depends_lib-append      port:python25
    89     configure.args-replace  --without-python --with-python
    90     configure.python        ${prefix}/bin/python2.5
    91 }
    92 
    93 variant python26 conflicts python24 python25 python27 \
    94                  description {Compile Python 2.6 bindings} {
    95     depends_lib-append      port:python26
    96     configure.args-replace  --without-python --with-python
    97     configure.python        ${prefix}/bin/python2.6
    98 }
    99 
    100 variant python27 conflicts python24 python25 python26 \
    101                  description {Compile Python 2.7 bindings} {
    102     depends_lib-append      port:python27
    103     configure.args-replace  --without-python --with-python
    104     configure.python        ${prefix}/bin/python2.7
    105 }
    106 
    10778variant sasl description {Use Cyrus SASL for authentication} {
    10879    depends_lib-append      port:cyrus-sasl2
Note: See TracChangeset for help on using the changeset viewer.