Bug 125241 - [patch] finance/homebank depends on port graphics/librsvg2
Summary: [patch] finance/homebank depends on port graphics/librsvg2
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: Jeremy Messenger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 19:50 UTC by Volkov Andrey
Modified: 2008-07-04 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (364 bytes, patch)
2008-07-03 19:50 UTC, Volkov Andrey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volkov Andrey 2008-07-03 19:50:05 UTC
Application compiles and works well but there is no menu icons displayed.

Debug messages look like:
------------------------------------------------------------------------
(homebank:51458): Gtk-WARNING **: Error loading icon: Couldn't recognize the image file format for file '/usr/local/share/homebank/images/account.svg'

(homebank:51458): Gtk-WARNING **: Error loading icon: Couldn't recognize the image file format for file '/usr/local/share/homebank/images/payee.svg'
------------------------------------------------------------------------

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-03 19:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-04 03:55:33 UTC
mezz        2008-07-04 02:55:25 UTC

  FreeBSD ports repository

  Modified files:
    finance/homebank     Makefile 
  Log:
  Add a missing dependency, librsvg2, to view the svg images. Bump the
  PORTREVISION.
  
  PR:             ports/125241
  Submitted by:   Andrei <support@nolty.org>
  
  Revision  Changes    Path
  1.17      +2 -2      ports/finance/homebank/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 Jeremy Messenger freebsd_committer freebsd_triage 2008-07-04 03:55:43 UTC
State Changed
From-To: open->closed

Committed, thanks!