Opened 12 years ago

Closed 12 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)

Portfile.diff (425 bytes) - added by janstary (Jan Starý) 12 years ago.
patch the Portfile to add patchfiles
patch-src-formats.c.diff (847 bytes) - added by janstary (Jan Starý) 12 years ago.
relace wget(1) with ftp(1)

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by janstary (Jan Starý)

Attachment: Portfile.diff added

patch the Portfile to add patchfiles

Changed 12 years ago by janstary (Jan Starý)

Attachment: patch-src-formats.c.diff added

relace wget(1) with ftp(1)

comment:1 Changed 12 years ago by janstary (Jan Starý)

anyone?

comment:2 Changed 12 years ago by janstary (Jan Starý)

Any comments?

comment:3 Changed 12 years ago by drkp (Dan Ports)

Owner: changed from macports-tickets@… to dports@…
Status: newassigned

comment:4 Changed 12 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r91964.

Note: See TracTickets for help on using tickets.