svn commit: r417479 - in head/audio/musicpd: . files

Olivier Duchateau olivierd at FreeBSD.org
Sat Jun 25 19:25:20 UTC 2016


Author: olivierd
Date: Sat Jun 25 19:25:18 2016
New Revision: 417479
URL: https://svnweb.freebsd.org/changeset/ports/417479

Log:
  - Add patch, after revision r417478 (update of audio/wildmidi), due to
  API changes
  - Bump PORTREVISION

Added:
  head/audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx   (contents, props changed)
Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Jun 25 19:14:14 2016	(r417478)
+++ head/audio/musicpd/Makefile	Sat Jun 25 19:25:18 2016	(r417479)
@@ -2,6 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.19.15
+PORTREVISION=	1
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}

Added: head/audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/musicpd/files/patch-src_decoder_plugins_WildmidiDecoderPlugin.cxx	Sat Jun 25 19:25:18 2016	(r417479)
@@ -0,0 +1,11 @@
+--- src/decoder/plugins/WildmidiDecoderPlugin.cxx.orig	2014-10-24 22:28:53 UTC
++++ src/decoder/plugins/WildmidiDecoderPlugin.cxx
+@@ -94,7 +94,7 @@ wildmidi_file_decode(Decoder &decoder, P
+ 
+ 	DecoderCommand cmd;
+ 	do {
+-		char buffer[4096];
++		int8_t buffer[4096];
+ 		int len;
+ 
+ 		info = WildMidi_GetInfo(wm);


More information about the svn-ports-head mailing list