From fluffy@fluffy.khv.ru  Sat Aug  1 16:21:27 2009
Return-Path: <fluffy@fluffy.khv.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7B88A1065675
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Aug 2009 16:21:27 +0000 (UTC)
	(envelope-from fluffy@fluffy.khv.ru)
Received: from ns.ael.RU (ns.ael.ru [62.76.207.226])
	by mx1.freebsd.org (Postfix) with ESMTP id BBDAA8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Aug 2009 16:21:26 +0000 (UTC)
	(envelope-from fluffy@fluffy.khv.ru)
Received: from Fluffy.Khv.RU ([80.83.239.5])
	by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id n71GLLaV099257
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 2 Aug 2009 03:21:25 +1100 (VLAST)
	(envelope-from fluffy@fluffy.khv.ru)
Received: from Fluffy.Khv.RU (localhost [127.0.0.1])
	by Fluffy.Khv.RU (8.14.3/8.14.3/Fluffy/5.4.1) with ESMTP id n71GKnKZ086784
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 2 Aug 2009 03:20:49 +1100 (VLAST)
	(envelope-from fluffy@fluffy.khv.ru)
Message-Id: <1249143649.72426@Fluffy.Khv.RU>
Date: Sun, 2 Aug 2009 03:20:49 +1100
From: "Dima Panov" <fluffy@fluffy.khv.ru>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: audio/mumble: fix build with qt-4.5
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify: marius@nuenneri.ch

>Number:         137337
>Category:       ports
>Synopsis:       audio/mumble: fix build with qt-4.5
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 01 16:30:03 UTC 2009
>Closed-Date:    Tue Aug 04 21:37:21 UTC 2009
>Last-Modified:  Tue Aug  4 21:40:09 UTC 2009
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800106-BETA2 i386
>Organization:
Fluffy.Khv.RU 
>Environment:


System: FreeBSD 8.0-800106-BETA2 #1: Thu Jul 30 17:59:30 VLAST 2009
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


audio/mumble: fix build with qt-4.5


>How-To-Repeat:





>Fix:


--- mumble.diff begins here ---
Index: audio/mumble/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/mumble/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- audio/mumble/Makefile	28 Jul 2009 11:44:45 -0000	1.3
+++ audio/mumble/Makefile	1 Aug 2009 16:17:43 -0000
@@ -39,6 +39,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro
+	@${REINPLACE_CMD} -e 's|qt_ja_jp|qt_ja_JP|' \
+	${WRKSRC}/src/mumble/mumble_qt.qrc ${WRKSRC}/src/mumble/mumble.pro
 
 do-configure:
 	cd ${WRKSRC} && ${SETENV} QMAKESPEC=${QMAKESPEC} ${QMAKE} PREFIX=${PREFIX} main.pro "CONFIG+=${CONFIG}"
--- mumble.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 1 16:30:16 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137337 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Aug 1 16:36:53 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: marius@nuenneri.ch
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/137337: audio/mumble: fix build with qt-4.5
Date: Sat, 1 Aug 2009 16:30:12 UT

 Maintainer of audio/mumble,
 
 Please note that PR ports/137337 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137337
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 4 21:37:20 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137337: commit references a PR
Date: Tue,  4 Aug 2009 21:37:23 +0000 (UTC)

 miwi        2009-08-04 21:37:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/mumble         Makefile 
   Log:
   - Fix build qith qt 4.5
   
   PR:             137337
   Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
   
   Revision  Changes    Path
   1.4       +2 -0      ports/audio/mumble/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:
