Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2023 14:13:01 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3bee47ad6ebb - main - net-mgmt/zabbix64-frontend: Fix build with PHP 8.2
Message-ID:  <202303081413.328ED1Hk031292@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bee47ad6ebb9c6ac1476f5acbdcf6ee594c59bc

commit 3bee47ad6ebb9c6ac1476f5acbdcf6ee594c59bc
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-03-08 14:08:59 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-03-08 14:08:59 +0000

    net-mgmt/zabbix64-frontend: Fix build with PHP 8.2
    
    Remove stray restriction preventing the build with PHP 8.2 as
    zabbix 6.4 does officially support it.
    
    Reported by:    VVD (IRC)
---
 net-mgmt/zabbix64-frontend/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-mgmt/zabbix64-frontend/Makefile b/net-mgmt/zabbix64-frontend/Makefile
index 913a6d945179..83c46a25bec9 100644
--- a/net-mgmt/zabbix64-frontend/Makefile
+++ b/net-mgmt/zabbix64-frontend/Makefile
@@ -5,7 +5,6 @@ PKGNAMESUFFIX=	-frontend${PHP_PKGNAMESUFFIX}
 USES+=		php:web,flavors
 USE_PHP=	bcmath ctype gd gettext mbstring session sockets xml \
 		xmlreader xmlwriter
-IGNORE_WITH_PHP=	82
 
 MASTERDIR=	${.CURDIR}/../${PORTNAME}-server
 PATCHDIR=



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