Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 07:14:00 +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: r512557 - in head: archivers/pecl-rar databases/pecl-cassandra databases/pecl-couchbase databases/pecl-memcached databases/pecl-rrd devel/ioncube devel/pecl-APCu devel/pecl-eio devel/pe...
Message-ID:  <201909220714.x8M7E0dQ017111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 22 07:14:00 2019
New Revision: 512557
URL: https://svnweb.freebsd.org/changeset/ports/512557

Log:
  Ignore with php 7.4
  
  Reported by:	pkg-fallout

Modified:
  head/archivers/pecl-rar/Makefile
  head/databases/pecl-cassandra/Makefile
  head/databases/pecl-couchbase/Makefile
  head/databases/pecl-memcached/Makefile
  head/databases/pecl-rrd/Makefile
  head/devel/ioncube/Makefile
  head/devel/pecl-APCu/Makefile
  head/devel/pecl-eio/Makefile
  head/devel/pecl-event/Makefile
  head/devel/pecl-msgpack/Makefile
  head/devel/pecl-mustache/Makefile
  head/devel/pecl-protobuf/Makefile
  head/devel/pecl-raphf2/Makefile
  head/devel/pecl-request/Makefile
  head/devel/pecl-weakref2/Makefile
  head/devel/pecl-xdebug/Makefile
  head/devel/pecl-yac/Makefile
  head/devel/pecl-yaconf/Makefile
  head/devel/pecl-zookeeper/Makefile
  head/devel/phabricator/Makefile
  head/graphics/php-geos/Makefile
  head/mail/nextcloud-mail/Makefile
  head/mail/pecl-mailparse/Makefile
  head/net/pecl-amqp/Makefile
  head/net/pecl-oauth2/Makefile
  head/net/pecl-yaz/Makefile
  head/security/nextcloud-passman/Makefile
  head/security/nextcloud-twofactor_totp/Makefile
  head/security/nextcloud-twofactor_u2f/Makefile
  head/textproc/php-mecab/Makefile
  head/www/nextcloud-calendar/Makefile
  head/www/nextcloud-contacts/Makefile
  head/www/nextcloud-notes/Makefile
  head/www/nextcloud-tasks/Makefile
  head/www/nextcloud/Makefile
  head/www/owncloud/Makefile
  head/www/pecl-http/Makefile
  head/www/pecl-solr/Makefile
  head/www/pecl-yaf/Makefile
  head/www/pecl-yar/Makefile
  head/www/phalcon/Makefile

Modified: head/archivers/pecl-rar/Makefile
==============================================================================
--- head/archivers/pecl-rar/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/archivers/pecl-rar/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,7 +12,7 @@ LICENSE=	PHP301
 
 USES=		php:pecl
 USE_PHP=	spl:build
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 CONFIGURE_ARGS=	--enable-rar
 

Modified: head/databases/pecl-cassandra/Makefile
==============================================================================
--- head/databases/pecl-cassandra/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/databases/pecl-cassandra/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,5 +15,6 @@ LIB_DEPENDS=	libuv.so:devel/libuv \
 		libgmp.so:math/gmp
 
 USES=		php:pecl localbase
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/databases/pecl-couchbase/Makefile
==============================================================================
--- head/databases/pecl-couchbase/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/databases/pecl-couchbase/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,6 +16,6 @@ LIB_DEPENDS=	libcouchbase.so:databases/libcouchbase
 
 USES=		php:pecl
 USE_PHP=	json:build
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 .include <bsd.port.mk>

Modified: head/databases/pecl-memcached/Makefile
==============================================================================
--- head/databases/pecl-memcached/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/databases/pecl-memcached/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libmemcached.so:databases/libmemcached
 
 USES=		php:pecl pkgconfig
 USE_PHP=	json:build session:build
+IGNORE_WITH_PHP=	74
 
 CONFIGURE_ARGS=	--with-libmemcached-dir=${LOCALBASE}
 

Modified: head/databases/pecl-rrd/Makefile
==============================================================================
--- head/databases/pecl-rrd/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/databases/pecl-rrd/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,5 +12,6 @@ LICENSE=	PHP301
 
 LIB_DEPENDS=	librrd.so:databases/rrdtool
 USES=		php:pecl localbase pkgconfig
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/devel/ioncube/Makefile
==============================================================================
--- head/devel/ioncube/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/ioncube/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -23,6 +23,7 @@ IGNORE_DragonFly=	is unsupported on DragonFly
 ONLY_FOR_ARCHS=	amd64 i386
 NO_BUILD=	yes
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 
 SUB_FILES=	pkg-message
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/devel/pecl-APCu/Makefile
==============================================================================
--- head/devel/pecl-APCu/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-APCu/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 CONFLICTS_INSTALL=	pecl-APC
 
 USES=		localbase php:pecl
+IGNORE_WITH_PHP=	74
 PHP_MODNAME=	${PORTNAME:tl}
 
 PLIST_FILES=	${DATADIR}/apc.php

Modified: head/devel/pecl-eio/Makefile
==============================================================================
--- head/devel/pecl-eio/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-eio/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,6 +12,6 @@ LICENSE=	PHP301
 
 CONFIGURE_ARGS=	--enable-eio
 USES=		php:pecl
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-event/Makefile
==============================================================================
--- head/devel/pecl-event/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-event/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -17,5 +17,6 @@ LIB_DEPENDS=	libevent.so:devel/libevent
 USES=		php:pecl ssl
 CONFIGURE_ARGS=	--with-openssl-dir=${OPENSSLBASE}
 USE_PHP=	sockets:build
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-msgpack/Makefile
==============================================================================
--- head/devel/pecl-msgpack/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-msgpack/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -11,5 +11,6 @@ COMMENT=	Provides API for communicating with MessagePa
 LICENSE=	BSD3CLAUSE
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-mustache/Makefile
==============================================================================
--- head/devel/pecl-mustache/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-mustache/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LIB_DEPENDS=	libmustache.so:devel/libmustache
 
 USES=		compiler:c++11-lang php:pecl
+IGNORE_WITH_PHP=	74
 
 USE_CXXSTD=	c++11
 

Modified: head/devel/pecl-protobuf/Makefile
==============================================================================
--- head/devel/pecl-protobuf/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-protobuf/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,5 +12,6 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		localbase php:pecl
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-raphf2/Makefile
==============================================================================
--- head/devel/pecl-raphf2/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-raphf2/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,5 +16,6 @@ PORTSCOUT=	limit:^2.*
 
 USES=		gmake php:pecl
 CONFLICTS=	pecl-raphf-1*
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-request/Makefile
==============================================================================
--- head/devel/pecl-request/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-request/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,6 +12,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	72 73
+IGNORE_WITH_PHP=	72 73 74
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-weakref2/Makefile
==============================================================================
--- head/devel/pecl-weakref2/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-weakref2/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -13,7 +13,7 @@ LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 CONFLICTS=	pecl-weakref-1*
 

Modified: head/devel/pecl-xdebug/Makefile
==============================================================================
--- head/devel/pecl-xdebug/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-xdebug/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFIGURE_ARGS=	--enable-xdebug
 USES=		php:pecl,zend tar:tgz
+IGNORE_WITH_PHP=	74
 
 SUB_FILES=	pkg-message
 

Modified: head/devel/pecl-yac/Makefile
==============================================================================
--- head/devel/pecl-yac/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-yac/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -12,7 +12,7 @@ COMMENT=	Yac is a shared memory user data cache for PH
 LICENSE=	PHP301
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 OPTIONS_DEFINE=	MSGPACK
 MSGPACK_DESC=	Enable MSGPACK module

Modified: head/devel/pecl-yaconf/Makefile
==============================================================================
--- head/devel/pecl-yaconf/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-yaconf/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -11,7 +11,7 @@ COMMENT=	PHP Persistent Configurations Container
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE_WITH_PHP= 73
+IGNORE_WITH_PHP=	73 74
 USES=		php:pecl
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-zookeeper/Makefile
==============================================================================
--- head/devel/pecl-zookeeper/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/pecl-zookeeper/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libzookeeper_mt.so:devel/libzookeeper
 
 USES=		php:pecl
 USE_PHP=	session:build
+IGNORE_WITH_PHP=	74
 
 PORTDATA=	zookeeper-api.php
 

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/devel/phabricator/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${PHP_PKGNAMEPREFIX}libphutil>=20190831:d
 		git:devel/git
 
 USES=		php:flavors shebangfix
