diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index e8fe1aa67fb8..339a6e10c727 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,175 +1,163 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= libvirt PORTVERSION= 1.2.21 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libgnutls.so:${PORTSDIR}/security/gnutls \ libssh2.so:${PORTSDIR}/security/libssh2 BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ dmidecode:${PORTSDIR}/sysutils/dmidecode OPTIONS_DEFINE= DOCS NLS QEMU SASL OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE OPTIONS_DEFAULT_amd64+= BHYVE +.else +PLIST_SUB+= BHYVE="@comment " +CONFIGURE_ARGS+= --without-bhyve .endif QEMU_DESC= QEMU driver BHYVE_DESC= bhyve driver XEN_DESC= Xen support via libxl OPTIONS_SUB= yes +BHYVE_CONFIGURE_WITH= bhyve + QEMU_CONFIGURE_WITH= qemu yajl QEMU_CFLAGS= -I${LOCALBASE}/include QEMU_LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl QEMU_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ qemu-io:${PORTSDIR}/emulators/qemu-devel NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} SASL_CONFIGURE_WITH= sasl SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 XEN_CONFIGURE_WITH= libxl XEN_CFLAGS= -I${LOCALBASE}/include XEN_LIB_DEPENDS= libxenlight.so:${PORTSDIR}/sysutils/xen-tools VARDIR= /var USE_RC_SUBR= libvirtd GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-avahi \ +CONFIGURE_ARGS+= --without-avahi \ --without-polkit \ --without-hal \ --without-udev \ --without-netcf \ --without-sysctl \ --without-lxc \ --without-uml \ --without-xen \ --with-ssh2 \ --localstatedir=${VARDIR} # random_data fix can be removed when 8.x is eol CONFIGURE_ENV= ac_cv_type_struct_random_data="" # limit production release x.x.x PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector USES= charsetfix cpe gmake libtool pathfix perl5 pkgconfig CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip SHLIB_VER= 0.1002.${PORTVERSION:E} -PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ +PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * SUB_FILES= pkg-message .include -.if (exists(/usr/sbin/bhyve) && ${OSVERSION} >= 100051) -CONFIGURE_ARGS+= --with-bhyve -.else -CONFIGURE_ARGS+= --without-bhyve -.endif - -.if ${PORT_OPTIONS:MBHYVE} -STRIP_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so -PLIST_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so -.endif - .if !${PLIST_SUB:MXEN} PLIST_SUB+= XEN="@comment " .endif post-patch: @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample @${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \ ${WRKSRC}/daemon/Makefile.in - + @${REINPLACE_CMD} -e 's|ln -s ../default.xml|true|' \ -e 's|$$(DESTDIR)$$(confdir)/qemu/networks|${STAGEDIR}${EXAMPLESDIR}/networks|' \ ${WRKSRC}/src/Makefile.in @${MV} ${WRKSRC}/src/libvirt.conf ${WRKSRC}/src/libvirt.conf.sample @${REINPLACE_CMD} -e 's|conf_DATA = libvirt.conf|conf_DATA = libvirt.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${MV} ${WRKSRC}/src/locking/virtlockd.conf ${WRKSRC}/src/locking/virtlockd.conf.sample @${REINPLACE_CMD} -e 's|virtlockd.conf |virtlockd.conf.sample |' \ -e 's|virtlockd.conf$$|virtlockd.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${MV} ${WRKSRC}/src/qemu/qemu.conf ${WRKSRC}/src/qemu/qemu.conf.sample @${REINPLACE_CMD} -e 's|qemu.conf |qemu.conf.sample |' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|qemu.conf$$|qemu.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${MV} ${WRKSRC}/src/libxl/libxl.conf ${WRKSRC}/src/libxl/libxl.conf.sample @${REINPLACE_CMD} -e 's|libxl.conf |libxl.conf.sample |' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|libxl.conf$$|libxl.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|cp $$(DESTDIR)|cp -f $$(DESTDIR)|' \ ${WRKSRC}/src/Makefile.in post-install: @${RMDIR} ${STAGEDIR}${EXAMPLESDIR}/networks/autostart @${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor -.if ${PORT_OPTIONS:MBHYVE} -.for strip in ${STRIP_FILES} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${strip} -.endfor -.endif - .for dir in run/libvirt/network \ run/libvirt/qemu \ run/libvirt/lockd \ log/libvirt/uml \ log/libvirt/qemu \ log/libvirt/lxc \ lib/libvirt/boot \ lib/libvirt/lockd/files \ lib/libvirt/images \ lib/libvirt/dnsmasq \ lib/libvirt/filesystems \ lib/libvirt/network \ lib/libvirt/qemu/channel/target \ cache/libvirt/qemu @${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}" .endfor regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 3b6ab739b0ad..594c801b3662 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -1,329 +1,330 @@ bin/virsh bin/virt-host-validate bin/virt-pki-validate bin/virt-xml-validate man/man1/virsh.1.gz man/man1/virt-pki-validate.1.gz man/man1/virt-xml-validate.1.gz man/man1/virt-host-validate.1.gz man/man8/libvirtd.8.gz man/man8/virtlockd.8.gz @sample %%ETCDIR%%/libvirt.conf.sample @sample %%ETCDIR%%/libvirtd.conf.sample @sample %%ETCDIR%%/virtlockd.conf.sample %%EXAMPLESDIR%%/networks/default.xml %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample %%XEN%%@sample %%ETCDIR%%/libxl.conf.sample %%QEMU%%%%ETCDIR%%/qemu-lockd.conf %%XEN%%%%ETCDIR%%/libxl-lockd.conf etc/logrotate.d/libvirtd etc/logrotate.d/libvirtd.lxc etc/logrotate.d/libvirtd.qemu etc/logrotate.d/libvirtd.uml etc/logrotate.d/libvirtd.libxl include/libvirt/libvirt-lxc.h include/libvirt/libvirt-qemu.h include/libvirt/libvirt-host.h include/libvirt/libvirt.h include/libvirt/libvirt-domain-snapshot.h include/libvirt/libvirt-domain.h include/libvirt/libvirt-event.h include/libvirt/libvirt-interface.h include/libvirt/libvirt-network.h include/libvirt/libvirt-nodedev.h include/libvirt/libvirt-nwfilter.h include/libvirt/libvirt-secret.h include/libvirt/libvirt-storage.h include/libvirt/libvirt-stream.h include/libvirt/virterror.h lib/libvirt/lock-driver/lockd.so lib/libvirt-admin.so lib/libvirt-admin.so.0 lib/libvirt-admin.so.%%SHLIB_VER%% lib/libvirt-lxc.so lib/libvirt-lxc.so.0 lib/libvirt-lxc.so.%%SHLIB_VER%% lib/libvirt-qemu.so lib/libvirt-qemu.so.0 lib/libvirt-qemu.so.%%SHLIB_VER%% lib/libvirt.so lib/libvirt.so.0 lib/libvirt.so.%%SHLIB_VER%% libdata/pkgconfig/libvirt.pc libdata/pkgconfig/libvirt-lxc.pc libdata/pkgconfig/libvirt-qemu.pc libexec/libvirt-guests.sh libexec/libvirt_iohelper libexec/libvirt_leaseshelper sbin/libvirtd sbin/virtlockd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug share/augeas/lenses/virtlockd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug %%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug share/augeas/lenses/tests/test_virtlockd.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%XEN%%share/augeas/lenses/libvirtd_libxl.aug %%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug %%DOCSDIR%%%%PORTVERSION%%/html/32favicon.png %%DOCSDIR%%%%PORTVERSION%%/html/404.html %%DOCSDIR%%%%PORTVERSION%%/html/acl.html %%DOCSDIR%%%%PORTVERSION%%/html/aclpolkit.html %%DOCSDIR%%%%PORTVERSION%%/html/api.html %%DOCSDIR%%%%PORTVERSION%%/html/api_extension.html %%DOCSDIR%%%%PORTVERSION%%/html/apps.html %%DOCSDIR%%%%PORTVERSION%%/html/archdomain.html %%DOCSDIR%%%%PORTVERSION%%/html/architecture.gif %%DOCSDIR%%%%PORTVERSION%%/html/architecture.html %%DOCSDIR%%%%PORTVERSION%%/html/archnetwork.html %%DOCSDIR%%%%PORTVERSION%%/html/archnode.html %%DOCSDIR%%%%PORTVERSION%%/html/archstorage.html %%DOCSDIR%%%%PORTVERSION%%/html/auditlog.html %%DOCSDIR%%%%PORTVERSION%%/html/auth.html %%DOCSDIR%%%%PORTVERSION%%/html/bindings.html %%DOCSDIR%%%%PORTVERSION%%/html/bugs.html %%DOCSDIR%%%%PORTVERSION%%/html/compiling.html %%DOCSDIR%%%%PORTVERSION%%/html/contact.html %%DOCSDIR%%%%PORTVERSION%%/html/cgroups.html %%DOCSDIR%%%%PORTVERSION%%/html/csharp.html %%DOCSDIR%%%%PORTVERSION%%/html/deployment.html %%DOCSDIR%%%%PORTVERSION%%/html/devguide.html %%DOCSDIR%%%%PORTVERSION%%/html/docs.html %%DOCSDIR%%%%PORTVERSION%%/html/downloads.html %%DOCSDIR%%%%PORTVERSION%%/html/drivers.html %%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html %%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html %%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html %%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html %%DOCSDIR%%%%PORTVERSION%%/html/drvphyp.html %%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html %%DOCSDIR%%%%PORTVERSION%%/html/drvremote.html %%DOCSDIR%%%%PORTVERSION%%/html/drvtest.html %%DOCSDIR%%%%PORTVERSION%%/html/drvuml.html %%DOCSDIR%%%%PORTVERSION%%/html/drvvbox.html %%DOCSDIR%%%%PORTVERSION%%/html/drvvmware.html %%DOCSDIR%%%%PORTVERSION%%/html/drvvirtuozzo.html %%DOCSDIR%%%%PORTVERSION%%/html/drvxen.html %%DOCSDIR%%%%PORTVERSION%%/html/errors.html %%DOCSDIR%%%%PORTVERSION%%/html/et.png %%DOCSDIR%%%%PORTVERSION%%/html/firewall.html %%DOCSDIR%%%%PORTVERSION%%/html/footer_corner.png %%DOCSDIR%%%%PORTVERSION%%/html/footer_pattern.png %%DOCSDIR%%%%PORTVERSION%%/html/format.html %%DOCSDIR%%%%PORTVERSION%%/html/formatcaps.html %%DOCSDIR%%%%PORTVERSION%%/html/formatdomain.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnetwork.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnode.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnwfilter.html %%DOCSDIR%%%%PORTVERSION%%/html/formatsecret.html %%DOCSDIR%%%%PORTVERSION%%/html/formatsnapshot.html %%DOCSDIR%%%%PORTVERSION%%/html/formatstorage.html %%DOCSDIR%%%%PORTVERSION%%/html/formatdomaincaps.html %%DOCSDIR%%%%PORTVERSION%%/html/formatstorageencryption.html %%DOCSDIR%%%%PORTVERSION%%/html/generic.css %%DOCSDIR%%%%PORTVERSION%%/html/goals.html %%DOCSDIR%%%%PORTVERSION%%/html/hacking.html %%DOCSDIR%%%%PORTVERSION%%/html/hooks.html %%DOCSDIR%%%%PORTVERSION%%/html/internals.html %%DOCSDIR%%%%PORTVERSION%%/html/html/home.png %%DOCSDIR%%%%PORTVERSION%%/html/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/html/left.png %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-virterror.html %%DOCSDIR%%%%PORTVERSION%%/html/html/right.png %%DOCSDIR%%%%PORTVERSION%%/html/html/up.png %%DOCSDIR%%%%PORTVERSION%%/html/hvsupport.html %%DOCSDIR%%%%PORTVERSION%%/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/command.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/locking.html %%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-lockd.html %%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-sanlock.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/rpc.html %%DOCSDIR%%%%PORTVERSION%%/html/intro.html %%DOCSDIR%%%%PORTVERSION%%/html/java.html %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-daemon-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-driver-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-header-bg.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-header-logo.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-net-logical.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-net-physical.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-object-model.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt.css %%DOCSDIR%%%%PORTVERSION%%/html/libvirtLogo.png %%DOCSDIR%%%%PORTVERSION%%/html/locking.html %%DOCSDIR%%%%PORTVERSION%%/html/logging.html %%DOCSDIR%%%%PORTVERSION%%/html/madeWith.png %%DOCSDIR%%%%PORTVERSION%%/html/main.css %%DOCSDIR%%%%PORTVERSION%%/html/migration.html %%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-direct.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-p2p.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-native.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-tunnel.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-unmanaged-direct.png %%DOCSDIR%%%%PORTVERSION%%/html/news-2005.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2006.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2007.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2008.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2009.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2010.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2011.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2012.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2013.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2014.html %%DOCSDIR%%%%PORTVERSION%%/html/news.html %%DOCSDIR%%%%PORTVERSION%%/html/node.gif %%DOCSDIR%%%%PORTVERSION%%/html/pending.html %%DOCSDIR%%%%PORTVERSION%%/html/php.html %%DOCSDIR%%%%PORTVERSION%%/html/python.html %%DOCSDIR%%%%PORTVERSION%%/html/relatedlinks.html %%DOCSDIR%%%%PORTVERSION%%/html/remote.html %%DOCSDIR%%%%PORTVERSION%%/html/secureusage.html %%DOCSDIR%%%%PORTVERSION%%/html/securityprocess.html %%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html %%DOCSDIR%%%%PORTVERSION%%/html/storage.html %%DOCSDIR%%%%PORTVERSION%%/html/testapi.html %%DOCSDIR%%%%PORTVERSION%%/html/testsuites.html %%DOCSDIR%%%%PORTVERSION%%/html/testtck.html %%DOCSDIR%%%%PORTVERSION%%/html/todo.html %%DOCSDIR%%%%PORTVERSION%%/html/uri.html %%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html %%DOCSDIR%%%%PORTVERSION%%/html/windows.html %%DOCSDIR%%%%PORTVERSION%%/html/drvbhyve.html %%DOCSDIR%%%%PORTVERSION%%/html/governance.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/oomtesting.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain-snapshot.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-event.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-host.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-interface.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-network.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nodedev.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nwfilter.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-secret.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-storage.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-stream.html share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html share/gtk-doc/html/libvirt/left.png share/gtk-doc/html/libvirt/libvirt-virterror.html share/gtk-doc/html/libvirt/libvirt.devhelp share/gtk-doc/html/libvirt/right.png share/gtk-doc/html/libvirt/style.css share/gtk-doc/html/libvirt/up.png %%DATADIR%%/cpu_map.xml %%DATADIR%%/libvirtLogo.png %%DATADIR%%/api/libvirt-api.xml %%DATADIR%%/api/libvirt-lxc-api.xml %%DATADIR%%/api/libvirt-qemu-api.xml %%DATADIR%%/schemas/basictypes.rng %%DATADIR%%/schemas/capability.rng %%DATADIR%%/schemas/domain.rng %%DATADIR%%/schemas/domaincaps.rng %%DATADIR%%/schemas/domaincommon.rng %%DATADIR%%/schemas/domainsnapshot.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng %%DATADIR%%/schemas/networkcommon.rng %%DATADIR%%/schemas/nodedev.rng %%DATADIR%%/schemas/nwfilter.rng %%DATADIR%%/schemas/secret.rng %%DATADIR%%/schemas/storagecommon.rng %%DATADIR%%/schemas/storagepool.rng %%DATADIR%%/schemas/storagevol.rng %%NLS%%share/locale/ar/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ca/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/cs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/cy/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/da/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/de/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/el/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/es/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/et/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/he/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/id/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/is/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/it/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ja/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ka/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/kn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ko/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/lt/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/lv/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ml/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ms/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nb/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nso/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/or/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pa/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ro/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ru/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/si/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sq/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sv/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ta/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/te/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/th/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/tr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ur/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zu/LC_MESSAGES/libvirt.mo +%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_storage.so lib/libvirt/connection-driver/libvirt_driver_vbox.so %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so %%QEMU%%@dir /var/run/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel %%QEMU%%@dir /var/lib/libvirt/qemu %%QEMU%%@dir /var/cache/libvirt/qemu %%XEN%%@dir /var/lib/libvirt/libxl %%XEN%%@dir /var/log/libvirt/libxl %%XEN%%@dir /var/run/libvirt/libxl @dir %%ETCDIR%%/qemu/networks/autostart @dir /var/cache/libvirt @dir /var/lib/libvirt/boot @dir /var/lib/libvirt/dnsmasq @dir /var/lib/libvirt/filesystems @dir /var/lib/libvirt/images @dir /var/lib/libvirt/lockd/files @dir /var/lib/libvirt/lockd @dir /var/lib/libvirt/network @dir /var/lib/libvirt @dir /var/lib @dir /var/log/libvirt/lxc @dir /var/log/libvirt/qemu @dir /var/log/libvirt/uml @dir /var/log/libvirt @dir /var/run/libvirt/lockd @dir /var/run/libvirt/network @dir /var/run/libvirt