pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/postgresql-redislog
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 11 09:19:11 UTC 2022
Modified Files:
pkgsrc/databases/postgresql-redislog: Makefile
Log Message:
postgresql-redislog: mark as not supporting postgresql 15
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql-redislog/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql-redislog/Makefile
diff -u pkgsrc/databases/postgresql-redislog/Makefile:1.1 pkgsrc/databases/postgresql-redislog/Makefile:1.2
--- pkgsrc/databases/postgresql-redislog/Makefile:1.1 Fri Nov 10 15:07:02 2017
+++ pkgsrc/databases/postgresql-redislog/Makefile Sun Dec 11 09:19:11 2022
@@ -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 @@ LICENSE= mit
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