[Bug 244473] irc/ircproxy: Fix builds on FreeBSD 12/13, Remove BROKEN

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 24 09:35:42 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244473

--- Comment #20 from Mikael Urankar <mikael at FreeBSD.org> ---
It builds fine but you can't set DEFAULT_VERSIONS in the Makefile, it should go
in make.conf

I didn't look closely at the configure patch but I think it's wrong. You
changed SSL_library_init to OPENSSL_init_ssl so that the configure phase
doesn't error out but the ircproxy code uses SSL_library_init in src/ssl.c.
This file is not even compiled (--with-openssl isn't set, SSL_CONFIGURE_ENABLE=
ssl was dropped in your patch).
I don't know if gnutls could be used instead of openssl?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list