Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Feb 2026 18:14:20 +0000
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 28a0df09e15d - main - databases/proxysql: Resolve build failure on 15.x
Message-ID:  <698780fc.31831.75c56957@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28a0df09e15d631d12f25d0ea8dd65d15ec31197

commit 28a0df09e15d631d12f25d0ea8dd65d15ec31197
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2026-02-07 18:13:27 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2026-02-07 18:13:27 +0000

    databases/proxysql: Resolve build failure on 15.x
    
    PR:             293023
    Reported by:    Vincent Milum Jr <freebsd@darkain.com>
---
 databases/proxysql/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile
index d9f941ade395..b7c9ee594233 100644
--- a/databases/proxysql/Makefile
+++ b/databases/proxysql/Makefile
@@ -29,6 +29,7 @@ MAKE_ENV=	GIT_VERSION=${PORTVERSION}
 USE_GITHUB=	yes
 ALL_TARGET=	build_deps default
 SHEBANG_FILES=	deps/libssl/verify-bio_st-match.sh
+CFLAGS+=	-DEV_USE_INOTIFY=0
 LDFLAGS+=	-L${LOCALBASE}/lib
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 USE_RC_SUBR=	${PORTNAME}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698780fc.31831.75c56957>