FreeBSD Bugzilla – Attachment 163849 Details for
Bug 205022
[PATCH] benchmarks/fio: Depend on flex and bison from ports on 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
fio-flex-bison.patch (text/plain), 692 bytes, created by
Raphael Kubo da Costa
on 2015-12-04 17:59:33 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2015-12-04 17:59:33 UTC
Size:
692 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 403002) >+++ Makefile (working copy) >@@ -18,6 +18,18 @@ > > GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot > >+.include <bsd.port.options.mk> >+ >+if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013 >+USES+= bison >+MAKE_ARGS+= YACC=${LOCALBASE}/bin/bison >+.endif >+ >+if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 >+BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex >+MAKE_ARGS+= LEX=${LOCALBASE}/bin/flex >+.endif >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin > ${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin
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 205022
: 163849