pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-redislog postgresql-redislog: mar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc1858144dad
branches:  trunk
changeset: 389824:cc1858144dad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 11 09:19:11 2022 +0000

description:
postgresql-redislog: mark as not supporting postgresql 15

diffstat:

 databases/postgresql-redislog/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 54cdbc883eea -r cc1858144dad databases/postgresql-redislog/Makefile
--- a/databases/postgresql-redislog/Makefile    Sun Dec 11 09:08:52 2022 +0000
+++ b/databases/postgresql-redislog/Makefile    Sun Dec 11 09:19:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/11/10 15:07:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/11 09:19:11 wiz Exp $
 
 DISTNAME=      redislog-0.2
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -15,6 +15,9 @@
 
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
+# redislog.c:185:20: error: static declaration of 'error_severity' follows non-static declaration
+PGSQL_VERSIONS_ACCEPTED=       14 13 12 11 10
+
 USE_TOOLS+=    gmake
 
 INSTALLATION_DIRS+=    share/doc/redislog



Home | Main Index | Thread Index | Old Index