pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/icinga2 icinga2: remove unsupported option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8def6b1be9f0
branches:  trunk
changeset: 444969:8def6b1be9f0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 15 12:05:06 2021 +0000

description:
icinga2: remove unsupported option

diffstat:

 net/icinga2/options.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 60e3c769c89a -r 8def6b1be9f0 net/icinga2/options.mk
--- a/net/icinga2/options.mk    Fri Jan 15 11:46:01 2021 +0000
+++ b/net/icinga2/options.mk    Fri Jan 15 12:05:06 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2021/01/15 00:37:17 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2021/01/15 12:05:06 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.icinga2
 PKG_SUPPORTED_OPTIONS= debug
 PKG_SUPPORTED_OPTIONS+=        mysql pgsql
-PKG_SUPPORTED_OPTIONS+=        icingadb icinga2-studio
+PKG_SUPPORTED_OPTIONS+=        icingadb
 PKG_SUPPORTED_OPTIONS+=        icinga2-checker icinga2-compat
 PKG_SUPPORTED_OPTIONS+=        icinga2-livestatus icinga2-notification icinga2-perfdata
 PKG_SUGGESTED_OPTIONS= icinga2-checker icinga2-compat
@@ -45,7 +45,3 @@
 CMAKE_ARGS+=           -DICINGA2_WITH_${option:tu}=OFF
 .  endif
 .endfor
-
-.if !empty(PKG_OPTIONS:Micinga2-studio)
-.include "../../x11/wxGTK30/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index