Opened 13 years ago
Closed 13 years ago
#33743 closed enhancement (fixed)
audio/sox: get rid of wget
Reported by: | janstary (Jan Starý) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | maintainer, haspatch | Cc: | |
Port: | sox |
Description
SoX uses wget(1) to play(1) remote files such as internet radios. That is in fact a bug of the port, which does not mention wget in the dependencies.
Rather than introducing the dependency, here is a small patch that replaces the wget functionality with ftp(1).
Attachments (2)
Change History (6)
Changed 13 years ago by janstary (Jan Starý)
Attachment: | Portfile.diff added |
---|
Changed 13 years ago by janstary (Jan Starý)
Attachment: | patch-src-formats.c.diff added |
---|
relace wget(1) with ftp(1)
comment:3 Changed 13 years ago by drkp (Dan Ports)
Owner: | changed from macports-tickets@… to dports@… |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, committed in r91964.
Note: See
TracTickets for help on using
tickets.
patch the Portfile to add patchfiles