[MacPorts] #20482: gnat-gcc Portfile is broken
#20482: gnat-gcc Portfile is broken ------------------------------+--------------------------------------------- Reporter: jarimatti@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: gnat-gcc ------------------------------+--------------------------------------------- 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> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20482: gnat-gcc Portfile is broken ------------------------------+--------------------------------------------- Reporter: jarimatti@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: gnat-gcc ------------------------------+--------------------------------------------- Changes (by toby@…): * cc: jarimatti@… (removed) * version: 1.7.1 => Comment: r54590 -- Ticket URL: <http://trac.macports.org/ticket/20482#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 | -------------------------------+-------------------------------------------- Changes (by toby@…): * status: new => closed * resolution: => fixed -- Ticket URL: <http://trac.macports.org/ticket/20482#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 | -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * cc: krischik@… (added) Comment: Cc maintainer so he knows there was a problem. -- Ticket URL: <http://trac.macports.org/ticket/20482#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
participants (1)
-
MacPorts