Date: Tue, 30 Jul 2013 15:32:37 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323973 - head/devel/libvirt Message-ID: <201307301532.r6UFWbFt066083@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Tue Jul 30 15:32:37 2013 New Revision: 323973 URL: http://svnweb.freebsd.org/changeset/ports/323973 Log: - update to 1.1.1 - workaround for pkg-config (thanks bapt@!) Changes: http://libvirt.org/news.html Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Jul 30 15:30:09 2013 (r323972) +++ head/devel/libvirt/Makefile Tue Jul 30 15:32:37 2013 (r323973) @@ -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 Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Tue Jul 30 15:30:09 2013 (r323972) +++ head/devel/libvirt/distinfo Tue Jul 30 15:32:37 2013 (r323973) @@ -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 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Jul 30 15:30:09 2013 (r323972) +++ head/devel/libvirt/pkg-plist Tue Jul 30 15:32:37 2013 (r323973) @@ -174,7 +174,6 @@ share/augeas/lenses/tests/test_libvirtd. %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301532.r6UFWbFt066083>