Changes between Initial Version and Version 2 of Ticket #67580


Ignore:
Timestamp:
Jun 6, 2023, 9:11:57 AM (16 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks. Looks like the developers have made a similar change already for the next version:

https://github.com/file/file/commit/8bc37a45bad67bc4604471c64f0c9f3372b55d2c

The port's revision will have to be increased.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67580

    • Property Keywords haspatch added
    • Property Owner set to ryandesign
    • Property Status changed from new to accepted
    • Property Summary changed from libmagic @5.44_0: pkfconfig file is missing CFlags: directive to libmagic @5.44_0: pkgconfig file is missing CFlags: directive
  • Ticket #67580 – Description

    initial v2  
    11Using {{{pkg-config --cflags libmagic}}} produces an empty line when it should output {{{-I/opt/local/inlude}}}. {{{pkg-config --libs libmagic}}} correctly outputs {{{-L/opt/local/lib -lmagic}}}. This lead to my libmagic client not compiling. The .pc file is missing a line that should say:
    22
     3{{{
    34  Cflags: -I${includedir}
     5}}}
    46
    57Diff is attached.