From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:13:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F087AB3; Thu, 19 Feb 2015 21:13:52 +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 37EF02DE; Thu, 19 Feb 2015 21:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLDqWh002135; Thu, 19 Feb 2015 21:13:52 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLDq2g002134; Thu, 19 Feb 2015 21:13:52 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502192113.t1JLDq2g002134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 21:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379390 - 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.18-1 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: Thu, 19 Feb 2015 21:13:52 -0000 Author: jgh Date: Thu Feb 19 21:13:51 2015 New Revision: 379390 URL: https://svnweb.freebsd.org/changeset/ports/379390 QAT: https://qat.redports.org/buildarchive/r379390/ Log: - add dmidecode run dependency - filed issue upstream to potentially use sysctl PR: 196733 Submitted by: fabian.freyer@physik.tu-berlin.de Modified: head/devel/libvirt/Makefile Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Thu Feb 19 21:07:56 2015 (r379389) +++ head/devel/libvirt/Makefile Thu Feb 19 21:13:51 2015 (r379390) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -18,7 +19,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libgnutls.so:${PORTSDIR}/security/gnutls \ libssh2.so:${PORTSDIR}/security/libssh2 BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq -RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq +RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ + dmidecode:${PORTSDIR}/sysutils/dmidecode OPTIONS_DEFINE= DOCS NLS QEMU SASL .if exists(/usr/sbin/bhyve)