forked from Lainports/freebsd-ports
net-mgmt/zabbix[4|42]-frontend: Add missing PHP fileinfo extension
This requirement was introduced on Zabbix 4.0.12 and 4.2.6 and it's still not documented upstream. PR: 240482 Submitted by: Aleksandr Ignatyev <alex@i.org.ua> Approved by: maintainer timeout (pg@pakhom.spb.ru, > 2 weeks)
This commit is contained in:
parent
3fb8357b4a
commit
c89cf82ee6
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -frontend
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ NO_ARCH= yes
|
|||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
USE_PHP= bcmath ctype dom filter gd gettext json ldap mbstring pcre \
|
||||
USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
|
||||
session simplexml snmp sockets xml xmlreader xmlwriter
|
||||
USES+= php:web
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix42
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -frontend
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ NO_ARCH= yes
|
|||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
USE_PHP= bcmath ctype dom filter gd gettext json ldap mbstring pcre \
|
||||
USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
|
||||
session simplexml snmp sockets xml xmlreader xmlwriter
|
||||
USES+= php:web
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue