From nobody@FreeBSD.org  Wed Oct 31 00:06:10 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 6C57016A417
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Oct 2007 00:06:10 +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 5D72213C4C8
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Oct 2007 00:06:10 +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 l9V069ZS021154
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 31 Oct 2007 00:06:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9V069Pl021153;
	Wed, 31 Oct 2007 00:06:09 GMT
	(envelope-from nobody)
Message-Id: <200710310006.l9V069Pl021153@www.freebsd.org>
Date: Wed, 31 Oct 2007 00:06:09 GMT
From: pietro cerutti <gahr@gahr.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] multimedia/libfame fix libtool TAG problem with GCC 4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117701
>Category:       ports
>Synopsis:       [patch] multimedia/libfame fix libtool TAG problem with GCC 4.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 00:10:01 UTC 2007
>Closed-Date:    Fri Nov 02 01:34:18 UTC 2007
>Last-Modified:  Fri Nov 02 01:34:18 UTC 2007
>Originator:     pietro cerutti
>Release:        6.2-STABLE
>Organization:
Bern University of Applied Sciences
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed Oct 24 08:30:39 CEST 2007     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386
>Description:
A Makefile.in in multimedia/libfame misses a --tag specification for libtool, which complains when used with GCC 4.2
>How-To-Repeat:
cd /usr/ports/multimedia/libfmake && make
>Fix:
Add this patch to ${FILESDIR}

/*** BEGIN patch-src-Makefile.in ***/
--- src/Makefile.in.orig	2007-10-31 01:01:38.000000000 +0100
+++ src/Makefile.in	2007-10-31 01:02:01.000000000 +0100
@@ -278,10 +278,10 @@
 @AMDEP_TRUE@	./$(DEPDIR)/fame_syntax_mpeg4.Plo
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 DIST_SOURCES = $(libfame_la_SOURCES)
 HEADERS = $(libfame_la_include_HEADERS)

/*** END patch-src-Makefile.in ***/

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 31 05:57:04 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117701 
Responsible-Changed-From-To: freebsd-multimedia->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Nov 1 00:05:28 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117701 
Responsible-Changed-From-To: miwi->freebsd-multimedia 
Responsible-Changed-By: mezz 
Responsible-Changed-When: Thu Nov 1 17:22:40 UTC 2007 
Responsible-Changed-Why:  
See below URL for who is maintaining multimedia@ ports. 

http://wiki.freebsd.org/multimedia 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117701 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Fri Nov 2 01:34:08 UTC 2007 
State-Changed-Why:  
closed by submitters request (reinstalled devel/libtoo15 and everything was ok)  

http://www.freebsd.org/cgi/query-pr.cgi?pr=117701 
>Unformatted:
