Ticket #28840 (closed defect: fixed)
gimp-app extraction failure on case-sensitive file systems
| Reported by: | carsomyr@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | haspatch | Cc: | |
| Port: | gimp-app |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


The Portfile patch archive.