Date: Sun, 23 Jan 2005 21:57:15 -0800 (PST) From: Frank Mayhar <frank@exit.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76613: ffmpeg doesn't build under 5.x or -current Message-ID: <200501240557.j0O5vFh8059477@realtime.exit.com> Resent-Message-ID: <200501240600.j0O60dmb069995@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76613 >Category: ports >Synopsis: ffmpeg doesn't build under 5.x or -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 06:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 6.0-CURRENT i386 >Organization: Exit Consulting >Environment: System: FreeBSD lap 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Thu Jan 20 23:04:27 PST 2005 frank@lap:/home/obj/usr/src/sys/AUTON i386 On 5-stable or -current, ffmpeg doesn't build with the default compiler. >Description: >How-To-Repeat: >Fix: Force the port to use gcc 2.95. Index: ffmpeg/Makefile =================================================================== RCS file: /cvs/repos/ports/multimedia/ffmpeg/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- ffmpeg/Makefile 2 Jan 2005 00:53:51 -0000 1.46 +++ ffmpeg/Makefile 24 Jan 2005 05:53:37 -0000 @@ -15,6 +15,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server +USE_GCC= 2.95 USE_GETOPT_LONG= yes HAS_CONFIGURE= yes USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501240557.j0O5vFh8059477>