Opened 12 years ago
Closed 12 years ago
#35521 closed defect (fixed)
freeimage @3.15.3 - Missing softlinks for freeimageplus.dylib
Reported by: | erikdendekker (Erik den Dekker) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | freeimage |
Description
Using Mac OS 10.7.4 & XCode 4.4
After successfully installing the freeimage port, I was not able to find the "freeimageplus.dylib" library.
However, "freeimageplus.3.15.3.dylib" (including version) was installed so it seems that the "freeimageplus.dylib" and "freeimageplus.3.dylib" softlinks were just not installed.
This is manually easily corrected, but I thought I would report it anyway, since I don't know how to fix it correctly myself in the port file...
Note that there is no problem with the regular "freeimage.dylib".
Change History (3)
comment:1 Changed 12 years ago by erikdendekker (Erik den Dekker)
Cc: | erikdendekker@… added |
---|
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | erikdendekker@… removed |
---|---|
Keywords: | freeimageplus softlink removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
The lines to install the symlinks are simply missing from "Makefile.fip" (which is what's used to build libfreeimageplus). I'll copy them from "Makefile.gnu" (which is what's used to build libfreeimage).
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r96299. While fixing this I noticed that the install_name of libfreeimageplus was incorrect, so that's fixed as well.
Cc Me!