Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2010 21:05:18 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152753: audio/mumble: fix build with upcoming Qt-4.7
Message-ID:  <201012012105.oB1L5IKa026582@red.freebsd.org>
Resent-Message-ID: <201012012110.oB1LA6rq052662@freefall.freebsd.org>

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

>Number:         152753
>Category:       ports
>Synopsis:       audio/mumble: fix build with upcoming Qt-4.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 01 21:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010     root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
Fix build with Qt-4.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/mumble/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	16 May 2010 11:39:21 -0000	1.11
+++ Makefile	16 Nov 2010 22:55:00 -0000
@@ -32,7 +32,7 @@
 INSTALLS_ICONS=	yes
 
 CONFIG=		no-server no-alsa no-speechd no-bundled-speex no-bundled-celt no-update \
-		no-g15 no-portaudio no-pulseaudio no-xevie
+		no-g15 no-portaudio no-pulseaudio no-xevie no-embed-qt-translations
 
 OPTIONS=	DBUS "Enable D-Bus support" on \
 		BONJOUR "Enable Bonjour support" off \
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/audio/mumble/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	31 Mar 2010 20:30:10 -0000	1.3
+++ pkg-plist	28 Nov 2010 20:52:11 -0000
@@ -1,4 +1,3 @@
-@comment $FreeBSD: ports/audio/mumble/pkg-plist,v 1.3 2010/03/31 20:30:10 pav Exp $
 bin/mumble
 %%MUMBLE11X%%bin/mumble11x
 share/applications/mumble.desktop


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



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