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
State Changed From-To: open->closed Committed, thanks!