From ce3ccd01265638e7bf9ddf76188c47033f5a86c9 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Tue, 30 Jul 2013 15:32:37 +0000 Subject: [PATCH] - update to 1.1.1 - workaround for pkg-config (thanks bapt@!) Changes: http://libvirt.org/news.html --- devel/libvirt/Makefile | 12 +++++++----- devel/libvirt/distinfo | 4 ++-- 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