flashrom will make use of dmidecode to gather DMI info if it is present. However, it is not required in order to use flashrom, and flashrom will continue if it can't find dmidecode on the system. Fix: I've been using flashrom-0.9.3 without dmidecode on a test machine. I attached a patch which adds an option (default yes) to install dmidecode as a dependency. Patch attached with submission follows:
My apologies, I mean to file this under ports, not misc. I can resubmit it if I have to. -- Mark Johnston markjdb@gmail.com
Responsible Changed From-To: freebsd-bugs->avl Make this a ports PR and assign.
avl 2011-06-27 05:42:34 UTC FreeBSD ports repository Modified files: sysutils/flashrom Makefile Log: - Make dmidecode an optional dependency PR: ports/157540 Submitted by: Mark Johnston <markjdb at gmail.com> Revision Changes Path 1.9 +7 -2 ports/sysutils/flashrom/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!