Bug 157198 - [PATCH] add option to disable GD/Graph/Graphviz (diagram) supportr to databases/p5-SQL-Translator
Summary: [PATCH] add option to disable GD/Graph/Graphviz (diagram) supportr to databas...
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 03:00 UTC by Steve Wills
Modified: 2011-06-12 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.64 KB, patch)
2011-05-20 03:00 UTC, Steve Wills
no flags Details | Diff

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