Changes between Version 1 and Version 2 of Ticket #52582, comment 25


Ignore:
Timestamp:
Dec 31, 2016, 7:09:43 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52582, comment 25

    v1 v2  
    33
    44== v ^(edit)
    5 https://trac.macports.org/wiki/howto/PatchLocal
     5wiki:howto/PatchLocal
    66
    77it's pretty much that process, replace `arb` with `ghc` obviously, and do not use the "-devel" suffix in your naming.
    88
    99instead of manually updating source, like in the example, just add this file:
    10 https://trac.macports.org/raw-attachment/ticket/52582/patch-Fix-GetTime.c-on-Darwin-with-clock_gettime.diff
     10raw-attachment:patch-Fix-GetTime.c-on-Darwin-with-clock_gettime.diff
    1111to your patches (i.e. `cp ~/Dowloads/patch-Fix-GetTime.c-on-Darwin-with-clock_gettime.diff $(port dir ghc)/files/` after the indexing of the local ports repo is done).
    1212
    1313and patch your Portfile with:
    14 https://trac.macports.org/raw-attachment/ticket/52582/Portfile.diff
     14raw-attachment:Portfile.diff
    1515(`cd $(port dir ghc)` and `patch -p0 < ~/Downloads/Portfile.diff`)
    1616