Bug 113208

Summary: finance/gnucash 2.0.5_4 does not compile with ktoblzcheck-1.13
Product: Ports & Packages Reporter: Momchil Ivanov <slogster>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Momchil Ivanov 2007-06-01 02:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-01 12:46:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-01 13:23:33 UTC
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"
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2007-06-01 13:23:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!