Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 22:20:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525978 - head/www/pecl-http
Message-ID:  <202002122220.01CMKWh7089069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 12 22:20:31 2020
New Revision: 525978
URL: https://svnweb.freebsd.org/changeset/ports/525978

Log:
  Revert r525975 and unbreak bulk -a

Modified:
  head/www/pecl-http/Makefile

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Wed Feb 12 22:02:32 2020	(r525977)
+++ head/www/pecl-http/Makefile	Wed Feb 12 22:20:31 2020	(r525978)
@@ -3,7 +3,6 @@
 
 PORTNAME=	http
 PORTVERSION=	3.2.3
-PORTREVISION=	1
 CATEGORIES=	www
 DISTNAME=	pecl_${PORTNAME}-${PORTVERSION}
 
@@ -15,6 +14,7 @@ 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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002122220.01CMKWh7089069>