[update] audio/mpc to 0.35

2023-12-21 Thread Lucas Raab
Hello, Here's another mostly mechanical update for mpc up to the latest. Works fine for me on amd64. changelog: 0.35 (2023/12/21) * fix null pointer dereference on bad status format * add "%kbitrate%", "%audioformat%", "%samplerate%", "%bits%" and "%channels%" options to the "status" command *

UPDATE audio/mpc-0.33

2020-01-01 Thread Björn Ketelaars
Enclosed a simple diff for updating mpc to the latest release. Changes between the version in ports and this update [0]: - fix off-by-one bug in "prio" command - reduce network transfer for "playlist", "ls", "listall" Tested in combination with mpd-0.21.18 (update send to ports@). Comments/OK?

update: audio/mpc

2011-01-16 Thread Tobias Ulmer
mpc update to the latest version 0.20 Manpage looks better with mandoc Tested on i386/amd64 Index: Makefile === RCS file: /srv/boron/data/vcs/cvs/openbsd/ports/audio/mpc/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile

Re: update: audio/mpc

2010-05-23 Thread Owain Ainsworth
On Sat, May 22, 2010 at 02:31:12AM +0200, Tobias Ulmer wrote: Update mpc to 0.19. It's using libmpdclient now. Based on a diff done by oga@, thanks :) Bah, you did the hard part... Tested on i386 I've been running with my version of this diff for probably over a month by now on amd64.

update: audio/mpc

2010-05-21 Thread Tobias Ulmer
Update mpc to 0.19. It's using libmpdclient now. Based on a diff done by oga@, thanks :) Tested on i386 Index: Makefile === RCS file: /vcs/cvs/openbsd/ports/audio/mpc/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile ---

UPDATE: audio/mpc

2007-05-26 Thread Tobias Ulmer
Small update for mpc, please test, commit and enjoy :) Works for me on i386 since two month. See https://svn.musicpd.org/mpc/tags/release-0.12.1/ChangeLog for details. Tobias diff -urNPx CVS ./Makefile ../../mystuff/audio/mpc/Makefile --- ./Makefile Fri Mar 16 19:25:05 2007 +++

update: audio/mpc

2007-03-16 Thread Tobias Ulmer
Update mpc to the latest version. Daily 'testing' on i386. bernd@: I've removed one patch (last file in the diff) because i'm not sure what it was supposed to do. Maybe it was a gcc workaround? Tobias diff -x CVS -ruN ./Makefile ../../mystuff/audio/mpc/Makefile --- ./Makefile Tue May 23

Re: update: audio/mpc

2007-03-16 Thread Jasper Lievisse Adriaanse
On Fri, Mar 16, 2007 at 05:33:14PM +0100, Tobias Ulmer wrote: Update mpc to the latest version. Daily 'testing' on i386. bernd@: I've removed one patch (last file in the diff) because i'm not sure what it was supposed to do. Maybe it was a gcc workaround? it was needed to make mpc compile