Opened 13 years ago

Closed 13 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)

patch.tgz (570 bytes) - added by carsomyr@… 13 years ago.
The Portfile patch archive.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by carsomyr@…

Attachment: patch.tgz added

The Portfile patch archive.

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.