Date: Wed, 14 Jan 2026 00:56:08 +0000 From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37d977ab7f82 - main - databases/postgis34: IGNORE on pgsql>17 Message-ID: <6966e9a8.42415.28f04496@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=37d977ab7f829b94c2a9e4f78c314cc8fa5544c8 commit 37d977ab7f829b94c2a9e4f78c314cc8fa5544c8 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2026-01-14 00:55:26 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2026-01-14 00:55:26 +0000 databases/postgis34: IGNORE on pgsql>17 PR: 291156 --- databases/postgis34/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index a98ecb3f9816..cef8a6b070bf 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -69,6 +69,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}${DISTVERSIONSUFFIX} \ .include <bsd.port.pre.mk> +.if ${PGSQL_VER} > 17 +IGNORE= Only supported up to pgsql 17 +.endif + .if ${CHOSEN_COMPILER_TYPE} == gcc post-patch: ${REINPLACE_CMD} -e '/^#pragma GCC diagnostic/d' \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6966e9a8.42415.28f04496>
