Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 05:47:14 GMT
From:      douglas steinwand <dzs-pr@dzs.fx.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115336: port avifile on FreeBSD 7.0 not BROKEN with GCC=3.4
Message-ID:  <200708090547.l795lEkb085426@www.freebsd.org>
Resent-Message-ID: <200708090550.l795o0cR062428@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115336
>Category:       ports
>Synopsis:       port avifile on FreeBSD 7.0 not BROKEN with GCC=3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 05:50:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     douglas steinwand
>Release:        FreeBSD 7-CURRENT
>Organization:
>Environment:
FreeBSD thinkpad.fx.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Jul 19 19:08:52 PDT 2007     root@thinkpad.fx.org:/usr/obj/usr/src/sys/I386  i386

>Description:
The avifile port will compile using GCC=3.4. Edit multimedia/avifile/Makefile,v 1.70:

.if ${OSVERSION} >= 700000
USE_GCC=        3.4
.endif

However, with this in effect, I also had to edit ffmpeg/libavcodec/ppc/Makefile and add --tag=gcc for libtool:

LINK = $(LIBTOOL) --tag=gcc --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

There's probably a better way to do this last bit (via a Makefile setting or patch).

>How-To-Repeat:

>Fix:
Remove BROKEN, replace with USE_GCC=3.4, add libtool tag argument in pcc/Makefile.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708090547.l795lEkb085426>