From a38b43f5901ad6493ae2ef1a97e4b23f131c8618 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Sun, 26 May 2024 22:39:40 -0700 Subject: [PATCH] databases/slony1v2: limit to pgsql < 16 Maintainer mentions: "PostgreSQL has grown these features internally and therefore the upstream isn't maintained for newer postgresql." PR: 279194 Approved by: dgilbert@eicat.ca --- databases/slony1v2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index e7e6b44e24ff..47612b1b4a1e 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex GNU_CONFIGURE= yes -USES= bison gmake shebangfix tar:bzip2 pgsql +USES= bison gmake shebangfix tar:bzip2 pgsql:12-15 WANT_PGSQL= server USE_RC_SUBR= slon SHEBANG_FILES= tools/altperl/slonik_restart_node.pl