Port details |
- libvirt Toolkit to interact with virtualization capabilities
- 11.5.0 devel
=11 11.4.0Version of this port present on the latest quarterly branch. - Maintainer: novel@FreeBSD.org
 - Port Added: 2011-05-20 14:42:33
- Last Update: 2025-07-01 18:10:46
- Commit Hash: 6ffc12e
- People watching this port, also watch:: smartmontools, ca_root_nss, vlc, wget, libxml2
- License: LGPL3
- WWW:
- https://libvirt.org/
- Description:
- A toolkit to interact with the virtualization capabilities of recent versions of
Linux, and other OSes.
libvirt provides:
* Remote management using TLS encryption and x509 certificates
* Remote management authenticating with Kerberos and SASL
* Local access control using PolicyKit
* Zero-conf discovery using Avahi multicast-DNS
* Management of virtual machines, virtual networks and storage
* Portable client API for Linux, Solaris and Windows
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libvirt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libvirt
- pkg install libvirt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libvirt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1751370391
SHA256 (libvirt-11.5.0.tar.xz) = 2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423
SIZE (libvirt-11.5.0.tar.xz) = 9865100
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dnsmasq : dns/dnsmasq
- ggrep : textproc/gnugrep
- gsed : textproc/gsed
- rst2html : textproc/py-docutils@py311
- xsltproc : textproc/libxslt
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- meson : devel/meson
- ninja : devel/ninja
- python3.11 : lang/python311
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- perl5>=5.40.r<5.41 : lang/perl5.40
- Runtime dependencies:
-
- dnsmasq : dns/dnsmasq
- dmidecode : sysutils/dmidecode
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgnutls.so : security/gnutls
- libssh.so : security/libssh
- libssh2.so : security/libssh2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libintl.so : devel/gettext-runtime
- libreadline.so.8 : devel/readline
- This port is required by:
- for Libraries
-
- devel/libvirt-dbus
- devel/libvirt-glib
- devel/libvirt-java
- devel/p5-Sys-Virt
- devel/py-libvirt
- devel/rubygem-ruby-libvirt
- net-mgmt/virt-viewer
-
Deleted ports which required this port:
- for Run
-
- net-mgmt/librenms
- net-mgmt/observium
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libvirt-11.5.0:
BHYVE=on: bhyve driver
DOCS=on: Build and/or install documentation
LIBSSH=on: libssh remote transport
LIBSSH2=on: libssh2 remote transport
NLS=on: Native Language Support
NSS=off: Name Service Switch plugin
QEMU=off: QEMU driver
READLINE=on: Command line editing via libreadline
SASL=off: SASL authentication support
XEN=off: Xen support via libxl
ZFS=on: ZFS storage driver
===> Use 'make config' to modify these settings
- Options name:
- devel_libvirt
- USES:
- gnome charsetfix compiler:c++0x cpe gettext-runtime gmake meson pathfix perl5 python:build pkgconfig shebangfix tar:xz gettext readline
- pkg-message:
- For install:
- To enable libvirtd please add libvirtd_enable="YES" to
/etc/rc.conf.
NOTE ON CONFIGURATION:
The libvirt port does not come with networking configuration enabled.
The 'default' network definition is available at:
/usr/local/share/examples/libvirt/networks/default.xml
To enable this network please do the following:
cp /usr/local/share/examples/libvirt/networks/default.xml /usr/local/etc/libvirt/qemu/networks
To configure this network for autostart, execute the following:
ln -s ../default.xml /usr/local/etc/libvirt/qemu/networks/autostart/default.xml
If you have libvirtd already running you'll need to restart it for changes
to take effect.
For more details on using libvirt with bhyve please refer to:
/usr/local/share/doc/libvirt/html/drvbhyve.html
or:
http://libvirt.org/drvbhyve.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4_1 03 May 2013 16:36:41
  |
ehaupt  |
Chase security/libgcrypt update |
1.0.4 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.0.4 17 Apr 2013 04:59:33
  |
jgh  |
- update to 1.0.4
- add additional mirror
- pet portlint
- misc. cleanups
Changes: http://libvirt.org/news.html
Feature safe: yes |
1.0.3 18 Mar 2013 11:40:04
  |
bapt  |
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi |
1.0.3 05 Mar 2013 07:04:40
  |
jgh  |
- update to 1.0.3
- patch merged upstream
Changes: http://libvirt.org/news.html |
1.0.2_1 14 Feb 2013 09:42:13
  |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.0.2_1 06 Feb 2013 23:40:25
  |
jgh  |
- drop ABI versions of all lib_depends
Reported by: lifanov@mail.lifanov.com |
1.0.2_1 01 Feb 2013 01:24:10
  |
jgh  |
- fix python bindings
- upstream git commit a6b8bae5a6a4752926eba409202ec061d81c6c8a |
1.0.2 31 Jan 2013 05:34:29
  |
jgh  |
- update to 1.0.2, support optional documentation installation
Changes: http://libvirt.org/news.html (or newly included NEWS file, optional
docs) |
1.0.1 20 Dec 2012 05:28:31
  |
jgh  |
- update to 1.0.1
- support qemu bindings
- drop dependency on autotools suite
- perl is now a build dependency
- fix configuration file installations
- remove property on pkg-plist
Changes: http://libvirt.org/news.html |
1.0.0 11 Dec 2012 00:48:33
  |
jgh  |
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt |
0.10.2 26 Sep 2012 05:17:30
  |
jgh  |
- update to 0.10.2
Changes: http://libvirt.org/news.html |
0.10.1 05 Sep 2012 21:46:30
  |
jgh  |
- update to 0.10.1, includes shlib bump
Changes: http://libvirt.org/news.html |
0.9.13 27 Aug 2012 18:02:21
 |
jgh  |
- revert accidental commit
303239:300896 |
0.9.13 27 Aug 2012 17:59:41
 |
jgh  |
10 |
0.9.13 03 Jul 2012 18:35:55
 |
jgh  |
- update to 0.9.13
Changes: http://libvirt.org/news.html |
0.9.12 25 Jun 2012 23:09:08
 |
jgh  |
- adopt optionsNG |
0.9.12 14 May 2012 18:53:10
 |
jgh  |
- Update to 0.9.12
- remove patch files in favor of --without-sysctl (Daniel P. Berrange)
Changes: http://libvirt.org/news.html |
0.9.11 11 May 2012 20:38:09
 |
ade  |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
0.9.11 30 Apr 2012 16:54:01
 |
jgh  |
- add PORTSCOUT variable to not look for libvirt stable releases |
0.9.11 04 Apr 2012 05:21:32
 |
jgh  |
- remove --without-libssl2
Spotted by: GeJ (#bsdports)
Feature safe: yes |
0.9.11 04 Apr 2012 04:53:26
 |
jgh  |
- Update to 0.9.11
- bring in libssh2 support and tests
Changes: http://libvirt.org/news.html
Feature safe: yes |
0.9.10 14 Feb 2012 20:15:35
 |
jgh  |
- Update to 0.9.10 ( http://libvirt.org/news.html ) |
0.9.9 11 Jan 2012 20:35:58
 |
jgh  |
- Update to 0.9.9
- See http://libvirt.org/news.html for release notes.
Submitted by: jgh (me)
Approved by: rene, crees (mentors) |
0.9.8 19 Dec 2011 21:59:58
 |
jgh  |
update to 0.9.8 ( http://libvirt.org/news.html )
remove sysctl variable for bsd
update MAINTAINER address, as submitter is now MAINTAINER
PR: ports/163212
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Approved by: crees (mentor) |
0.9.7 11 Nov 2011 17:27:15
 |
miwi  |
- Update to 0.9.7
PR: 162387
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes |
0.9.6_1 30 Oct 2011 17:35:48
 |
crees  |
Only remove the locale dirs that aren't in mtree; this causes a problem in
dependent ports, namely zenpack-libvirt
Approved by: Jason Helfman (maintainer, implicit) |
0.9.6 27 Sep 2011 06:42:25
 |
wen  |
- Update to 0.9.6
- Pet portlint
PR: ports/160912
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) |
0.9.4 14 Aug 2011 19:53:33
 |
swills  |
- Update to 0.9.4
PR: ports/159403
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) |
0.9.3 06 Jul 2011 22:34:54
 |
beech  |
- Update to 0.9.3
PR: ports/158688
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) |
0.9.2_1 03 Jul 2011 11:40:49
 |
swills  |
- Chase the libgcrypt shared lib version |
0.9.2 10 Jun 2011 21:44:41
 |
jlaffaye  |
Update to 0.9.2
Fix plist
PR: ports/157712
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Approved by: bapt (mentor) |
0.9.1_2 05 Jun 2011 18:43:16
 |
novel  |
Chase security/gnutls update and add an UPDATING entry. |
0.9.1_1 28 May 2011 13:18:35
 |
sunpoet  |
- Install libvirt.pc to libdata/pkgconfig
- Use lib instead of LIB32DIR
- Respect PYTHON_SITELIBDIR: replace %%LIB32DIR%%/python2.7/site-packages
- Use = instead of +=
- Bump PORTREVISION for PLIST change
PR: ports/157224
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) |
0.9.1 20 May 2011 14:42:15
 |
decke  |
A toolkit to interact with the virtualization capabilities of recent versions of
Linux, and other OSes.
libvirt provides:
* Remote management using TLS encryption and x509 certificates
* Remote management authenticating with Kerberos and SASL
* Local access control using PolicyKit
* Zero-conf discovery using Avahi multicast-DNS
* Management of virtual machines, virtual networks and storage
* Portable client API for Linux, Solaris and Windows
WWW: http://libvirt.org/
PR: ports/157024
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> |