Opened 9 years ago

Closed 7 years ago

#47437 closed defect (fixed)

freeling: remove icu dependency

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: freeling

Description

freeling declares a library dependency on icu, but it doesn't seem to actually be used. freeling's configure script does check for the presence of the icuuc library, but doesn't seem to do anything with it. The files installed by freeling do not link with any icu library. It does link with boost libraries, and boost does link with and declare a library dependency on icu, so icu will definitely be present when freeling is being built, but the library dependency on icu declared in the freeling port made me think I would need to increase the revision of freeling when I update icu to a new version, which seems not to be the case after all.

Change History (1)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

In 867d599/macports-ports:

freeling: Remove icu dependency

Closes: #47437

Note: See TracTickets for help on using tickets.