Created attachment 181476 [details] patch Add READLINE option - Bump PORTREVISION for dependency and package change ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/filan is linked to /usr/local/lib/libreadline.so.6 from devel/readline but it is not declared as a dependency Warning: you need USES+=readline
A commit references this bug: Author: ehaupt Date: Mon Apr 10 09:47:24 UTC 2017 New revision: 438139 URL: https://svnweb.freebsd.org/changeset/ports/438139 Log: socat will automatically link against readline if devel/readline is installed. Make readline optional and explicitly enable/disable during configure. This did not affect pkg only users as readline is not present on package build clusters but might affect (depending on readline presence) users that manually build ports. Therefore bump PORTREVISION. PR: 218370 (based on) Submitted by: sunpoet Changes: head/net/socat/Makefile
Committed with minor modifications, thanks! Modifications: configure needs to be told to disable readline if readline option is not selected otherwise it will still link against readline if present.