From owner-freebsd-ports-bugs@freebsd.org Fri Jan 6 14:02:02 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8F3CA2C52 for ; Fri, 6 Jan 2017 14:02:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7C1D1B71 for ; Fri, 6 Jan 2017 14:02:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v06E21nF053631 for ; Fri, 6 Jan 2017 14:02:01 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Fri, 06 Jan 2017 14:02:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: p5B2E9A8F@t-online.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jadawin@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 14:02:02 -0000 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.=