Date: Sun, 24 May 2009 09:37:35 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134893: audio/mumble: fix qt4 dependencies Message-ID: <200905240937.n4O9bZFH013007@www.freebsd.org> Resent-Message-ID: <200905240940.n4O9e0Vc097527@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134893 >Category: ports >Synopsis: audio/mumble: fix qt4 dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 24 09:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.2-STABLE FreeBSD 7.2-STABLE #4: Sun May 10 13:08:58 MSD 2009 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: Remove qt4 build tools from run dependencies. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: audio/mumble/Makefile =================================================================== RCS file: /home/pcvs/ports/audio/mumble/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- audio/mumble/Makefile 19 Mar 2009 00:22:00 -0000 1.1 +++ audio/mumble/Makefile 23 May 2009 20:06:25 -0000 @@ -7,6 +7,7 @@ PORTNAME= mumble PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -18,7 +19,7 @@ USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui opengl dbus xml sql network linguist l10n \ +QT_COMPONENTS= gui opengl dbus xml sql network linguist_build l10n \ moc_build qmake_build rcc_build uic_build USE_XORG= ice >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905240937.n4O9bZFH013007>