pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/zabbix50-server
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 23 20:44:14 UTC 2025
Modified Files:
pkgsrc/sysutils/zabbix50-server: options.mk
Log Message:
zabbix50-server: remove unnecessary code
The options framework handles this case already.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/zabbix50-server/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/sysutils/zabbix50-server/options.mk
diff -u pkgsrc/sysutils/zabbix50-server/options.mk:1.3 pkgsrc/sysutils/zabbix50-server/options.mk:1.4
--- pkgsrc/sysutils/zabbix50-server/options.mk:1.3 Sat Dec 9 13:26:49 2023
+++ pkgsrc/sysutils/zabbix50-server/options.mk Thu Jan 23 20:44:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2023/12/09 13:26:49 otis Exp $
+# $NetBSD: options.mk,v 1.4 2025/01/23 20:44:13 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.zabbix50-server
PKG_SUPPORTED_OPTIONS+= inet6 openipmi libssh libssh2 snmp
@@ -13,10 +13,6 @@ PKG_SUGGESTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mmysql) && !empty(PKG_OPTIONS:Mpgsql)
-IGNORE= Only one of mysql or pgsql databases can be selected at the same time.
-.endif
-
PLIST_VARS+= pgsql
.if !empty(PKG_OPTIONS:Minet6)
Home |
Main Index |
Thread Index |
Old Index