FreeBSD Bugzilla – Attachment 115734 Details for
Bug 157540
[patch] make dmidecode an optional dependency for sysutils/flashrom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 792 bytes, created by
Mark Johnston
on 2011-06-02 20:40:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2011-06-02 20:40:09 UTC
Size:
792 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index 2c73c5f..0be40ac 100644 >--- a/Makefile >+++ b/Makefile >@@ -14,9 +14,9 @@ MAINTAINER= avl@FreeBSD.org > COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips > > LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci >-RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode > >-OPTIONS= FTDI "Enable external FT2232SPI flasher support" off >+OPTIONS= FTDI "Enable external FT2232SPI flasher support" off \ >+ DMIDECODE "Use dmidecode to gather DMI information" on > > USE_BZIP2= yes > USE_GMAKE= yes >@@ -39,6 +39,9 @@ MAN8= ${PORTNAME}.8 > USE_GNOME= pkgconfig > LIB_DEPENDS+= ftdi.18:${PORTSDIR}/devel/libftdi > .endif >+.if defined(WITH_DMIDECODE) >+RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode >+.endif > > post-patch: > .if defined(WITH_FTDI)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157540
: 115734