gnucash does not compile because of wrong (old) library dependency after update of finance/ktoblzcheck port <snip> ===> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found ===> Verifying install for ktoblzcheck.4 in /usr/ports/finance/ktoblzcheck ===> Returning to build of gnucash-2.0.5_4 Error: shared library "ktoblzcheck.4" does not exist *** Error code 1 Stop in /usr/ports/finance/gnucash. *** Error code 1 Stop in /usr/ports/finance/gnucash. </snip> And ktoblzcheck-1.13 installs /usr/local/lib/libktoblzcheck.so.5 but the Makefile of gnucash looks for .4 of that lib Fix: Update LIB_DEPS in port`s Makefile Patch attached with submission follows: How-To-Repeat: Get ktoblzcheck-1.13 and try to install gnucash-2.0.5_4
Responsible Changed From-To: freebsd-ports-bugs->ahze Over to maintainer
ahze 2007-06-01 12:23:24 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Chase ktoblzcheck lib version bump PR: 113208 Submitted by: slogster@gmail.com Revision Changes Path 1.102 +2 -2 ports/finance/gnucash/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!