graphics/graphviz includes components (eg gvedit) that depend on Qt. The port includes an option GVEDIT "gvedit (qt is required)" off that appears intended to remove this dependency by passing '--without-gvedit' to the graphviz configure script. Unfortunately, 'configure --help' doesn't mention this option and gvedit is built by default. The wanted option appears to be '--with-qt=no'. Fix: Change '--without-gvedit' to '--with-qt=no' (with associated changes) How-To-Repeat: Attempt to build graphics/graphviz with GVEDIT disabled and qt4-rcc not installed.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2011-06-25 06:12:40 UTC FreeBSD ports repository Modified files: graphics/graphviz Makefile Log: - fix option WITH_GVEDIT PR: 158008 Submitted by: Peter Jeremy Revision Changes Path 1.134 +1 -1 ports/graphics/graphviz/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"
State Changed From-To: open->closed committed, thanks.