pkgsrc-WIP-changes archive

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

zabbix52-*: Point to wip, not sysutils



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Dec 16 15:13:23 2020 -0500
Changeset:	dbcb554879747739d4d49c4cacd12a5a799daa91

Modified Files:
	zabbix52-agent/Makefile
	zabbix52-frontend/Makefile
	zabbix52-java/Makefile
	zabbix52-proxy/Makefile
	zabbix52-server/Makefile

Log Message:
zabbix52-*: Point to wip, not sysutils

These makefiles are causing errors because they refer to the eventual
location, not a currently-valid location.

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

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

diffstat:
 zabbix52-agent/Makefile    | 2 +-
 zabbix52-frontend/Makefile | 2 +-
 zabbix52-java/Makefile     | 2 +-
 zabbix52-proxy/Makefile    | 2 +-
 zabbix52-server/Makefile   | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/zabbix52-agent/Makefile b/zabbix52-agent/Makefile
index c4c5e6313d..ea2855bcb3 100644
--- a/zabbix52-agent/Makefile
+++ b/zabbix52-agent/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-.include "../../sysutils/zabbix52-server/Makefile.common"
+.include "../../wip/zabbix52-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-agent-/}
 COMMENT=	Enterprise-class Monitoring Solution for Everyone
diff --git a/zabbix52-frontend/Makefile b/zabbix52-frontend/Makefile
index e1cc0909a1..0e4cbb964e 100644
--- a/zabbix52-frontend/Makefile
+++ b/zabbix52-frontend/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-.include "../../sysutils/zabbix52-server/Makefile.common"
+.include "../../wip/zabbix52-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-frontend-${ZABBIX_DB_TYPE}-/}
 COMMENT=	Zabbix PHP 7.2+ frontend
diff --git a/zabbix52-java/Makefile b/zabbix52-java/Makefile
index 38b7556850..66443d7135 100644
--- a/zabbix52-java/Makefile
+++ b/zabbix52-java/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-.include "../../sysutils/zabbix52-server/Makefile.common"
+.include "../../wip/zabbix52-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-java-/}
 COMMENT=	Enterprise-class Monitoring Solution for Everyone
diff --git a/zabbix52-proxy/Makefile b/zabbix52-proxy/Makefile
index 3907da0d80..ddf67a87f0 100644
--- a/zabbix52-proxy/Makefile
+++ b/zabbix52-proxy/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-.include "../../sysutils/zabbix52-server/Makefile.common"
+.include "../../wip/zabbix52-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-proxy-${ZABBIX_DB_TYPE}-/}
 COMMENT=	Enterprise-class Monitoring Solution for Everyone
diff --git a/zabbix52-server/Makefile b/zabbix52-server/Makefile
index 067e11ac72..83cb43d824 100644
--- a/zabbix52-server/Makefile
+++ b/zabbix52-server/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
-# used by sysutils/zabbix52-proxy/Makefile
-# used by sysutils/zabbix52-agent/Makefile
+# used by wip/zabbix52-proxy/Makefile
+# used by wip/zabbix52-agent/Makefile
 #
 .include "Makefile.common"
 


Home | Main Index | Thread Index | Old Index