Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2016 19:25:18 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417479 - in head/audio/musicpd: . files
Message-ID:  <201606251925.u5PJPInS080507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606251925.u5PJPInS080507>