From nobody@FreeBSD.org  Thu Aug  9 05:47:14 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BDE7916A420
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  9 Aug 2007 05:47:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AC71713C459
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  9 Aug 2007 05:47:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l795lE3x085427
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 9 Aug 2007 05:47:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l795lEkb085426;
	Thu, 9 Aug 2007 05:47:14 GMT
	(envelope-from nobody)
Message-Id: <200708090547.l795lEkb085426@www.freebsd.org>
Date: Thu, 9 Aug 2007 05:47:14 GMT
From: douglas steinwand <dzs-pr@dzs.fx.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port avifile on FreeBSD 7.0 not BROKEN with GCC=3.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: conrads@cox.net

>Number:         115336
>Category:       ports
>Synopsis:       port multimedia/avifile on FreeBSD 7.0 not BROKEN with GCC=3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 05:50:00 GMT 2007
>Closed-Date:    Wed Jul 09 22:51:21 UTC 2008
>Last-Modified:  Wed Jul  9 23:00:03 UTC 2008
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 9 12:39:48 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115336 
State-Changed-From-To: feedback->open 
State-Changed-By: lippe 
State-Changed-When: Sat Jun 21 23:37:40 UTC 2008 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115336 
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: gahr 
Responsible-Changed-When: Wed Jul 9 13:05:47 UTC 2008 
Responsible-Changed-Why:  
q 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115336 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Wed Jul 9 22:51:20 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115336 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115336: commit references a PR
Date: Wed,  9 Jul 2008 22:51:12 +0000 (UTC)

 gahr        2008-07-09 22:51:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/avifile   Makefile 
   Log:
   - Unbreak on > 700000 (add dependency on GCC 3.4)
   
   PR:             115336
   Submitted by:   douglas steinwand <dzs-pr@dzs.fx.org>
   Approved by:    maintainer timeout (11 months)
   
   Revision  Changes    Path
   1.76      +5 -1      ports/multimedia/avifile/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
