#20482: gnat-gcc Portfile is broken -------------------------------+-------------------------------------------- Reporter: jarimatti@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: gnat-gcc | -------------------------------+-------------------------------------------- Description changed by ryandesign@…: Old description:
I believe the gnat-gcc Portfile has a syntax error in variant sections. It has a line like the following:
set bootprefix=/path/to/somewhere
which I think should be
set bootprefix /path/to/somewhere
according to Tcl syntax.
Attached is the fixed Portfile.
New description: I believe the gnat-gcc Portfile has a syntax error in variant sections. It has a line like the following: {{{ set bootprefix=/path/to/somewhere }}} which I think should be {{{ set bootprefix /path/to/somewhere }}} according to Tcl syntax. Attached is the fixed Portfile. -- -- Ticket URL: <http://trac.macports.org/ticket/20482#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS