#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)
Change History (4)
Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libgeotiff-no-cd.diff added |
---|
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 16 years ago by blb@…
Port: | libgeotiff added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added in r41470 (maintainer timeout).
Note: See
TracTickets for help on using
tickets.
don't use "cd" command