Skip to content

Commit

Permalink
benchmarks/fio: Disable libnfs support by default
Browse files Browse the repository at this point in the history
PR:		258349
Reported by:	John Hein <jcfyecrayz@liamekaens.com>

(cherry picked from commit cd14a91)
  • Loading branch information
krionbsd committed May 19, 2022
1 parent b4edfdc commit 5934d43
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions benchmarks/fio/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= fio
PORTVERSION= 3.30
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/

Expand All @@ -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
Expand Down

0 comments on commit 5934d43

Please sign in to comment.