Changes between Initial Version and Version 4 of Ticket #34505


Ignore:
Timestamp:
Sep 18, 2012, 7:35:08 AM (12 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Replying to help@…:

cmake version was bumped in Portfile, but this patch wasn't dropped. In result pkg-config support in cmake broke. Please revert this change. Tested using local overlay, removing patch-Modules_FindPkgConfig_cmake.diff from patchfiles works.

This ticket was correctly closed, you should have raised the point in #35882 that updated cmake in r97601, please continue discussion there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34505

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #34505 – Description

    initial v4  
    11As per [http://www.cmake.org/Bug/print_bug_page.php?bug_id=13125 this bug report] cmake 2.8.8 introduced an error, the expecting PKG_CONFIG_FOUND variable is not set when the package is found.
    2 This can be reproduced building port avidemux whose cmake configuration halts printing bot "found pkg-config" and "pkg-config not found".
     2This can be reproduced building port avidemux whose cmake configuration halts printing out "found pkg-config" and "pkg-config not found".
    33
    44I'm attaching patch.