Ticket #16103 (closed defect: fixed)
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
Change History
Changed 5 years ago by ryandesign@…
- Attachment libgeotiff-no-cd.diff added
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.
Note: See
TracTickets for help on using
tickets.


don't use "cd" command