From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 22 16:40:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A4C106566C for ; Thu, 22 Sep 2011 16:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67F168FC0A for ; Thu, 22 Sep 2011 16:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8MGe7aK067489 for ; Thu, 22 Sep 2011 16:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8MGe7iQ067488; Thu, 22 Sep 2011 16:40:07 GMT (envelope-from gnats) Resent-Date: Thu, 22 Sep 2011 16:40:07 GMT Resent-Message-Id: <201109221640.p8MGe7iQ067488@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A9911065773 for ; Thu, 22 Sep 2011 16:30:48 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id B3C8B8FC15 for ; Thu, 22 Sep 2011 16:30:48 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 5E158713424 for ; Thu, 22 Sep 2011 09:30:48 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1L0YxpO+7W7f for ; Thu, 22 Sep 2011 09:30:48 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 38C03713423 for ; Thu, 22 Sep 2011 09:30:48 -0700 (PDT) Received: (nullmailer pid 74080 invoked by uid 1001); Thu, 22 Sep 2011 16:29:46 -0000 Message-Id: <1316708986.589649.74079.nullmailer@experts-exchange.com> Date: Thu, 22 Sep 2011 09:29:46 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/160912: [patch][maintainer-update] devel/libvirt: update to 0.9.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 16:40:07 -0000 >Number: 160912 >Category: ports >Synopsis: [patch][maintainer-update] devel/libvirt: update to 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 22 16:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 0.9.6 http://libvirt.org/news.html pet portlint sub on shlib Builds cleanly in Tinderbox => http://jgh.devio.us/files/logs/libvirt-0.9.6.log >How-To-Repeat: >Fix: Index: devel/libvirt/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/libvirt/Makefile 14 Aug 2011 19:53:33 -0000 1.7 +++ devel/libvirt/Makefile 22 Sep 2011 16:15:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libvirt -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -14,6 +14,12 @@ COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 + +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ + gcrypt.18:${PORTSDIR}/security/libgcrypt \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + gnutls.47:${PORTSDIR}/security/gnutls + GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS= --without-libssh2 \ @@ -25,17 +31,16 @@ --without-udev \ --without-netcf \ --without-network +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" + USE_GMAKE= yes USE_GNOME= gnomehack GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_PYTHON_BUILD= yes -PLIST_SUB= PORTVERSION="-${PORTVERSION}" - -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - gnutls.47:${PORTSDIR}/security/gnutls +SHLIB_VER= 9 +PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ + SHLIB_VER=${SHLIB_VER} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes Index: devel/libvirt/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- devel/libvirt/distinfo 14 Aug 2011 19:53:33 -0000 1.4 +++ devel/libvirt/distinfo 22 Sep 2011 16:17:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (libvirt-0.9.4.tar.gz) = e76c026646ae4885b162bf711b854f36195f93538d6fcbee48479c2354a342af -SIZE (libvirt-0.9.4.tar.gz) = 16643543 +SHA256 (libvirt-0.9.6.tar.gz) = ce29b1cd3067b224aa834fec2a93d7613c0e72bc035760ad536a2142430bc02b +SIZE (libvirt-0.9.6.tar.gz) = 17326676 Index: devel/libvirt/pkg-plist =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- devel/libvirt/pkg-plist 14 Aug 2011 19:53:33 -0000 1.4 +++ devel/libvirt/pkg-plist 21 Sep 2011 03:27:43 -0000 @@ -30,14 +30,17 @@ lib/libvirt-qemu.a lib/libvirt-qemu.la lib/libvirt-qemu.so -lib/libvirt-qemu.so.9 +lib/libvirt-qemu.so.%%SHLIB_VER%% lib/libvirt.a lib/libvirt.la lib/libvirt.so -lib/libvirt.so.9 +lib/libvirt.so.%%SHLIB_VER%% %%PYTHON_SITELIBDIR%%/libvirt.py %%PYTHON_SITELIBDIR%%/libvirtmod.la %%PYTHON_SITELIBDIR%%/libvirtmod.so +%%PYTHON_SITELIBDIR%%/libvirt_qemu.py +%%PYTHON_SITELIBDIR%%/libvirtmod_qemu.la +%%PYTHON_SITELIBDIR%%/libvirtmod_qemu.so libdata/pkgconfig/libvirt.pc libexec/libvirt_iohelper sbin/libvirtd @@ -66,6 +69,7 @@ %%DOCSDIR%%%%PORTVERSION%%/html/downloads.html %%DOCSDIR%%%%PORTVERSION%%/html/drivers.html %%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html +%%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html %%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html %%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html %%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html @@ -124,6 +128,7 @@ %%DOCSDIR%%%%PORTVERSION%%/html/php.html %%DOCSDIR%%%%PORTVERSION%%/html/python.html %%DOCSDIR%%%%PORTVERSION%%/html/relatedlinks.html +%%DOCSDIR%%%%PORTVERSION%%/html/rpc.html %%DOCSDIR%%%%PORTVERSION%%/html/remote.html %%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html %%DOCSDIR%%%%PORTVERSION%%/html/storage.html @@ -154,6 +159,7 @@ %%DATADIR%%/schemas/basictypes.rng %%DATADIR%%/schemas/capability.rng %%DATADIR%%/schemas/domain.rng +%%DATADIR%%/schemas/domaincommon.rng %%DATADIR%%/schemas/domainsnapshot.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng >Release-Note: >Audit-Trail: >Unformatted: