mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
devel/libvirt: update to 2.4.0
- update to 2.4.0 - add an explicit dependency on readline via READLINE option, enabled by default - explicitly disable dbus as it's used for firewalld and polkit, that are not supported by the port
This commit is contained in:
parent
256883b27f
commit
e7f0809217
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425465
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 2.3.0
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/ \
|
||||
ftp://libvirt.org/libvirt/
|
||||
@ -21,8 +21,8 @@ BUILD_DEPENDS= dnsmasq:dns/dnsmasq \
|
||||
RUN_DEPENDS= dnsmasq:dns/dnsmasq \
|
||||
dmidecode:sysutils/dmidecode
|
||||
|
||||
OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU SASL
|
||||
OPTIONS_DEFAULT= GNUTLS
|
||||
OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL
|
||||
OPTIONS_DEFAULT= GNUTLS READLINE
|
||||
OPTIONS_DEFINE_amd64= XEN
|
||||
.if exists(/usr/sbin/bhyve)
|
||||
OPTIONS_DEFINE_amd64+= BHYVE
|
||||
@ -57,6 +57,9 @@ NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
NSS_CONFIGURE_WITH= nss-plugin
|
||||
|
||||
READLINE_CONFIGURE_WITH= readline
|
||||
READLINE_USES= readline
|
||||
|
||||
SASL_CONFIGURE_WITH= sasl
|
||||
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
||||
|
||||
@ -70,6 +73,7 @@ USE_RC_SUBR= libvirtd virtlogd
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --without-avahi \
|
||||
--without-dbus \
|
||||
--without-polkit \
|
||||
--without-hal \
|
||||
--without-udev \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1475687370
|
||||
SHA256 (libvirt-2.3.0.tar.xz) = e430e69b27d3f6c97255e638617b59b179618d531d81ac7dfe0783a1c1eeafd1
|
||||
SIZE (libvirt-2.3.0.tar.xz) = 13224384
|
||||
TIMESTAMP = 1478323826
|
||||
SHA256 (libvirt-2.4.0.tar.xz) = b727c5f43ed3d7337ec2c2f2031ebd4207507978f68d00ad13d4f0f84aad6224
|
||||
SIZE (libvirt-2.4.0.tar.xz) = 13237652
|
||||
|
Loading…
Reference in New Issue
Block a user