From owner-svn-ports-head@FreeBSD.ORG Mon Apr 7 19:48:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20384D1F; Mon, 7 Apr 2014 19:48:54 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C98FB71; Mon, 7 Apr 2014 19:48:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37JmrPC014653; Mon, 7 Apr 2014 19:48:53 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37Jmrog014650; Mon, 7 Apr 2014 19:48:53 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201404071948.s37Jmrog014650@svn.freebsd.org> From: Jason Helfman Date: Mon, 7 Apr 2014 19:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350536 - in head/devel/libvirt: . files 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.17 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: Mon, 07 Apr 2014 19:48:54 -0000 Author: jgh Date: Mon Apr 7 19:48:53 2014 New Revision: 350536 URL: http://svnweb.freebsd.org/changeset/ports/350536 QAT: https://qat.redports.org/buildarchive/r350536/ Log: - update to 1.2.3 - support bhyve [1] PR: 187584 (based on) Submitted by: xmj@chaot.net Changes: http://libvirt.org/news.html Deleted: head/devel/libvirt/files/patch-src__Makefile.in Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon Apr 7 19:16:46 2014 (r350535) +++ head/devel/libvirt/Makefile Mon Apr 7 19:48:53 2014 (r350536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -18,8 +18,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libgnutls.so:${PORTSDIR}/security/gnutls \ libssh2.so:${PORTSDIR}/security/libssh2 -OPTIONS_DEFINE= QEMU DOCS NLS +OPTIONS_DEFINE= DOCS NLS QEMU +OPTIONS_DEFINE_amd64= BHYVE QEMU_DESC= QEMU driver +BHYVE_DESC= bhyve driver OPTIONS_SUB= yes @@ -29,6 +31,8 @@ QEMU_LIB_DEPENDS= libyajl.so:${PORTSDIR} QEMU_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ qemu-io:${PORTSDIR}/emulators/qemu-devel +BHYVE_CONFIGURE_WITH= bhyve + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} @@ -75,6 +79,11 @@ STRIP_FILES= libvirt.so.${SHLIB_VER} \ .include +#work around an options bug (thanks mat@) +.if ${ARCH} != amd64 +PLIST_SUB+= BHYVE="@comment " +.endif + post-patch: .if ${OSVERSION} < 900000 @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||' \ Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Mon Apr 7 19:16:46 2014 (r350535) +++ head/devel/libvirt/distinfo Mon Apr 7 19:48:53 2014 (r350536) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.2.tar.gz) = a48377e307c5c21b67e43db99af909a23c33aff8cbbaa3361fd389eb047cbbc3 -SIZE (libvirt-1.2.2.tar.gz) = 28340039 +SHA256 (libvirt-1.2.3.tar.gz) = b489d1a29c6166643d34b72795a89b03c6ac775cdaeadb6aa86fc1a982c02e31 +SIZE (libvirt-1.2.3.tar.gz) = 28605530 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Mon Apr 7 19:16:46 2014 (r350535) +++ head/devel/libvirt/pkg-plist Mon Apr 7 19:48:53 2014 (r350536) @@ -159,6 +159,9 @@ share/augeas/lenses/tests/test_libvirtd. %%DOCSDIR%%%%PORTVERSION%%/html/uri.html %%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html %%DOCSDIR%%%%PORTVERSION%%/html/windows.html +%%DOCSDIR%%%%PORTVERSION%%/html/drvbhyve.html +%%DOCSDIR%%%%PORTVERSION%%/html/governance.html +%%DOCSDIR%%%%PORTVERSION%%/html/internals/oomtesting.html share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html @@ -266,6 +269,8 @@ share/gtk-doc/html/libvirt/up.png %%NLS%%share/locale/zu/LC_MESSAGES/libvirt.mo %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.la +%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.la +%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_secret.la lib/libvirt/connection-driver/libvirt_driver_storage.so