870265b195
net-mgmt/zabbix34 -> net-mgmt/zabbix4 What's new in Zabbix 4.0.0: https://www.zabbix.com/documentation/4.0/manual/introduction/whatsnew400 Main changes applied: - Drop IODBC option, it's not supported anymore. - Merge Patches and Sed's We were patching files with files/patch* and Makefile, now all changes are in the Makefile, to simplify the port and future upgrades. - Remove SQLite from Server/Frontend Since Zabbix 3.4, SQLite is no longer supported as a backend database for Zabbix server and frontend. It is still supported for Zabbix proxy. - Switch to options helper (Frontend) PR: 231895 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix4
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -proxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix4-server
|
|
|
|
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|