pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/icinga2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 15 12:05:07 UTC 2021

Modified Files:
        pkgsrc/net/icinga2: options.mk

Log Message:
icinga2: remove unsupported option


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/icinga2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/icinga2/options.mk
diff -u pkgsrc/net/icinga2/options.mk:1.1 pkgsrc/net/icinga2/options.mk:1.2
--- pkgsrc/net/icinga2/options.mk:1.1   Fri Jan 15 00:37:17 2021
+++ pkgsrc/net/icinga2/options.mk       Fri Jan 15 12:05:06 2021
@@ -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 @@ PLIST.${option}=      yes
 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