Bug 66923 - [maintainer] unbreak net/zabbix-agent
Summary: [maintainer] unbreak net/zabbix-agent
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 06:50 UTC by Akifyev Sergey
Modified: 2004-05-21 10:03 UTC (History)
0 users

See Also:


Attachments
file.diff (232 bytes, patch)
2004-05-20 06:50 UTC, Akifyev Sergey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Akifyev Sergey 2004-05-20 06:50:19 UTC
Fix configure in net/zabbix-agent via patching net-mgmt/zabbix Makefile

Fix: 

--- zabbix-agent.diff ends here -----LQQmhtfRdWzKx7E4N7Vqyc8p2NZlwirW7zYEctsvPNcpJqkq
Content-Type: text/plain; name="zabbix.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="zabbix.diff"

diff -ruN zabbix.orig/Makefile zabbix/Makefile
--- zabbix.orig/Makefile	Mon Apr 19 15:40:21 2004
+++ zabbix/Makefile	Mon Apr 19 15:42:14 2004
@@ -42,7 +42,6 @@
 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 @@
 CONFIGURE_ARGS=	--with-mysql
 .endif
 CONFIGURE_ARGS+=--with-net-snmp
+.endif # ZABBIX_AGENT_ONLY
+
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 USE_REINPLACE=	yes
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-05-21 10:02:54 UTC
State Changed
From-To: open->closed

Committed, thanks!