[Bug 215829] Port irc/irssi-xmpp broken after irssi 1.0.0 changed SSL to TLS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 6 14:02:02 UTC 2017


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

            Bug ID: 215829
           Summary: Port irc/irssi-xmpp broken after irssi 1.0.0 changed
                    SSL to TLS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jadawin at FreeBSD.org
          Reporter: p5B2E9A8F at t-online.de
             Flags: maintainer-feedback?(jadawin at FreeBSD.org)
          Assignee: jadawin at FreeBSD.org

from irssi 1.0.0 upgrade notice:
+ Always build irssi with TLS support.
        + Rename SSL to TLS in the code and add -tls_* versions of the -ssl_*
          options to /CONNECT and /SERVER, but make sure the -ssl_* options
continue to work.

Error building irssi-xmpp:
cc  -O2 -pipe  -fstack-protector -fno-strict-aliasing -fPIC   -I../../src/core 
-I/usr/local/include/irssi  -I/usr/local/include/irssi/src 
-I/usr/local/include/irssi/src/core 
-I/usr/local/include/irssi/src/fe-common/core 
-I/usr/local/include/irssi/src/fe-text  `pkg-config --cflags loudmouth-1.0` -o
xmpp-servers.o -c xmpp-servers.c
xmpp-servers.c:154:45: error: no member named 'use_ssl' in 'struct
_XMPP_SERVER_CONNECT_REC'
                server->connrec->port = (server->connrec->use_ssl) ?
                                         ~~~~~~~~~~~~~~~  ^
xmpp-servers.c:338:23: error: no member named 'use_ssl' in 'struct
_XMPP_SERVER_CONNECT_REC'
        if (server->connrec->use_ssl)
            ~~~~~~~~~~~~~~~  ^
xmpp-servers.c:473:23: error: no member named 'use_ssl' in 'struct
_XMPP_SERVER_CONNECT_REC'
        if (server->connrec->use_ssl) {
            ~~~~~~~~~~~~~~~  ^
3 errors generated.
*** Error code 1

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


More information about the freebsd-ports-bugs mailing list