diff options
author | novel <novel@FreeBSD.org> | 2016-11-06 15:54:55 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-11-06 15:54:55 +0800 |
commit | 9a4f7d6433cb8845910bbe12ed50c3e4a931e545 (patch) | |
tree | 89fcdca6312aa3a4a5dfe6a8bb1095e3b175d639 /devel | |
parent | 2b9ce26ccb6a975353df02541f4584810374ae07 (diff) | |
download | freebsd-ports-gnome-9a4f7d6433cb8845910bbe12ed50c3e4a931e545.tar.gz freebsd-ports-gnome-9a4f7d6433cb8845910bbe12ed50c3e4a931e545.tar.zst freebsd-ports-gnome-9a4f7d6433cb8845910bbe12ed50c3e4a931e545.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 10 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index e6bcabadb4f6..a5b20d32c1bd 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -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 \ diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 980a161b24c2..d1dfcb8a254c 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -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 |