From owner-freebsd-ports-bugs@freebsd.org Tue Apr 17 03:32:51 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B71EF9FFDC for ; Tue, 17 Apr 2018 03:32:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C12597EBC6 for ; Tue, 17 Apr 2018 03:32:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 82268F9FFD9; Tue, 17 Apr 2018 03:32:50 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 700C3F9FFD8 for ; Tue, 17 Apr 2018 03:32:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 080DA7EBA4 for ; Tue, 17 Apr 2018 03:32:50 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 46F2F22034 for ; Tue, 17 Apr 2018 03:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3H3WnLO034700 for ; Tue, 17 Apr 2018 03:32:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3H3WnjK034699 for ports-bugs@FreeBSD.org; Tue, 17 Apr 2018 03:32:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227571] net-im/telegram-desktop: update to 1.2.17 Date: Tue, 17 Apr 2018 03:32:48 +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: henry.hu.sh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 03:32:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227571 Bug ID: 227571 Summary: net-im/telegram-desktop: update to 1.2.17 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: henry.hu.sh@gmail.com Created attachment 192578 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192578&action= =3Dedit patch for the port This patch updates telegram-desktop to 1.2.17. Added an option for audio backend. Telegram itself uses OpenAL, but libtgvo= ip (for voice calls) uses either ALSA or PulseAudio. If both of them are not present, video calls do not work, but other functionalities are not affecte= d. The new option allows users to select whether they want to use ALSA or PulseAudio, or neither of them. This new version uses features from C++17. Both language features and libra= ry features are used. Thus, I have not figured out a way to make it work on FreeBSD 10. * The clang in base is 3.4.1 which is too old and does not support C++17. * The clang in port is 5.0 which is good, but it lacks C++17 library featur= es, like std::any. * G++ supports C++17 language & library features, but other libraries like = Qt are not compiled with G++. If you mix them, it causes segfaults due to mixed C++ runtime. Thus, I marks it broken for <11. I'm looking for ways to solve this. --=20 You are receiving this mail because: You are the assignee for the bug.=