Bug 159207 - graphics/darktable 0.9 can't find libdarktable.so
Summary: graphics/darktable 0.9 can't find libdarktable.so
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 12:50 UTC by Aldis Berjoza
Modified: 2011-07-27 09:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2011-07-26 12:50:05 UTC
After installing darktable v0.9 from ports it doesn't run. It can't find libdarktable.so

I've nothing special on my pc worth mentioning

How-To-Repeat: $ darktable
/libexec/ld-elf.so.1: Shared object "libdarktable.so" not found, required by "darktable"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-26 12:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-27 09:33:01 UTC
danfe       2011-07-27 08:32:52 UTC

  FreeBSD ports repository

  Modified files:
    graphics/darktable   Makefile 
  Added files:
    graphics/darktable/files patch-CMakeLists.txt 
  Log:
  - Bring in patch from Gentoo which adds more options and allows to correctly
    disable them without introducing implicit dependencies; retire local hacks
    used for that purpose since they're not needed anymore
  - Add missing library path to USE_LDCONFIG knob [*]
  - Move BROKEN statement higher in the Makefile
  
  PR:     ports/159207 [*]
  
  Revision  Changes    Path
  1.16      +30 -21    ports/graphics/darktable/Makefile
  1.1       +129 -0    ports/graphics/darktable/files/patch-CMakeLists.txt (new)
_______________________________________________
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 Alexey Dokuchaev freebsd_committer freebsd_triage 2011-07-27 09:43:07 UTC
State Changed
From-To: open->closed

Should be fixed in Makefile rev. 1.16, thanks for the report!