Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2022 18:15:09 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63890f850d7d - main - www/horde-base: do not use with PHP 8.x
Message-ID:  <202202221815.21MIF9dd090820@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63890f850d7d87d0b7699feff64ccd797072481d

commit 63890f850d7d87d0b7699feff64ccd797072481d
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-02-07 08:17:07 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-02-22 18:15:02 +0000

    www/horde-base: do not use with PHP 8.x
    
    Note: a patch is available at
    https://github.com/horde/Core/commit/1ec6fa6d150257a1eac64d6cc987a79656d6a0dc
    It could be back-ported, but I have not tested enough all the different
    applications to be sure that it would be sufficient for Horde to become
    compatible with PHP-8.
    
    PR:             261743
    Approved by:    maintainer’s time-out
---
 www/horde-base/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
index 1ead2d6ca5c9..a6b0ba64f28a 100644
--- a/www/horde-base/Makefile
+++ b/www/horde-base/Makefile
@@ -18,6 +18,7 @@ WEATHER_DESC=	Support weather forecast display
 
 USES=	horde cpe php
 USE_PHP=	filter gettext hash
+IGNORE_WITH_PHP=80 81
 
 CONFLICTS_INSTALL=	php*-horde
 



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