From owner-freebsd-ports-bugs@freebsd.org Fri Jan 6 01:51:36 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 4974ACA0292 for ; Fri, 6 Jan 2017 01:51:36 +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 2028A116A for ; Fri, 6 Jan 2017 01:51:36 +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 v061pZpu024561 for ; Fri, 6 Jan 2017 01:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215815] [PATCH] multimedia/plexhometheater: un-BREAK Date: Fri, 06 Jan 2017 01:51:35 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: woodsb02@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter flagtypes.name 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.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 01:51:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215815 Bug ID: 215815 Summary: [PATCH] multimedia/plexhometheater: un-BREAK Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: woodsb02@freebsd.org Reporter: kalten@gmx.at Keywords: patch Flags: maintainer-feedback?(woodsb02@freebsd.org) Assignee: woodsb02@freebsd.org Created attachment 178567 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178567&action= =3Dedit unbreak by const_cast Currently this port is marked broken with the description: =E2=80=9CFails to build against libsamplerate-0.1.9=E2=80=9D. When I deleted the =E2=80=9CBROKEN=3D=E2=80=9D line, the following Error ca= me up: > /wrkdirs/usr/ports/multimedia/plexhometheater/work/plex-home-theater-publ= ic-1.4.1.469-47a90f01/xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp:77:1= 2: error: cannot initialize a variable of type 'float *' with an lvalue of = type 'const float *' > float* outputptr =3D m_converterdata.data_in; > ^ ~~~~~~~~~~~~~~~~~~~~~~~ I do not understand the BROKEN-message compared to the compiler-error. I did cast to float*=E2=80=94analogous to other code there, although using const_cast=E2=80=94as this seems what is intended (see attachment) and now = it does compile and seems to work. The original authors should be told about it, I presume. Am I missing something? Regards, Kalten --=20 You are receiving this mail because: You are the assignee for the bug.=