Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2020 07:51:52 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543581 - in head/www: glpi zend-framework zend-framework1
Message-ID:  <202007280751.06S7pqBf020983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Jul 28 07:51:52 2020
New Revision: 543581
URL: https://svnweb.freebsd.org/changeset/ports/543581

Log:
  In order to switch to PHP 7.4 as new default, we need to ignore some ports.
  These are relying on the wddx module of PHP, which was removed in 7.4.
  
  Therefore the following ports are marked as IGNORE_WITH_PHP= 74
  * www/glpi
  * www/zend-framework
  * www/zend-framework1
  
  PR:		248074
  Sponsored by:	Bounce Experts

Modified:
  head/www/glpi/Makefile
  head/www/zend-framework/Makefile
  head/www/zend-framework1/Makefile

Modified: head/www/glpi/Makefile
==============================================================================
--- head/www/glpi/Makefile	Tue Jul 28 06:59:35 2020	(r543580)
+++ head/www/glpi/Makefile	Tue Jul 28 07:51:52 2020	(r543581)
@@ -12,6 +12,8 @@ COMMENT=	Free IT and asset management software
 
 LICENSE=	GPLv2
 
+IGNORE_WITH_PHP=	74
+
 USES=		cpe gettext php tar:tgz
 CPE_VENDOR=	glpi-project
 USE_PHP=	ctype curl dom fileinfo filter gd json mbstring mysqli \

Modified: head/www/zend-framework/Makefile
==============================================================================
--- head/www/zend-framework/Makefile	Tue Jul 28 06:59:35 2020	(r543580)
+++ head/www/zend-framework/Makefile	Tue Jul 28 07:51:52 2020	(r543581)
@@ -13,6 +13,8 @@ COMMENT=	Framework for developing PHP web applications
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+IGNORE_WITH_PHP=	74
+
 CONFLICTS=	ZendFramework-1.*
 
 NO_ARCH=	yes

Modified: head/www/zend-framework1/Makefile
==============================================================================
--- head/www/zend-framework1/Makefile	Tue Jul 28 06:59:35 2020	(r543580)
+++ head/www/zend-framework1/Makefile	Tue Jul 28 07:51:52 2020	(r543581)
@@ -14,6 +14,8 @@ COMMENT=	Framework for developing PHP web applications
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+IGNORE_WITH_PHP=	74
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	spl



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