Changes between Initial Version and Version 5 of Ticket #20482


Ignore:
Timestamp:
Jul 31, 2009, 4:37:42 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20482

    • Property Cc krischik@… added
    • Property Status changed from new to closed
    • Property Version changed from 1.7.1 to
    • Property Resolution changed from to fixed
  • Ticket #20482 – Description

    initial v5  
    11I believe the gnat-gcc Portfile has a syntax error in variant sections. It has a line like the following:
    22
     3{{{
    34set bootprefix=/path/to/somewhere
     5}}}
    46
    57which I think should be
    68
     9{{{
    710set bootprefix /path/to/somewhere
     11}}}
    812
    913according to Tcl syntax.