Gaim can optionally be expanded with Tcl/Tk. It can also offer end-to-end encryption of conversations with SSL. The included patch adds this options to the port. The patch also includes two cosmetic fixes: . replace the ugly ${ECHO_MSG} with #, which outputs the (almost) identical text without having to sh-special characters; . replace the multiple invocation of REINPLACE_CMD with one. The TCL-handling is a bit more involved, than it has to be, because currently gaim only works with 8.3, although it compiles with 8.4.
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer.
State Changed From-To: open->closed Committed with modifications. I thought of a good reason to continue using the ${ECHO_MSG} syntax: users can override ECHO_MSG if they desire. Plus, I went with a non-default GnuTLS. GnuTLS support will only be enabled if the user wants it or has it installed already. Thanks for the submission.