+IGNORE_WITH_PHP=	74
 
 REINPLACE_ARGS=	-i ""
 SHEBANG_FILES=	scripts/*.php \

Modified: head/graphics/php-geos/Makefile
==============================================================================
--- head/graphics/php-geos/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/graphics/php-geos/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -22,6 +22,7 @@ BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libgeos_c.so:graphics/geos
 
 USES=		localbase:ldflags php:ext
+IGNORE_WITH_PHP=	74
 
 WRKSRC=		${WRKDIR}/php-${PORTNAME}
 

Modified: head/mail/nextcloud-mail/Makefile
==============================================================================
--- head/mail/nextcloud-mail/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/mail/nextcloud-mail/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nex
 
 USES=		gettext php:flavors
 USE_PHP=	imap
+IGNORE_WITH_PHP=	74
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/mail/pecl-mailparse/Makefile
==============================================================================
--- head/mail/pecl-mailparse/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/mail/pecl-mailparse/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -13,5 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
 USE_PHP=	mbstring:build
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/net/pecl-amqp/Makefile
==============================================================================
--- head/net/pecl-amqp/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/net/pecl-amqp/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -14,5 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	librabbitmq.so:net/rabbitmq-c-devel
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/net/pecl-oauth2/Makefile
==============================================================================
--- head/net/pecl-oauth2/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/net/pecl-oauth2/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre.so:devel/pcre
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	74
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/net/pecl-yaz/Makefile
==============================================================================
--- head/net/pecl-yaz/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/net/pecl-yaz/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libyaz.so:net/yaz
 
 USES=		php:pecl
 USE_GNOME+=	libxslt
-IGNORE_WITH_PHP=	73
+IGNORE_WITH_PHP=	73 74
 
 CONFIGURE_ARGS=	--with-yaz=${LOCALBASE}
 

Modified: head/security/nextcloud-passman/Makefile
==============================================================================
--- head/security/nextcloud-passman/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/security/nextcloud-passman/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nex
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/security/nextcloud-twofactor_totp/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_totp/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/security/nextcloud-twofactor_totp/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/security/nextcloud-twofactor_u2f/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_u2f/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/security/nextcloud-twofactor_u2f/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/textproc/php-mecab/Makefile
==============================================================================
--- head/textproc/php-mecab/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/textproc/php-mecab/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -22,5 +22,6 @@ GH_PROJECT=	php-${PORTNAME}
 WRKSRC_SUBDIR=	mecab
 CONFIGURE_ARGS=	--with-mecab=${LOCALBASE}/bin/mecab-config
 USES=		php:ext
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/www/nextcloud-calendar/Makefile
==============================================================================
--- head/www/nextcloud-calendar/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/nextcloud-calendar/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -19,6 +19,7 @@ LICENSE=	AGPLv3
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15.9:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-contacts/Makefile
==============================================================================
--- head/www/nextcloud-contacts/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/nextcloud-contacts/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-notes/Makefile
==============================================================================
--- head/www/nextcloud-notes/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/nextcloud-notes/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -19,6 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud-tasks/Makefile
==============================================================================
--- head/www/nextcloud-tasks/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/nextcloud-tasks/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -20,6 +20,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR}
 
 USES=		php:flavors
+IGNORE_WITH_PHP=	74
 NO_BUILD=	yes
 NO_ARCH=	yes
 

Modified: head/www/nextcloud/Makefile
==============================================================================
--- head/www/nextcloud/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/nextcloud/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,6 +15,7 @@ USES=		cpe gettext-runtime php:flavors,web tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
+IGNORE_WITH_PHP=	74
 
 NEXTCLOUD_USERNAME?=	${WWWOWN}
 NEXTCLOUD_GROUPNAME?=	${WWWGRP}

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/owncloud/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -17,6 +17,7 @@ USES=		cpe php:flavors,web tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv intl json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
+IGNORE_WITH_PHP=	74
 
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/pecl-http/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -26,6 +26,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 USES=		php:pecl
 USE_PHP=	zlib:build
+IGNORE_WITH_PHP=	74
 
 CONFLICTS=	pecl-http[12]*
 

Modified: head/www/pecl-solr/Makefile
==============================================================================
--- head/www/pecl-solr/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/pecl-solr/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,5 +16,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 USES=		php:pecl
 USE_PHP=	json:build
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/pecl-yaf/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -15,5 +15,6 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 
 CONFIGURE_ARGS=	--with-php-config=${LOCALBASE}/bin/php-config
 USES=		localbase php:pecl
+IGNORE_WITH_PHP=	74
 
 .include <bsd.port.mk>

Modified: head/www/pecl-yar/Makefile
==============================================================================
--- head/www/pecl-yar/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/pecl-yar/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		localbase php:pecl
 USE_PHP=	json:build curl:build
+IGNORE_WITH_PHP=	74
 
 OPTIONS_DEFINE=	MSGPACK
 MSGPACK_DESC=	Enable MSGPACK module

Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile	Sun Sep 22 06:15:27 2019	(r512556)
+++ head/www/phalcon/Makefile	Sun Sep 22 07:14:00 2019	(r512557)
@@ -16,6 +16,7 @@ ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
 
 USES=		php:ext
 USE_PHP=	hash:build json:build pdo:build
+IGNORE_WITH_PHP=	74
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	phalcon



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