Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#16103 closed defect (fixed)

libgeotiff uses deprecated "cd" command

Reported by: ryandesign (Ryan Carsten Schmidt) 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 (1)

libgeotiff-no-cd.diff (1.5 KB) - added by ryandesign (Ryan Carsten Schmidt) 16 years ago.
don't use "cd" command

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libgeotiff-no-cd.diff added

don't use "cd" command

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

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 15 years ago by blb@…

Port: libgeotiff added
Resolution: fixed
Status: newclosed

Added in r41470 (maintainer timeout).

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.