Opened 7 years ago
Closed 7 years ago
#42400 closed enhancement (fixed)
sox: file or libmagic?
Reported by: | ryandesign (Ryan Schmidt) | Owned by: | janstary (Jan Starý) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | |
Port: | sox |
Description
sox declares a dependency on the file port. Does sox actually need the MacPorts version of the file program, or does it just need the libmagic library? The libmagic library was separated out of the file port some time ago, so if sox only needs the libmagic library, then it should depend on the libmagic port, not the file port.
Attachments (1)
Change History (4)
Changed 7 years ago by janstary (Jan Starý)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 7 years ago by janstary (Jan Starý)
comment:2 Changed 7 years ago by larryv (Lawrence Velázquez)
Keywords: | haspatch maintainer added |
---|
comment:3 Changed 7 years ago by ryandesign (Ryan Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
SoX only uses libmagic, not the 'file' binary. Thanks for noticing. Portfile diff attached.