Changes between Version 2 and Version 3 of Ticket #61030, comment 1


Ignore:
Timestamp:
Aug 19, 2020, 7:41:46 PM (4 years ago)
Author:
rjdave
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61030, comment 1

    v2 v3  
    11I ran into this too. The issue is that curl version 7.72.0 already has libressl.patch applied. Patch recognizes this and skips it but when a patch is skipped as a duplicate, patch returns an exit status of 1 so macports thinks the patch failed.
    22
    3 The way I got around this was to attempt a normal install and let it fail. Then go to the source code and undo the patch to config (set link_all_deplibs=yes on line ~13098) and make line ~621:
     3The way I got around this was to attempt a normal install and let it fail. Then go to the source code and undo the patch to config (set link_all_deplibs=yes on line ~13098) and make line ~621 of lib/vtls/openssl.c:
    44
    55{{{#if (OPENSSL_VERSION_NUMBER >= 0x1000200fL) /* 1.0.2 or later */}}}