svn commit: r536655 - head/www/pecl-http

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue May 26 20:57:35 UTC 2020


Author: bofh
Date: Tue May 26 20:57:34 2020
New Revision: 536655
URL: https://svnweb.freebsd.org/changeset/ports/536655

Log:
  www/pecl-http: Add support for php74
  
  PR:		243911
  Submitted by:	dweimer at dweimer.net

Modified:
  head/www/pecl-http/Makefile

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Tue May 26 20:54:04 2020	(r536654)
+++ head/www/pecl-http/Makefile	Tue May 26 20:57:34 2020	(r536655)
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips=		fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
 BROKEN_mips64=		fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
-IGNORE_WITH_PHP=74
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \
 		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2@${PHP_FLAVOR} \


More information about the svn-ports-head mailing list