New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #28840 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

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

Change History

Changed 2 years ago by carsomyr@…

The Portfile patch archive.

comment:1 Changed 2 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned

comment:2 Changed 2 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.