Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 21:13:52 +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: r379390 - head/devel/libvirt
Message-ID:  <201502192113.t1JLDq2g002134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502192113.t1JLDq2g002134>