Date: Tue, 8 Jul 2025 04:47:03 GMT From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1e65f0c34b81 - main - databases/libgda6: Unbreak build with libxml2 2.14 Message-ID: <202507080447.5684l3fP066809@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e65f0c34b8116718c2c4cfd879a4bc20dcd8ff3 commit 1e65f0c34b8116718c2c4cfd879a4bc20dcd8ff3 Author: Chad Jacob Milios <milios@ccsys.com> AuthorDate: 2025-07-08 04:37:17 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2025-07-08 04:46:28 +0000 databases/libgda6: Unbreak build with libxml2 2.14 Unbreak the build after the libxml2 upgrade. The PORTREVISION was bumped for the libxml2 upgrade to no need to do it again. Upstream issue: https://gitlab.gnome.org/GNOME/libgda/-/issues/273 PR: 287888 MFH: 2025Q3 --- databases/libgda6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/libgda6/Makefile b/databases/libgda6/Makefile index ff8464227af3..3ff7b17ca311 100644 --- a/databases/libgda6/Makefile +++ b/databases/libgda6/Makefile @@ -23,7 +23,7 @@ USE_GNOME= glib20 gtk30 intltool:build introspection:build libxml2 \ libxslt SHEBANG_FILES= providers/raw_spec.py # Or use patch from https://gitlab.gnome.org/GNOME/libgda/-/merge_requests/208 -CFLAGS= -Wno-deprecated-non-prototype +CFLAGS+= -Wno-deprecated-non-prototype -Wno-error=deprecated-declarations MESON_ARGS= -Dui=false \ -Dhelp=false \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507080447.5684l3fP066809>
