svn commit: r379390 - head/devel/libvirt

Jason Helfman jgh at FreeBSD.org
Thu Feb 19 21:13:52 UTC 2015


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 at 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)


More information about the svn-ports-head mailing list