[MacPorts] #28840: gimp-app extraction failure on case-sensitive file systems
MacPorts
noreply at macports.org
Sat Mar 19 10:56:39 PDT 2011
#28840: gimp-app extraction failure on case-sensitive file systems
--------------------------------+-------------------------------------------
Reporter: carsomyr@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: haspatch | Port: gimp-app
--------------------------------+-------------------------------------------
The extract step for gimp-app attempts to delete
{{{
${gimpapp}/Contents/Resources/script
}}}
where the variable "gimpapp" is defined as
{{{
set gimpapp ${workpath}/GIMPskel/Gimp.app
}}}
The actual case-sensitive path is
{{{
${workpath}/GIMPskel/GIMP.app
}}}
which causes the problem to be masked on case-insensitive file systems.
Please find attached the Portfile patch.
--
Ticket URL: <https://trac.macports.org/ticket/28840>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list