From owner-freebsd-ports-bugs@freebsd.org Mon Dec 28 17:45:34 2015 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 0DDCCA547BC for ; Mon, 28 Dec 2015 17:45:34 +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 D53BD1EA5 for ; Mon, 28 Dec 2015 17:45:33 +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 tBSHjXct059497 for ; Mon, 28 Dec 2015 17:45:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202773] [MAINTAINER] multimedia/transcode: Remove USE_GCC, use newer options helper targets Date: Mon, 28 Dec 2015 17:45:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete assigned_to cc bug_status flagtypes.name attachments.created Message-ID: In-Reply-To: References: 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 17:45:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202773 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160528|0 |1 is obsolete| | Attachment #160529|0 |1 is obsolete| | Attachment #160943|0 |1 is obsolete| | Assignee|freebsd-ports-bugs@FreeBSD. |riggs@FreeBSD.org |org | CC| |cyberbotx@cyberbotx.com, | |riggs@FreeBSD.org Status|New |Open Attachment #164774| |maintainer-approval?(cyberb Flags| |otx@cyberbotx.com) --- Comment #6 from Thomas Zander --- Created attachment 164774 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D164774&action= =3Dedit Disable mmx on 10.1 After the OPTION helpers have already been committed, the only remaining is= sue is to resolve this MMX compilation problem. Of all the supported releases, this is actually a problem *only* on 10.1 du= e to a transient bug in clang that unfortunately made it into 10.1-RELEASE. It's rare enough that only a handful of pieces of code in the world have be= en bitten, for example ffmpeg, see the thread at: http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2013-October/150407.html Attached patch removes the dependency on gcc and disables mmx only on FreeBSD-10 prior to 10.2. I propose to commit this, then close this issue. --=20 You are receiving this mail because: You are the assignee for the bug.=