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:
Responsible Changed From-To: freebsd-ports-bugs->mezz Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks!