ports/169372: graphics/graphviz missing deps when WITH_GVEDIT=true
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 24 14:20:09 UTC 2012
>Number: 169372
>Category: ports
>Synopsis: graphics/graphviz missing deps when WITH_GVEDIT=true
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 24 14:20:05 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list