Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jan 2017 14:02:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215829] Port irc/irssi-xmpp broken after irssi 1.0.0 changed SSL to TLS
Message-ID:  <bug-215829-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215829

            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@FreeBSD.org
          Reporter: p5B2E9A8F@t-online.de
             Flags: maintainer-feedback?(jadawin@FreeBSD.org)
          Assignee: jadawin@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/c=
ore=20
-I/usr/local/include/irssi  -I/usr/local/include/irssi/src=20
-I/usr/local/include/irssi/src/core=20
-I/usr/local/include/irssi/src/fe-common/core=20
-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 =3D (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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215829-13>