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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55870, comment 8

    v1 v2  
    1010Make 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).
    1111
     12You don't have to do any of this if you don't want to. If your port doesn't build, {{{cd `port work gtk3`}}}, and edit the errant sourcefile directly in place. No patches, no touching the Portfile. Then {{{sudo port -v install}}} and away you go. This is how we fix broken Ports and generate the patches in the first place.
     13