Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libvirt: remove python variants (https://trac.macports.org/ticket/41776)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117707 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Mar 9, 2014
1 parent 159e9f4 commit 1ed5020
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions sysutils/libvirt/Portfile
Expand Up @@ -51,7 +51,6 @@ configure.args --disable-silent-rules \
--without-openvz \ --without-openvz \
--without-phyp \ --without-phyp \
--without-polkit \ --without-polkit \
--without-python \
--without-qemu \ --without-qemu \
--without-sasl \ --without-sasl \
--without-selinux \ --without-selinux \
Expand All @@ -76,34 +75,6 @@ variant avahi description {Use Avahi to advertise remote daemon} {
configure.args-replace --without-avahi --with-avahi configure.args-replace --without-avahi --with-avahi
} }


variant python24 conflicts python25 python26 python27 \
description {Compile Python 2.4 bindings} {
depends_lib-append port:python24
configure.args-replace --without-python --with-python
configure.python ${prefix}/bin/python2.4
}

variant python25 conflicts python24 python26 python27 \
description {Compile Python 2.5 bindings} {
depends_lib-append port:python25
configure.args-replace --without-python --with-python
configure.python ${prefix}/bin/python2.5
}

variant python26 conflicts python24 python25 python27 \
description {Compile Python 2.6 bindings} {
depends_lib-append port:python26
configure.args-replace --without-python --with-python
configure.python ${prefix}/bin/python2.6
}

variant python27 conflicts python24 python25 python26 \
description {Compile Python 2.7 bindings} {
depends_lib-append port:python27
configure.args-replace --without-python --with-python
configure.python ${prefix}/bin/python2.7
}

variant sasl description {Use Cyrus SASL for authentication} { variant sasl description {Use Cyrus SASL for authentication} {
depends_lib-append port:cyrus-sasl2 depends_lib-append port:cyrus-sasl2
configure.args-replace --without-sasl --with-sasl configure.args-replace --without-sasl --with-sasl
Expand Down

0 comments on commit 1ed5020

Please sign in to comment.