BOT, DOCS, PROXY, SOCKS, and TRUECOLOR are all options which would add no dependencies. Enabling them would save users from compiling it themselves: https://forums.freebsd.org/threads/irssi-and-proxy.34910/
Sounds like a good idea. I'll submit a patch for this later.
Created attachment 205852 [details] irc/irssi: Update default options This patch updates the irc/irssi defaults to enable all options by default that do not add external depencencies, as suggested.
A commit references this bug: Author: kai Date: Sun Jul 21 10:54:08 UTC 2019 New revision: 507042 URL: https://svnweb.freebsd.org/changeset/ports/507042 Log: irc/irssi: Enable by default all options that add no dependencies * Make all options as default ones that don't introduce further dependencies to save users from compiling those features themselves. PR: 239252 Submitted by: David O'Rourke (maintainer) Reported by: cm@sdf.org MFH: 2019Q3 Changes: head/irc/irssi/Makefile
Committed to head, thank you both for reporting the issue and submitting the patch! Just a quick note: I removed the DOCS entry from the default list as the DOCS option is already implicitly set as default. Still waiting for approval to commit the change to the 2019Q3 branch.
A commit references this bug: Author: kai Date: Mon Jul 22 18:55:59 UTC 2019 New revision: 507156 URL: https://svnweb.freebsd.org/changeset/ports/507156 Log: MFH: r507042 irc/irssi: Enable by default all options that add no dependencies * Make all options as default ones that don't introduce further dependencies to save users from compiling those features themselves. PR: 239252 Submitted by: David O'Rourke (maintainer) Reported by: cm@sdf.org Approved by: ports-secteam (miwi) Changes: _U branches/2019Q3/ branches/2019Q3/irc/irssi/Makefile
Committed to the 2019Q3 branch, all done!