Bug 128537 - [patch] databases/rrdtool add missing font runtime dependency
Summary: [patch] databases/rrdtool add missing font runtime dependency
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 12:50 UTC by Daniel Roethlisberger
Modified: 2008-12-12 22:10 UTC (History)
1 user (show)

See Also:


Attachments
rrdtool-dejavu.diff (574 bytes, patch)
2008-11-02 12:50 UTC, Daniel Roethlisberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2008-11-02 12:50:01 UTC
rrdtool depends on x11-fonts/dejavu for the graphing functionality.
Previous versions of rrdtool used to ship with their own version of
the font.  With current versions of rrdtool, a runtime dependency on
x11-fonts/dejavu is required for graphing to work.

How-To-Repeat: On a system without x11-fonts/dejavu, install databases/rrdtool and
an arbitrary piece of RRD graphing software (e.g. net-mgmt/collectd
using WITH_CGI=yes).  RRDs::graph will throw error messages indicating
that the dejavu font could not be found.  The resulting graph images
are broken.  Then proceed to install x11-fonts/dejavu and retry.
RRDs::graph will now work fine and produce graphs as expected.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-02 12:50:10 UTC
Maintainer of databases/rrdtool,

Please note that PR ports/128537 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128537

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-02 12:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2008-12-12 16:33:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-12-12 22:07:54 UTC
stefan      2008-12-12 22:07:40 UTC

  FreeBSD ports repository

  Modified files:
    databases/rrdtool    Makefile 
  Log:
  Add missing runtime dependency on x11-fonts/dejavu.
  
  PR:             128537
  Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
  Approved by:    maintainer timeout (>5 weeks)
  
  Revision  Changes    Path
  1.81      +2 -0      ports/databases/rrdtool/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 5 Stefan Walter freebsd_committer freebsd_triage 2008-12-12 22:07:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks!