Skip site navigation (1)Skip section navigation (2)
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:   ports/137337: audio/mumble: fix build with qt-4.5
Message-ID:  <1249143649.72426@Fluffy.Khv.RU>
Resent-Message-ID: <200908011630.n71GU3Bs094593@freefall.freebsd.org>

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

>Number:         137337
>Category:       ports
>Synopsis:       audio/mumble: fix build with qt-4.5
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 01 16:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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