Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 09:38:55 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134894: chinese/fqterm: fix qt4 dependencies
Message-ID:  <200905240938.n4O9ctIr013122@www.freebsd.org>
Resent-Message-ID: <200905240940.n4O9e1bR097540@freefall.freebsd.org>

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

>Number:         134894
>Category:       ports
>Synopsis:       chinese/fqterm: 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: chinese/fqterm/Makefile
===================================================================
RCS file: /home/pcvs/ports/chinese/fqterm/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- chinese/fqterm/Makefile	24 Mar 2009 19:12:57 -0000	1.3
+++ chinese/fqterm/Makefile	23 May 2009 16:49:31 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	fqterm
 PORTVERSION=	0.9.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	chinese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -23,9 +23,9 @@
 USE_XORG=	x11 ice xext xt xaw xpm xi xproto xextproto
 USE_ZIP=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	gui imageformats moc network qmake rcc script uic \
-		codecs-cn codecs-tw codecs-jp codecs-kr qt3support \
-		linguist
+QT_COMPONENTS=	gui network script qt3support imageformats \
+		codecs-cn codecs-tw codecs-jp codecs-kr \
+		qmake_build moc_build rcc_build uic_build linguist_build
 
 HAS_CONFIGURE=	yes
 USE_DOS2UNIX=	src/ui/popwidget.cpp


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



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