Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 14:53:31 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134423: multimedia/vlc: fix qt4 dependencies
Message-ID:  <200905101453.n4AErV6a009282@www.freebsd.org>
Resent-Message-ID: <200905101500.n4AF0De2096544@freefall.freebsd.org>

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

>Number:         134423
>Category:       ports
>Synopsis:       multimedia/vlc: 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 10 15:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        7.2-STABLE
>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: multimedia/vlc/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/vlc/Makefile,v
retrieving revision 1.188
diff -u -r1.188 Makefile
--- multimedia/vlc/Makefile	6 May 2009 00:12:44 -0000	1.188
+++ multimedia/vlc/Makefile	10 May 2009 14:49:29 -0000
@@ -100,7 +100,7 @@
 
 .if !defined(WITHOUT_QT4)
 USE_QT_VER+=	4
-QT_COMPONENTS+=	gui corelib moc rcc uic
+QT_COMPONENTS+=	gui corelib moc_build rcc_build uic_build
 CONFIGURE_ARGS+=--enable-qt4
 .else
 CONFIGURE_ARGS+=--disable-qt4


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



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