Date: Wed, 12 Feb 2020 21:55:24 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525975 - head/www/pecl-http Message-ID: <202002122155.01CLtONo076408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002122155.01CLtONo076408>