From owner-svn-ports-head@FreeBSD.ORG Tue Jul 30 15:32:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A589B5C0; Tue, 30 Jul 2013 15:32:38 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78F0D2B47; Tue, 30 Jul 2013 15:32:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6UFWcFd066086; Tue, 30 Jul 2013 15:32:38 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6UFWbFt066083; Tue, 30 Jul 2013 15:32:37 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307301532.r6UFWbFt066083@svn.freebsd.org> From: Jason Helfman Date: Tue, 30 Jul 2013 15:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323973 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 15:32:38 -0000 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