From nobody@FreeBSD.org  Sun Jun 24 14:10:41 2012
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 58E9C1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:10:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 426968FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:10:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5OEAfsj037100
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:10:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5OEAemj037099;
	Sun, 24 Jun 2012 14:10:40 GMT
	(envelope-from nobody)
Message-Id: <201206241410.q5OEAemj037099@red.freebsd.org>
Date: Sun, 24 Jun 2012 14:10:40 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/graphviz missing deps when WITH_GVEDIT=true
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169372
>Category:       ports
>Synopsis:       graphics/graphviz missing deps when WITH_GVEDIT=true
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 14:20:05 UTC 2012
>Closed-Date:    Sun Jun 24 17:41:47 CEST 2012
>Last-Modified:  Sun Jun 24 17:41:47 CEST 2012
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #7: Sat Jun 23 10:34:22 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:
When option GVEDIT is selected port fails to register deps correctly:

[corn:ports/graphics/graphviz]# pkg_info -r graphviz-2.28.0_1/ | grep -i qt
[corn:ports/graphics/graphviz]# ldd /usr/local/bin/gvedit | grep -i qt
        libQtGui.so.4 => /usr/local/lib/qt4/libQtGui.so.4 (0x28118000)
        libQtCore.so.4 => /usr/local/lib/qt4/libQtCore.so.4 (0x28cd6000)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/graphics/graphviz/Makefile ./Makefile
--- /usr/ports/graphics/graphviz/Makefile	2012-06-11 20:48:43.000000000 +0200
+++ ./Makefile	2012-06-24 15:45:58.000000000 +0200
@@ -94,7 +94,7 @@
 .include <bsd.port.options.mk>
 
 .if defined(WITH_GVEDIT)
-USE_QT4=		qmake_build moc_build rcc_build uic_build linguist_build
+USE_QT4=		corelib gui qmake_build moc_build rcc_build uic_build linguist_build
 .endif
 
 .include <bsd.port.pre.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jun 24 14:20:25 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169372: commit references a PR
Date: Sun, 24 Jun 2012 15:36:17 +0000 (UTC)

 dinoex      2012-06-24 15:36:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/graphviz    Makefile pkg-plist 
   Log:
   - fix dependecy for option GVEDIT
   PR:             169372
   Submitted by:   Pawel Pekala
   
   - use OPTIONS_DEFINE
   
   - fix package for option MING
   
   Revision  Changes    Path
   1.142     +70 -70    ports/graphics/graphviz/Makefile
   1.57      +6 -0      ports/graphics/graphviz/pkg-plist
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sun Jun 24 17:41:27 CEST 2012 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169372 
>Unformatted:
