Changes between Initial Version and Version 1 of Ticket #7972, comment 11


Ignore:
Timestamp:
Mar 24, 2016, 4:29:33 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7972, comment 11

    initial v1  
    11Good job.  Don't worry that you aren't a programmer, neither am I.  But I don't have an Intel box to test with.  To make a patch, all you do is copy the original so you have say configure.in.org and configure.  Modify configure with your changes, then give this command:
    22
     3{{{
    34diff -u configure.in.org configure.in >patch-configure.in
     5}}}
    46
    57Now you've got a patchfile to put in ./files and list in the Portfile.  That's it.  Would you mind doing that since you have a box you can test it with?  I thought you might be interested in the process anyway.  I definitely want to pass this to the developers for inclusion in 1.1.3 so we don't have to always patch it.