diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-30 23:32:37 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-30 23:32:37 +0800 |
commit | bfe0d928ae14f5df99c5b714b00371223e48a058 (patch) | |
tree | 1c74a54bb56768afe079b12cf46e1acde03e7877 /devel | |
parent | 08ac8e46214c30ffaad559695f467783597bbc78 (diff) | |
download | freebsd-ports-gnome-bfe0d928ae14f5df99c5b714b00371223e48a058.tar.gz freebsd-ports-gnome-bfe0d928ae14f5df99c5b714b00371223e48a058.tar.zst freebsd-ports-gnome-bfe0d928ae14f5df99c5b714b00371223e48a058.zip |
- update to 1.1.1
- workaround for pkg-config (thanks bapt@!)
Changes: http://libvirt.org/news.html
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 12 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index e443e3a856c1..0514c931a48e 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -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 diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index ac3eb1005211..799288d7ca1c 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -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 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index d56c5a2de126..292edbc6bebc 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -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 |