Changes between Initial Version and Version 1 of Ticket #55870, comment 8


Ignore:
Timestamp:
Mar 6, 2018, 2:12:29 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55870, comment 8

    initial v1  
    44> I fucking hate this over-complication in MacPorts. Don't have time for this.
    55
    6 there are much easier ways to do quick fixes.e.g.  edit your in-place portfile and add the patch to  existing files directory. takes 10 seconds.
     6There are much easier ways to do quick fixes.e.g.
    77
    8 disappears with the next sync.
     8{{{cd `port dir gtk3`}}}, then edit the Portfile in-place  and add the patch to the ./files directory. This takes 10 seconds, but disappears with the next sync.
     9
     10Make a local copy of a single port directory anywhere you want {{{cp -R `port dir gtk3` .}}}, then enter that directory {{{cd gtk3}}} and make your modifications to the Portfile and add your patch to the ./files directory. To use the Portfile, be in the directory with the Portfile, and use `sudo port -v install +variants` (note no Portname specified).
     11