freebsd-ports/databases/pecl-redis/Makefile
Vladimir Druzenko d3acc2daf5 databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during call of Redis::pconnect()
Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041

PR:			272451
Approved by:		Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from:		https://github.com/phpredis/phpredis/issues/2041
Differential Revision:	https://reviews.freebsd.org/D40984
MFH:			2023Q3
2023-07-12 16:41:50 +03:00

22 lines
448 B
Makefile

PORTNAME= redis
PORTVERSION= 5.3.7
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= daniel@blodan.se
COMMENT= Extension to access Redis
WWW= https://pecl.php.net/package/redis
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:build,pecl
USE_PHP= session:build
OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
IGBINARY_USE= PHP=igbinary:build
.include <bsd.port.mk>