From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 15:07:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F4203C29; Wed, 9 Apr 2014 15:07:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF71A13C8; Wed, 9 Apr 2014 15:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39F7i7o088765; Wed, 9 Apr 2014 15:07:44 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39F7icR088764; Wed, 9 Apr 2014 15:07:44 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201404091507.s39F7icR088764@svn.freebsd.org> From: Guido Falsi Date: Wed, 9 Apr 2014 15:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350720 - head/audio/xmms2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 15:07:45 -0000 Author: madpilot Date: Wed Apr 9 15:07:44 2014 New Revision: 350720 URL: http://svnweb.freebsd.org/changeset/ports/350720 QAT: https://qat.redports.org/buildarchive/r350720/ Log: - Fix build when MODPLUG option is enabled (disabled by default) PR: ports/188377 Submitted by: Volodymyr Kostyrko Added: head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c (contents, props changed) Added: head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c Wed Apr 9 15:07:44 2014 (r350720) @@ -0,0 +1,11 @@ +--- src/plugins/modplug/modplug.c.orig 2011-10-20 21:26:08.000000000 +0200 ++++ src/plugins/modplug/modplug.c 2014-04-09 15:05:29.232679291 +0200 +@@ -9,7 +9,7 @@ + #include "xmms/xmms_sample.h" + #include "xmms/xmms_medialib.h" + #include "xmms/xmms_log.h" +-#include ++#include + + #include + #include