Bug 158008

Summary: graphics/graphviz won't build without Qt
Product: Ports & Packages Reporter: Peter Jeremy <peterjeremy>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Peter Jeremy 2011-06-19 01:40:10 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-19 01:40:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-25 07:12:54 UTC
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"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2011-06-25 07:37:23 UTC
State Changed
From-To: open->closed

committed, thanks.