svn commit: r413590 - in head/audio/mous: . files

Olivier Duchateau olivierd at FreeBSD.org
Mon Apr 18 17:19:02 UTC 2016


Author: olivierd
Date: Mon Apr 18 17:19:00 2016
New Revision: 413590
URL: https://svnweb.freebsd.org/changeset/ports/413590

Log:
  - Fix build with the new API of libcue, after revision r413589
  - Bump PORTREVISION

Added:
  head/audio/mous/files/patch-plugins_CuePack_CuePack.cpp   (contents, props changed)
  head/audio/mous/files/patch-plugins_CuePack_CuePack.h   (contents, props changed)
Modified:
  head/audio/mous/Makefile

Modified: head/audio/mous/Makefile
==============================================================================
--- head/audio/mous/Makefile	Mon Apr 18 17:14:30 2016	(r413589)
+++ head/audio/mous/Makefile	Mon Apr 18 17:19:00 2016	(r413590)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mous
 PORTVERSION=	1.1a
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	GHC
 

Added: head/audio/mous/files/patch-plugins_CuePack_CuePack.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mous/files/patch-plugins_CuePack_CuePack.cpp	Mon Apr 18 17:19:00 2016	(r413590)
@@ -0,0 +1,11 @@
+--- plugins/CuePack/CuePack.cpp.orig	2012-06-28 14:58:11 UTC
++++ plugins/CuePack/CuePack.cpp
+@@ -55,7 +55,7 @@ void CuePack::DumpCue(const string& dir,
+     string genre;
+     int year = -1;
+ 
+-    char* data = NULL;
++    const char* data = NULL;
+     Cdtext* cdt = cd_get_cdtext(cd);
+     Rem* rem = cd_get_rem(cd);
+ 

Added: head/audio/mous/files/patch-plugins_CuePack_CuePack.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mous/files/patch-plugins_CuePack_CuePack.h	Mon Apr 18 17:19:00 2016	(r413590)
@@ -0,0 +1,11 @@
+--- plugins/CuePack/CuePack.h.orig	2012-06-28 14:58:11 UTC
++++ plugins/CuePack/CuePack.h
+@@ -1,7 +1,6 @@
+ #include <plugin/IMediaPack.h>
+ extern "C" {
+-#include <libcue-1.4/libcue/libcue.h>
+-#include <libcue-1.4/libcue/cd.h>
++#include <libcue.h>
+ }
+ using namespace std;
+ using namespace mous;


More information about the svn-ports-head mailing list