#13994 closed defect (fixed)
trafshow 5.2.3_1 shouldn't use "cd" command
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | noses@… | |
Port: |
Description
trafshow 5.2.3_1 uses the "cd
" command which no longer exists in MacPorts trunk:
$ sudo port install trafshow ---> Fetching trafshow ---> Verifying checksum(s) for trafshow ---> Extracting trafshow ---> Applying patches to trafshow ---> Configuring trafshow ---> Building trafshow with target trafshow ---> Staging trafshow into destroot Error: Target org.macports.destroot returned: invalid command name "cd" Error: Status 1 encountered during processing. $
The solution is to use the -W
flag on xinstall
instead. I'll attach a patch. Please indicate whether I may commit this change to your port. Thanks.
Attachments (1)
Change History (3)
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Portfile-trafshow-no-cd.diff added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
No response from maintainer in > 72 hours, so I committed the fix in r33305.