git: 30b9f4146b78 - 2024Q3 - net/nfstrace: Fix build on CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jul 2024 22:22:34 UTC
The branch 2024Q3 has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30b9f4146b789c28e2a2569ffddd0a2b6fdf55cb
commit 30b9f4146b789c28e2a2569ffddd0a2b6fdf55cb
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-07-19 22:21:11 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-07-19 22:22:18 +0000
net/nfstrace: Fix build on CURRENT
Notified by: pkg-fallout
(cherry picked from commit b904ff59e2577c01ce368e52e3293d8f01bc3633)
---
net/nfstrace/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/nfstrace/Makefile b/net/nfstrace/Makefile
index 207c7261d0b7..90d41cdba0ff 100644
--- a/net/nfstrace/Makefile
+++ b/net/nfstrace/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nfstrace
-PORTVERSION= 0.4.3.2
-PORTREVISION= 1
+DISTVERSION= 0.4.3.2
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org
@@ -17,6 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= epam
CMAKE_ARGS+= -DJSON_INCLUDE_DIR="${LOCALBASE}/include/json-c"
-CFLAGS+= -Wno-deprecated-copy
+CFLAGS+= -Wno-deprecated-copy -Wno-format
.include <bsd.port.mk>