diff options
author | vs <vs@FreeBSD.org> | 2004-05-21 17:02:44 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-21 17:02:44 +0800 |
commit | 74df4970cf44f0f02964a6398e12818aeec6a9f0 (patch) | |
tree | b0869bb972fee61a5b228d905093a234ec825bc4 | |
parent | 64534c9e767de5faf11827b4b2d758285cb6644c (diff) | |
download | freebsd-ports-gnome-74df4970cf44f0f02964a6398e12818aeec6a9f0.tar.gz freebsd-ports-gnome-74df4970cf44f0f02964a6398e12818aeec6a9f0.tar.zst freebsd-ports-gnome-74df4970cf44f0f02964a6398e12818aeec6a9f0.zip |
Unbreak net/zabbix-agent.
PR: ports/66923
Submitted by: Sergey Akifyev (maintainer)
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 3 | ||||
-rw-r--r-- | net/zabbix-agent/Makefile | 2 |
5 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile index 6f3ffefd272e..ab2a6bc70bf4 100644 --- a/net-mgmt/zabbix-agent/Makefile +++ b/net-mgmt/zabbix-agent/Makefile @@ -14,6 +14,4 @@ COMMENT= Very advanced network monitoring system (agent only) ZABBIX_AGENT_ONLY=yes MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix -BROKEN= "Configure fails" - .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index aed64fbd6b47..c0e5817519b7 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -42,7 +42,6 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping IGNORE= You should configure to use either a MySQL or PostgreSQL backend .endif .endif -.endif .ifdef(WITH_PGSQL) CONFIGURE_ARGS+=--with-pgsql @@ -53,6 +52,8 @@ USE_MYSQL= yes CONFIGURE_ARGS= --with-mysql .endif CONFIGURE_ARGS+=--with-net-snmp +.endif # ZABBIX_AGENT_ONLY + PKGMESSAGE= ${WRKDIR}/pkg-message USE_REINPLACE= yes diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index 6f3ffefd272e..ab2a6bc70bf4 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -14,6 +14,4 @@ COMMENT= Very advanced network monitoring system (agent only) ZABBIX_AGENT_ONLY=yes MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix -BROKEN= "Configure fails" - .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index aed64fbd6b47..c0e5817519b7 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -42,7 +42,6 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping IGNORE= You should configure to use either a MySQL or PostgreSQL backend .endif .endif -.endif .ifdef(WITH_PGSQL) CONFIGURE_ARGS+=--with-pgsql @@ -53,6 +52,8 @@ USE_MYSQL= yes CONFIGURE_ARGS= --with-mysql .endif CONFIGURE_ARGS+=--with-net-snmp +.endif # ZABBIX_AGENT_ONLY + PKGMESSAGE= ${WRKDIR}/pkg-message USE_REINPLACE= yes diff --git a/net/zabbix-agent/Makefile b/net/zabbix-agent/Makefile index 6f3ffefd272e..ab2a6bc70bf4 100644 --- a/net/zabbix-agent/Makefile +++ b/net/zabbix-agent/Makefile @@ -14,6 +14,4 @@ COMMENT= Very advanced network monitoring system (agent only) ZABBIX_AGENT_ONLY=yes MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix -BROKEN= "Configure fails" - .include "${MASTERDIR}/Makefile" |