From owner-svn-ports-head@freebsd.org Tue Jul 28 07:51:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F4AD37FBB5; Tue, 28 Jul 2020 07:51:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BG85P3pr1z41t5; Tue, 28 Jul 2020 07:51:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66C3CBC9E; Tue, 28 Jul 2020 07:51:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06S7prop020986; Tue, 28 Jul 2020 07:51:53 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06S7pqBf020983; Tue, 28 Jul 2020 07:51:52 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202007280751.06S7pqBf020983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 28 Jul 2020 07:51:52 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/www: glpi zend-framework zend-framework1 X-SVN-Commit-Revision: 543581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2020 07:51:53 -0000 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