Created attachment 188783 [details] patch to set --with-libevent explicitly Upstream's configure script assumes that libevent will be in /usr/local rather than using pkg-config. This causes builds on systems with non-default LOCALBASE settings to fail. We are able to work around this by specifying the correct path in the argument to --with-libevent. The attached patch does this.
Committed. Thanks!
A commit references this bug: Author: tobik Date: Tue Mar 13 08:20:00 UTC 2018 New revision: 464348 URL: https://svnweb.freebsd.org/changeset/ports/464348 Log: net-mgmt/zabbix34-server: Fix build with non-default LOCALBASE Upstream's configure script assumes that libevent will be in /usr/local rather than using pkg-config. This causes builds on systems with non-default LOCALBASE settings to fail. We are able to work around this by specifying the correct path in the argument to --with-libevent. PR: 224304 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> Approved by: pg@pakhom.spb.ru (maintainer timeout, 3 months) Changes: head/net-mgmt/zabbix34-server/Makefile