Source
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0
# Remember to update libvirt and py-libvirt at the same time.
name libvirt
version 5.8.0
revision 0
checksums rmd160 39bd8d5edf4a4c0cba11b80b5f384c05a8d1477a \
sha256 e23328289b18bdedc1e966f6c26402b2983149c660ed8bd52cda6feab0c20c55 \
size 13129328
categories sysutils
license LGPL-2.1+
platforms darwin
maintainers {ryandesign @ryandesign} {danchr @danchr} openmaintainer
description Libvirt - The Virtualization API
long_description A toolkit to interact with the virtualization \
capabilities of modern hypervisors.
homepage https://libvirt.org
master_sites ${homepage}/sources/
use_xz yes
depends_build port:pkgconfig \
port:bash-completion \
port:python27 \
port:perl5
depends_lib port:curl \
port:libiconv \
port:libxml2 \
port:readline \
port:yajl \
port:zlib
# see https://trac.macports.org/ticket/58726
compiler.blacklist-append apple-gcc* gcc-3.3 *gcc-4.* {clang < 425}
# libvirt build scripts work with python 2.x only
configure.python ${prefix}/bin/python2.7
configure.perl ${prefix}/bin/perl5
configure.args --disable-silent-rules \
--enable-debug \
--without-apparmor \
--without-attr \
--without-audit \
--without-avahi \
--with-bash-completion \
--with-bash-completions-dir=${prefix}/share/bash-completion/completions \
--without-bhyve \
--without-blkid \
--without-capng \
--with-curl \
--without-dbus \
--with-driver-modules \
--without-dtrace \
--with-esx \
--without-fuse \