From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 18:49:32 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA67542; Fri, 26 Dec 2014 18:49:32 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C67E62CC4; Fri, 26 Dec 2014 18:49:31 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id hz20so8799978lab.20; Fri, 26 Dec 2014 10:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=xrCQQrdcrvdtiYsa2OwrJJVEejgIns7/OTadUJHdyOM=; b=Dcy2EJfXKfUbEhDx94X4CNmH5kLAt/O4R6J+HQuyiEe91qpp4IQ+b/wC4hn0bEe+aE y69J6y37XsYLWqNXsz44rTggiiU0KioTBmUTqF6CpJU5i3KamciH026OwrVhjn5xgNGj d4JAWHowD3Z3dJBcUWm2OqPkvOw1rLoJ71Sjay00UF8G42WdQpjMkaUOuFmSmAxn2b4d aEwJqrumix+FFVntRvISY7WEoPy0clc8YFdpe2oM2/2znNpzsvoW1rNp7sA0GeZNPY6Y o34hpk3ZnSDu0peLsxh6Xs1o7YNZsSqk4vALyoZHkmqDOMNuaI7NTAMqvFX1oyltx4X/ Ergg== MIME-Version: 1.0 X-Received: by 10.152.3.195 with SMTP id e3mr44941038lae.8.1419619769629; Fri, 26 Dec 2014 10:49:29 -0800 (PST) Sender: thomas.e.zander@googlemail.com Received: by 10.25.77.17 with HTTP; Fri, 26 Dec 2014 10:49:29 -0800 (PST) In-Reply-To: <20141225134226.GA78595@marvin2011.fritz.box> References: <20141225134226.GA78595@marvin2011.fritz.box> Date: Fri, 26 Dec 2014 19:49:29 +0100 X-Google-Sender-Auth: 3_NUaqqpFl7_TjrNSGesEb_sMIQ Message-ID: Subject: Re: [CFT] New upstream version of mplayer + mencoder From: Thomas Zander To: "freebsd-ports@freebsd.org" , multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 18:49:32 -0000 On 25 December 2014 at 14:42, Thomas Zander wrote: > In a nutshell, this has changed compared to the current ports tree > version of the ports: > - Upstream versions of mplayer and ffmpeg as of 2014-12-23 > - Remove the following OPTIONS: > - MEMALIGN (now used by default where supported) > - PROFILE (shaky, unreliable, rarely used, nigh unsupportable) > - DIRAC (codec support only via libschroedinger) > - Default-depends on external libdvdnav (mplayer no longer bundles > internal dvd support libraries) > - Simplify CFLAGS handling > - Remove -fomit-frame-pointer from CFLAGS (we have apparently a fair > number of CPUs out there which can't run code compiled with this > option reliably) Updated tar available: http://people.freebsd.org/~riggs/m20141226.tar.bz2 Changes: - fomit-frame-pointer back into optimised CFLAGS. The stack problems on i386 are now adressed by introducing -mstack-alignment=16 -mstackrealign on affected systems Thanks Konstantin, Dimitry, Tijl and Matthias for input, discussion, debugging and testing! Please let me know how it works for you Best regards Riggs