New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16103 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

libgeotiff uses deprecated "cd" command

Reported by: ryandesign@… Owned by: shadow@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: libgeotiff

Description

libgeotiff cannot be installed using MacPorts trunk because it uses the "cd" command which no longer exists:

--->  Fetching libgeotiff
--->  Verifying checksum(s) for libgeotiff
--->  Extracting libgeotiff
--->  Applying patches to libgeotiff
--->  Configuring libgeotiff
--->  Building libgeotiff
Error: Target org.macports.build returned: invalid command name "cd"
Error: The following dependencies failed to build: libgeotiff
Error: Status 1 encountered during processing.

Attachments

libgeotiff-no-cd.diff (1.5 KB) - added by ryandesign@… 5 years ago.
don't use "cd" command

Change History

Changed 5 years ago by ryandesign@…

don't use "cd" command

comment:1 Changed 5 years ago by ryandesign@…

This patch ought to fix it. I also removed the use of "system" to call out to shell programs and replaced those with built-in tcl commands. Please let me know if you have any objections to my committing this patch.

comment:2 Changed 5 years ago by blb@…

  • Status changed from new to closed
  • Resolution set to fixed
  • Port set to libgeotiff

Added in r41470 (maintainer timeout).

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.