FreeBSD Bugzilla – Attachment 127109 Details for
Bug 170888
sysutils/flashrom: update to 0.9.6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
flashrom.diff
flashrom.diff (text/x-diff; charset=us-ascii), 2.12 KB, created by
Guido Falsi
on 2012-08-23 12:00:39 UTC
(
hide
)
Description:
flashrom.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2012-08-23 12:00:39 UTC
Size:
2.12 KB
patch
obsolete
>Index: distinfo >=================================================================== >--- distinfo (revision 302981) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (flashrom-0.9.5.2.tar.bz2) = 9a5ccd1c4bf6d7658e9373426a3683fab1d260eabf4542de3b6ebd1882ac4903 >-SIZE (flashrom-0.9.5.2.tar.bz2) = 347242 >+SHA256 (flashrom-0.9.6.1.tar.bz2) = 6f7b588cce74c90b4fe9c9c794de105de76e0323442fb5770b1aeab81e9d560a >+SIZE (flashrom-0.9.6.1.tar.bz2) = 368133 >Index: Makefile >=================================================================== >--- Makefile (revision 302981) >+++ Makefile (working copy) >@@ -6,7 +6,7 @@ > # > > PORTNAME= flashrom >-PORTVERSION= 0.9.5.2 >+PORTVERSION= 0.9.6.1 > CATEGORIES= sysutils > MASTER_SITES= http://download.flashrom.org/releases/ > >@@ -16,11 +16,14 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci >+LIB_DEPENDS= pci:${PORTSDIR}/devel/libpci > >-OPTIONS= DMIDECODE "Use dmidecode to gather DMI information" on \ >- FTDI "Enable external FT2232SPI flasher support" off >+OPTIONS_DEFINE= DMIDECODE DOCS FTDI >+OPTIONS_DEFAULT= DMIDECODE DOCS > >+DMIDECODE_DESC= Use dmidecode to gather DMI information >+FTDI_DESC= Enable external FT2232SPI flasher support >+ > USE_BZIP2= yes > USE_GMAKE= yes > CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} >@@ -37,17 +40,17 @@ > > .include <bsd.port.options.mk> > >-.if !defined(WITHOUT_DMIDECODE) >+.if ${PORT_OPTIONS:MDMIDECODE} > RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode > .endif > >-.if defined(WITH_FTDI) >-USE_GNOME= pkgconfig >-LIB_DEPENDS+= ftdi.19:${PORTSDIR}/devel/libftdi >+.if ${PORT_OPTIONS:MFTDI} >+USE_PKGCONFIG= build >+LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi > .endif > > post-patch: >-.if defined(WITH_FTDI) >+.if ${PORT_OPTIONS:MFTDI} > @${REINPLACE_CMD} -e 's|-lusb")|-lusb") -lz|' ${WRKSRC}/Makefile > .else > @${REINPLACE_CMD} -e 's|2_SPI ?= yes|2_SPI ?= no|' ${WRKSRC}/Makefile >@@ -59,7 +62,7 @@ > ${MKDIR} ${MANPREFIX}/man/man8 > ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8 > .endif >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > .for i in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
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 170888
:
127108
| 127109