From nobody@FreeBSD.org  Sun May 10 09:03:12 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 93B72106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 09:03:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 82F348FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 09:03:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4A93CBv098919
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 09:03:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4A93C6C098918;
	Sun, 10 May 2009 09:03:12 GMT
	(envelope-from nobody)
Message-Id: <200905100903.n4A93C6C098918@www.freebsd.org>
Date: Sun, 10 May 2009 09:03:12 GMT
From: Max Brazhnikov <makc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/djview4: fix qt4 dependencies
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134409
>Category:       ports
>Synopsis:       graphics/djview4: fix qt4 dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 10 09:10:01 UTC 2009
>Closed-Date:    Mon May 18 11:28:49 UTC 2009
>Last-Modified:  Mon May 18 11:30:06 UTC 2009
>Originator:     Max Brazhnikov
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3: Thu Apr 23 16:17:15 MSD 2009     makc@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
qmake and friends are required for build only, so remove them from run dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: graphics/djview4/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/djview4/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- graphics/djview4/Makefile	10 Jan 2009 02:45:38 -0000	1.12
+++ graphics/djview4/Makefile	10 May 2009 08:52:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	djview
 PORTVERSION=	4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/djvu
 DISTNAME=	${PORTNAME}4-${PORTVERSION}
@@ -20,7 +20,7 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig gnometarget
 USE_QT_VER=	4
-QT_COMPONENTS=	gui network rcc uic moc qmake
+QT_COMPONENTS=	gui network rcc_build uic_build moc_build qmake_build
 QT_NONSTANDARD=	yes
 CONFIGURE_ENV=	QMAKE="${LOCALBASE}/bin/qmake-qt4" \
 		QMAKESPEC="${QMAKESPEC}" \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 10 09:10:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134409 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Mon May 18 11:28:48 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134409 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134409: commit references a PR
Date: Mon, 18 May 2009 11:28:30 +0000 (UTC)

 stas        2009-05-18 11:28:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/djview4     Makefile 
   Log:
   - Fix dependency list (some components are not required at run time).
   
   PR:             ports/134409
   Submitted by:   makc
   
   Revision  Changes    Path
   1.13      +2 -2      ports/graphics/djview4/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
