Opened 14 years ago
Closed 14 years ago
#28840 closed defect (fixed)
gimp-app extraction failure on case-sensitive file systems
Reported by: | carsomyr@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (1)
Change History (3)
Changed 14 years ago by carsomyr@…
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The Portfile patch archive.