Bug 158008 - graphics/graphviz won't build without Qt
Summary: graphics/graphviz won't build without Qt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-19 01:40 UTC by Peter Jeremy
Modified: 2011-06-25 07:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.