New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35521 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

freeimage @3.15.3 - Missing softlinks for freeimageplus.dylib

Reported by: erikdendekker@… Owned by: ryandesign@…
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

comment:1 Changed 10 months ago by erikdendekker@…

  • Cc erikdendekker@… added

Cc Me!

comment:2 Changed 10 months ago by ryandesign@…

  • Keywords freeimageplus softlink removed
  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned
  • Cc erikdendekker@… removed

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 10 months ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in r96299. While fixing this I noticed that the install_name of libfreeimageplus was incorrect, so that's fixed as well.

Note: See TracTickets for help on using tickets.