git: 4cd3b097e766 - main - net-mgmt/icinga2: fix build options mysql, postgres
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Sep 2023 14:41:21 UTC
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4cd3b097e766618661400a3f554f14d886397800
commit 4cd3b097e766618661400a3f554f14d886397800
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-09-14 14:40:50 +0000
Commit: Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-09-14 14:40:50 +0000
net-mgmt/icinga2: fix build options mysql, postgres
PR: 273095
---
net-mgmt/icinga2/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index 716aa8a3af62..f8392c836a5c 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
DISTVERSION= 2.14.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= joneum@FreeBSD.org
@@ -35,8 +35,8 @@ UNITY_DESC= Use icinga unity build system (faster, memory intensive)
MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins
NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins
-MYSQL_CMAKE_ON= -DICINGA2_WITH_MYSQL:BOOL=true
-PGSQL_CMAKE_ON= -DICINGA2_WITH_PGSQL:BOOL=true
+MYSQL_CMAKE_OFF= -DICINGA2_WITH_MYSQL=OFF
+PGSQL_CMAKE_OFF= -DICINGA2_WITH_PGSQL=OFF
UNITY_CMAKE_OFF= -DICINGA2_UNITY_BUILD=OFF
ICINGA2USER?= icinga