Date: Mon, 5 Jul 2010 13:49:59 -0700 (PDT) From: Russell Jackson <raj@csub.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148391: fix sysutils/facter to depend on dmidecode so virtualization facts work Message-ID: <201007052049.o65KnxTT048342@shell.csub.edu> Resent-Message-ID: <201007052100.o65L0ES8013258@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148391 >Category: ports >Synopsis: fix sysutils/facter to depend on dmidecode so virtualization facts work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 05 21:00:13 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Russell Jackson >Release: >Organization: California State University, Bakersfield >Environment: >Description: The port currently doesn't bring in dmidecode as a dependency which is necessary for the virtualization facts: is_virtual and virtual to report useful values. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (.../branches/vendor/sysutils/facter) (revision 15192) +++ Makefile (.../trunk/sysutils/facter) (revision 15192) @@ -7,12 +7,15 @@ PORTNAME= facter PORTVERSION= 1.5.7 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= http://www.reductivelabs.com/downloads/facter/ MAINTAINER= rouslan@rshell.net COMMENT= A cross-platform Ruby library for retrieving facts from OS +RUN_DEPENDS= /usr/local/sbin/dmidecode:${PORTSDIR}/sysutils/dmidecode + NO_BUILD= yes USE_RUBY= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007052049.o65KnxTT048342>