pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fluent-bit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 07:19:55 UTC 2025

Modified Files:
        pkgsrc/sysutils/fluent-bit: Makefile

Log Message:
fluent-bit: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/fluent-bit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fluent-bit/Makefile
diff -u pkgsrc/sysutils/fluent-bit/Makefile:1.5 pkgsrc/sysutils/fluent-bit/Makefile:1.6
--- pkgsrc/sysutils/fluent-bit/Makefile:1.5     Sun Aug 25 06:19:14 2024
+++ pkgsrc/sysutils/fluent-bit/Makefile Wed Aug 20 07:19:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/08/25 06:19:14 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/20 07:19:54 wiz Exp $
 
 DISTNAME=      fluent-bit-0.13.2
 CATEGORIES=    sysutils
@@ -17,6 +17,7 @@ USE_FEATURES+=        strnlen
 
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
 CMAKE_CONFIGURE_ARGS+= -DEGDIR:PATH=${EGDIR}
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
 CONF_FILES=    ${EGDIR}/fluent-bit.conf \



Home | Main Index | Thread Index | Old Index