benchmarks/fio: Disable libnfs support by default
PR: 258349
Reported by: John Hein <jcfyecrayz@liamekaens.com>
(cherry picked from commit cd14a91411
)
This commit is contained in:
parent
b4edfdc594
commit
5934d43a8d
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= fio
|
||||
PORTVERSION= 3.30
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= https://brick.kernel.dk/snaps/
|
||||
|
||||
@ -13,15 +14,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c11 gmake tar:bzip2
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-native
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES GNUPLOT
|
||||
CONFLICTS_INSTALL= py*-Fiona
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES GNUPLOT LIBNFS
|
||||
GNUPLOT_DESC= Support for plotting graphs
|
||||
LIBNFS_DESC= Enable NFS support using libnfs
|
||||
|
||||
GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot
|
||||
LIBNFS_LIB_DEPENDS= libnfs.so:net/libnfs
|
||||
|
||||
CONFLICTS_INSTALL= py*-Fiona
|
||||
LIBNFS_CONFIGURE_OFF= --disable-nfs
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user