[MacPorts] #56717: webkit2-gtk @2.20.3 fails to build

MacPorts noreply at macports.org
Sat Jun 23 01:54:11 UTC 2018


#56717: webkit2-gtk @2.20.3 fails to build
--------------------------+--------------------
  Reporter:  tehcog       |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.5.2
Resolution:               |   Keywords:
      Port:  webkit2-gtk  |
--------------------------+--------------------

Comment (by kencu):

 I think the particular error in this ticket should be fixed by restricting
 the following patch to systems < darwin13
 {{{
     # fix a Cursor name collision with Carbon API
     # https://trac.macports.org/ticket/52016
     if {[variant_isset x11]} {
         patchfiles-append patch-snowleopard-npruntime-redefine-cursor.diff
     }
 }}}

 Something like this should do it:
 {{{
     # fix a Cursor name collision with Carbon API
     # https://trac.macports.org/ticket/52016
     if {[variant_isset x11] && ${os.major} < 13} {
         patchfiles-append patch-snowleopard-npruntime-redefine-cursor.diff
     }
 }}}


 I will try that soon. `webkit2-gtk` takes a long time to build, to edit-
 compile-test cycles are measured in hours rather than minutes.

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


More information about the macports-tickets mailing list