1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- update to 1.1.1

- workaround for pkg-config (thanks bapt@!)

Changes:	http://libvirt.org/news.html
This commit is contained in:
Jason Helfman 2013-07-30 15:32:37 +00:00
parent 8c4f0ab130
commit ce3ccd0126
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323973
3 changed files with 9 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libvirt
PORTVERSION= 1.1.0
PORTREVISION= 1
PORTVERSION= 1.1.1
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
@ -24,8 +23,7 @@ QEMU_DESC= QEMU bindings
OPTIONS_SUB= yes
QEMU_CONFIGURE_ON= --with-qemu
QEMU_CONFIGURE_OFF= --without-qemu
QEMU_CONFIGURE_WITH= qemu
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
@ -44,7 +42,11 @@ CONFIGURE_ARGS= --without-sasl \
--without-sysctl \
--with-ssh2
#limit to non-stable release x.x.x
# workaround to override pkg-config calls
CONFIGURE_ENV= SSH2_LIBS="-L${LOCALBASE}/lib -lssh2 -lssl" \
SSH2_CFLAGS="-I${LOCLABASE}/include"
# limit production release x.x.x
PORTSCOUT= limit:\d+\.\d+\.\d+$$
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector

View File

@ -1,2 +1,2 @@
SHA256 (libvirt-1.1.0.tar.gz) = ce9e765697ecb595469489665043ce221d9b70babc16fec77ee938fe37676928
SIZE (libvirt-1.1.0.tar.gz) = 24397962
SHA256 (libvirt-1.1.1.tar.gz) = dc6f1e1e15b9b190eaa706e76edabcfc94b239c012f5afc22b22357a4b3b22c2
SIZE (libvirt-1.1.1.tar.gz) = 25420278

View File

@ -174,7 +174,6 @@ share/augeas/lenses/tests/test_libvirtd.aug
%%DOCSDIR%%%%PORTVERSION%%/html/uri.html
%%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html
%%DOCSDIR%%%%PORTVERSION%%/html/windows.html
%%DOCSDIR%%-python%%PORTVERSION%%/TODO
%%DOCSDIR%%-python%%PORTVERSION%%/examples/basic.py
%%DOCSDIR%%-python%%PORTVERSION%%/examples/create.py
%%DOCSDIR%%-python%%PORTVERSION%%/examples/error.py