nagios-plugins ssh command feature is linked to a specific binary during compilation, I wish to have it possible for the port to support openssh-portable binaries and it can be done by adding a options knob which checks for openssh-portable dependency and adds the following to the configure command. --with-ssh-command=/usr/local/bin/ssh Thanks Chris
Auto-assigned to maintainer mat@FreeBSD.org
A commit references this bug: Author: mat Date: Wed Oct 29 07:56:54 UTC 2014 New revision: 371665 URL: https://svnweb.freebsd.org/changeset/ports/371665 Log: Add an option to build with ssh from security/openssh-portable instead of base ssh. PR: 193754 Submitted by: chrysalis chrysalisnet org Sponsored by: Absolight Changes: head/net-mgmt/monitoring-plugins/Makefile head/net-mgmt/nagios-plugins/Makefile