Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2023 11:29:36 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2513bd309263 - main - benchmarks/fio: Fix build with libnfs
Message-ID:  <202304201129.33KBTa5k068182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2513bd3092631b5c4d3db7bec8ac9f3b6543b07e

commit 2513bd3092631b5c4d3db7bec8ac9f3b6543b07e
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2023-04-20 11:28:37 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2023-04-20 11:28:37 +0000

    benchmarks/fio: Fix build with libnfs
    
    PR:             270518
    Reported by:    i.dani@outlook.com
---
 benchmarks/fio/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 17f076c03eff..8f4ff738349c 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fio
 DISTVERSION=	3.34
+POTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	https://brick.kernel.dk/snaps/
 
@@ -10,7 +11,7 @@ WWW=		https://git.kernel.dk/?p=fio.git
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c11 gmake tar:bzip2
+USES=		compiler:c11 gmake pkgconfig tar:bzip2
 
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS=		--disable-native \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304201129.33KBTa5k068182>