Changes between Version 1 and Version 2 of howto/PatchLocal


Ignore:
Timestamp:
Oct 4, 2012, 11:44:31 PM (12 years ago)
Author:
macports.org@…
Comment:

Testing the port, after testing the program

Legend:

Unmodified
Added
Removed
Modified
  • howto/PatchLocal

    v1 v2  
    1515
    1616{{{
    17    port patch arb
    18    find /opt/local/var/macports -name 'arb*'
     17port patch arb
     18find /opt/local/var/macports -name 'arb*'
    1919}}}
    2020
    2121I found:
    2222{{{
    23    /opt/local/var/macports/distfiles/arb
    24    /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_arb/arb/work/arbsrc_8210/
     23/opt/local/var/macports/distfiles/arb
     24/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_arb/arb/work/arbsrc_8210/
    2525}}}
    2626
     
    3131cp Makefile Makefile.orig
    3232vi Makefile
    33 * make changes, compile, test *
     33* make changes, compile it, test it *
    3434}}}
    3535
     
    4141}}}
    4242
     43=== Step 4: '''Test the modified port''' ===
     44
     45{{{
     46port clean arb
     47port build arb
     48}}}
     49
    4350=== Step 4: '''Make it real''' ===
    4451