From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 29 12:20:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0130C16A4D4 for ; Mon, 29 Mar 2004 12:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC5D43D53 for ; Mon, 29 Mar 2004 12:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2TKKFbv099294 for ; Mon, 29 Mar 2004 12:20:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2TKKFJp099293; Mon, 29 Mar 2004 12:20:15 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 29 Mar 2004 12:20:15 -0800 (PST) Resent-Message-Id: <200403292020.i2TKKFJp099293@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shizuka Kudo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF0516A4CE for ; Mon, 29 Mar 2004 12:12:37 -0800 (PST) Received: from web11410.mail.yahoo.com (web11410.mail.yahoo.com [216.136.131.221]) by mx1.FreeBSD.org (Postfix) with SMTP id C98B143D2D for ; Mon, 29 Mar 2004 12:12:37 -0800 (PST) (envelope-from shizukakudo_99@yahoo.com) Received: from [218.103.225.228] by web11410.mail.yahoo.com via HTTP; Mon, 29 Mar 2004 12:12:37 PST Message-Id: <20040329201237.15583.qmail@web11410.mail.yahoo.com> Date: Mon, 29 Mar 2004 12:12:37 -0800 (PST) From: Shizuka Kudo To: freebsd-gnats-submit@FreeBSD.org Subject: ports/64907: multimedia/ffmpeg cannot be built on i386 5.2-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 20:20:20 -0000 >Number: 64907 >Category: ports >Synopsis: multimedia/ffmpeg build problem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 12:20:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Shizuka Kudo >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD shizuka.com 5.2-CURRENT FreeBSD 5.2-CURRENT #20040328: Sun Mar 28 17:31:11 GMT 2003 root@shizuka.com:/usr/obj/usr/src/sys/SHIZUKA i386 i386, FreeBSD-current >Description: multimedia/ffmpeg failed to build with MXX on i386 platform. >How-To-Repeat: cd /usr/ports/multimedia/ffmpeg; make >Fix: multimedia/ffmpeg generates compilation error when build with MMX on i386 5.2-CURRENT. ffmpeg can be built with WITHOUT_MMX option and work OK. The attached patch will use WITHOUT_MMX on i386 5.2-CURRENT. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --0-1329480431-1080591157=:96947 Content-Type: text/x-diff; name="ffmpeg.diff" Content-Description: ffmpeg.diff Content-Disposition: inline; filename="ffmpeg.diff" --- Makefile.orig Sun Mar 21 19:49:00 2004 +++ Makefile Tue Mar 30 04:01:01 2004 @@ -57,7 +57,7 @@ .endif .if ${ARCH} == "i386" && ${OSVERSION} > 502104 -BROKEN= "Does not compile on i386 5.x" +WITHOUT_MMX= yes .endif ## lib detection --0-1329480431-1080591157=:96947-- >Release-Note: >Audit-Trail: >Unformatted: --0-1329480431-1080591157=:96947 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline