pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
php-redis5: Specify incompatible PHP version
Module Name: pkgsrc-wip
Committed By: Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By: otis
Date: Sat Aug 15 14:25:52 2020 +0000
Changeset: cc11113d8bcd9e46238efaa79e0819e40ab249a4
Modified Files:
php-redis5/Makefile
Log Message:
php-redis5: Specify incompatible PHP version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc11113d8bcd9e46238efaa79e0819e40ab249a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
php-redis5/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/php-redis5/Makefile b/php-redis5/Makefile
index bbe5aef862..3c61ba22f1 100644
--- a/php-redis5/Makefile
+++ b/php-redis5/Makefile
@@ -17,6 +17,9 @@ LICENSE= php
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
+PHP_VERSIONS_ACCEPTED= 72 73 74
+PHP_VERSIONS_INCOMPATIBLE= 56
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-error=return-type
Home |
Main Index |
Thread Index |
Old Index