audio/wavpack diff: overlapping memcpy

2015-01-13 Thread Tim van der Molen
The diff below replaces a memcpy call with memmove. The supplied buffers overlap in certain cases, as found by the aborting memcpy. The fix is also committed upstream. To reproduce: $ # you are about to download 134 MB $ ftp http://www.rarewares.org/wavpack/test_suite.zip $ unzip test_suite.zip $

audio/wavpack diff

2014-05-19 Thread Tim van der Molen
There's a problem with wavpack.pc: $ pkg-config --libs wavpack -L/lib -lwavpack Note that -L/lib should be (something like) -L/usr/local/lib. The diff below contains a fix from upstream. Index: Makefile === RCS file: /cvs/ports/aud

Re: audio/wavpack diff: install documentation

2012-08-21 Thread Tim van der Molen
Resending. On Sun, 29 Jul 2012 23:07:27 +0200, Tim van der Molen wrote: > This diff installs additional WavPack documentation. > > Regards, > Tim > > Index: Makefile > === > RCS file: /cvs/ports/audio/wavpack/Makefile,v > retrievin

audio/wavpack diff: install documentation

2012-07-29 Thread Tim van der Molen
This diff installs additional WavPack documentation. Regards, Tim Index: Makefile === RCS file: /cvs/ports/audio/wavpack/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile29 Mar 2012 13:38:13 - 1.9 +