Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 09:43:38 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134898: net-mgmt/vidalia: fix qt4 dependencies
Message-ID:  <200905240943.n4O9hcxs023313@www.freebsd.org>
Resent-Message-ID: <200905240950.n4O9o6rk005279@freefall.freebsd.org>

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

>Number:         134898
>Category:       ports
>Synopsis:       net-mgmt/vidalia: 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:05 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: net-mgmt/vidalia/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/vidalia/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- net-mgmt/vidalia/Makefile	24 Mar 2009 19:13:24 -0000	1.16
+++ net-mgmt/vidalia/Makefile	23 May 2009 20:30:34 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	vidalia
 PORTVERSION=	0.1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	http://www.vidalia-project.net:8001/vidalia/
 
@@ -17,7 +17,7 @@
 USE_CMAKE=	yes
 CMAKE_USE_PTHREAD=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build network xml linguist
+QT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build network xml linguist_build
 
 HAVE_TOR!=	if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
 


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



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