Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 09:45:58 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134900: polish/kadu: fix qt4 dependencies
Message-ID:  <200905240945.n4O9jw7H029591@www.freebsd.org>
Resent-Message-ID: <200905240950.n4O9o6LI005307@freefall.freebsd.org>

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

>Number:         134900
>Category:       ports
>Synopsis:       polish/kadu: 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:50:06 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: polish/kadu/Makefile
===================================================================
RCS file: /home/pcvs/ports/polish/kadu/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- polish/kadu/Makefile	17 May 2009 10:15:23 -0000	1.30
+++ polish/kadu/Makefile	23 May 2009 20:33:37 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=		kadu
 PORTVERSION=		0.6.5.2
+PORTREVISION=		1
 PORTEPOCH=		1
 CATEGORIES=		polish net-im
 MASTER_SITES=		http://www.kadu.net/download/stable/:kadu \
@@ -40,7 +41,7 @@
 CMAKE_USE_PTHREAD=	yes
 
 USE_QT_VER=		4
-QT_COMPONENTS=		gui dbus linguist network qt3support webkit xml \
+QT_COMPONENTS=		gui dbus linguist_build network qt3support webkit xml \
 			qmake_build moc_build rcc_build uic_build
 WANT_GNOME=		yes
 INSTALLS_ICONS=		yes


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



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