Re: audio/sox: getting rid of wget

2012-03-30 Thread David Coppa
On Fri, Mar 30, 2012 at 10:08 PM, Jan Stary wrote: > Any further comments, besides REVISION=0 ? Sure... That this diff was already committed :) :)

Re: audio/sox: getting rid of wget

2012-03-30 Thread Jan Stary
Any further comments, besides REVISION=0 ? Jan > > On 2012/03/24 07:09, Jan Stary wrote: > > > SoX uses wget(1) to play(1) remote files such as streaming radios. > > > That is in fact a bug in the port (RUN_DEPENDS). Rather than > > > adding wget to DEPENDS, the small patch below replaces

Re: audio/sox: getting rid of wget

2012-03-25 Thread David Coppa
Il giorno 25/mar/2012 18:30, "Jan Stary" ha scritto: > > On Mar 24 13:50:46, Stuart Henderson wrote: > > please 'cvs add' the patch and send a 'cvs diff -uNp' with everything > > including the REVISION bump. > > I was wondering how to do this properly, > and didn't figure out I could I could > 'cv

Re: audio/sox: getting rid of wget

2012-03-25 Thread Jan Stary
On Mar 24 13:50:46, Stuart Henderson wrote: > please 'cvs add' the patch and send a 'cvs diff -uNp' with everything > including the REVISION bump. I was wondering how to do this properly, and didn't figure out I could I could 'cvs add' against anoncvs. (Which means I must have missed in the docume

Re: audio/sox: getting rid of wget

2012-03-24 Thread Stuart Henderson
please 'cvs add' the patch and send a 'cvs diff -uNp' with everything including the REVISION bump. On 2012/03/24 07:09, Jan Stary wrote: > SoX uses wget(1) to play(1) remote files such as streaming radios. > That is in fact a bug in the port (RUN_DEPENDS). Rather than > adding wget to DEPENDS, the

Re: audio/sox: getting rid of wget

2012-03-23 Thread patrick keshishian
On Fri, Mar 23, 2012 at 11:45 PM, Jan Stary wrote: > On Mar 23 23:19:02, patrick keshishian wrote: >> On Fri, Mar 23, 2012 at 11:09 PM, Jan Stary wrote: >> > SoX uses wget(1) to play(1) remote files such as streaming radios. >> > That is in fact a bug in the port (RUN_DEPENDS). Rather than >> > a

Re: audio/sox: getting rid of wget

2012-03-23 Thread Jan Stary
On Mar 23 23:19:02, patrick keshishian wrote: > On Fri, Mar 23, 2012 at 11:09 PM, Jan Stary wrote: > > SoX uses wget(1) to play(1) remote files such as streaming radios. > > That is in fact a bug in the port (RUN_DEPENDS). Rather than > > adding wget to DEPENDS, the small patch below replaces that

Re: audio/sox: getting rid of wget

2012-03-23 Thread patrick keshishian
On Fri, Mar 23, 2012 at 11:09 PM, Jan Stary wrote: > SoX uses wget(1) to play(1) remote files such as streaming radios. > That is in fact a bug in the port (RUN_DEPENDS). Rather than > adding wget to DEPENDS, the small patch below replaces that > functionality with the base ftp(1). > > REVISION ne

audio/sox: getting rid of wget

2012-03-23 Thread Jan Stary
SoX uses wget(1) to play(1) remote files such as streaming radios. That is in fact a bug in the port (RUN_DEPENDS). Rather than adding wget to DEPENDS, the small patch below replaces that functionality with the base ftp(1). REVISION needs to be bumped I guess. Jan $OpenBSD$ --- src/form