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

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed Feb 12 21:55:24 UTC 2020


Author: bofh
Date: Wed Feb 12 21:55:23 2020
New Revision: 525975
URL: https://svnweb.freebsd.org/changeset/ports/525975

Log:
  www/pecl-http: Enabled for php74
  
  PR:		243911
  Reported by:	dweimer at dweimer.net

Modified:
  head/www/pecl-http/Makefile

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Wed Feb 12 21:47:57 2020	(r525974)
+++ head/www/pecl-http/Makefile	Wed Feb 12 21:55:23 2020	(r525975)
@@ -3,6 +3,7 @@
 
 PORTNAME=	http
 PORTVERSION=	3.2.3
+PORTREVISION=	1
 CATEGORIES=	www
 DISTNAME=	pecl_${PORTNAME}-${PORTVERSION}
 
@@ -14,7 +15,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-all mailing list