pkgsrc-WIP-changes archive

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

zabbix50-proxy: Fix CONFLICTS



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Aug 18 16:57:40 2020 +0000
Changeset:	2245cbc6e290e6dbd54bdde73335f90b6a2a421e

Modified Files:
	zabbix50-proxy/Makefile

Log Message:
zabbix50-proxy: Fix CONFLICTS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2245cbc6e290e6dbd54bdde73335f90b6a2a421e

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

diffstat:
 zabbix50-proxy/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/zabbix50-proxy/Makefile b/zabbix50-proxy/Makefile
index b189677656..aff039388a 100644
--- a/zabbix50-proxy/Makefile
+++ b/zabbix50-proxy/Makefile
@@ -5,6 +5,9 @@
 PKGNAME=	${DISTNAME:S/-/-proxy-/}
 COMMENT=	Enterprise-class Monitoring Solution for Everyone
 
+CONFLICTS+=     zabbix-server-*
+CONFLICTS+=     zabbix-proxy-[3-4]*
+
 USE_TOOLS+=		pax pkg-config
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--enable-proxy


Home | Main Index | Thread Index | Old Index