Bug 157198

Summary: [PATCH] add option to disable GD/Graph/Graphviz (diagram) supportr to databases/p5-SQL-Translator
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: Lars Thegler <lth>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Steve Wills freebsd_committer freebsd_triage 2011-05-20 03:00:24 UTC
The databases/p5-SQL-Translator port pulls in GD and Graphviz, and thus pulls in X11 related ports, which is not always desired on servers. The attached patch makes these dependencies optional.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-20 03:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-12 20:32:38 UTC
lth         2011-06-12 19:32:29 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-SQL-Translator Makefile distinfo pkg-plist 
  Log:
  - Update to 0.11008
  - Optional dependencies [1]
  
  PR:             ports/157198 [1]
  Submitted by:   swills [1]
  
  Revision  Changes    Path
  1.27      +12 -6     ports/databases/p5-SQL-Translator/Makefile
  1.15      +2 -2      ports/databases/p5-SQL-Translator/distinfo
  1.11      +1 -0      ports/databases/p5-SQL-Translator/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"
Comment 3 Lars Thegler freebsd_committer freebsd_triage 2011-06-12 20:33:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!