[MacPorts] #61030: Error updating Curl

MacPorts noreply at macports.org
Wed Aug 19 19:29:13 UTC 2020


#61030: Error updating Curl
-----------------------+--------------------
  Reporter:  knightjp  |      Owner:  (none)
      Type:  update    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  Curl      |
-----------------------+--------------------

Comment (by rjdave):

 I 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.

 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:

 {{{#if (OPENSSL_VERSION_NUMBER >= 0x1000200fL) /* 1.0.2 or later */}}}

 and remove the next 2 lines so the patch can be applied successfully.

-- 
Ticket URL: <https://trac.macports.org/ticket/61030#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list