Date: Wed, 14 Jan 2026 00:56:07 +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: d96290b127d3 - main - databases/postgis33: IGNORE on pgsql>17 Message-ID: <6966e9a7.42b59.5f0f5435@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=d96290b127d3d6d086d67cd6f9440c8c7ca183a0 commit d96290b127d3d6d086d67cd6f9440c8c7ca183a0 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2026-01-14 00:53:59 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2026-01-14 00:53:59 +0000 databases/postgis33: IGNORE on pgsql>17 PR: 291156 --- databases/postgis33/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index fdc2b30a416d..0d95598ff125 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -72,6 +72,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?6966e9a7.42b59.5f0f5435>
