[118257] trunk/dports/audio/ncmpcpp

rmstonecipher at macports.org rmstonecipher at macports.org
Thu Mar 27 10:55:41 PDT 2014


Revision: 118257
          https://trac.macports.org/changeset/118257
Author:   rmstonecipher at macports.org
Date:     2014-03-27 10:55:41 -0700 (Thu, 27 Mar 2014)
Log Message:
-----------
audio/ncmpcpp added patch to fix compilation with clang++ (thanks Clemens)

Modified Paths:
--------------
    trunk/dports/audio/ncmpcpp/Portfile

Added Paths:
-----------
    trunk/dports/audio/ncmpcpp/files/patch-src-strbuffer.h.diff

Modified: trunk/dports/audio/ncmpcpp/Portfile
===================================================================
--- trunk/dports/audio/ncmpcpp/Portfile	2014-03-27 17:37:45 UTC (rev 118256)
+++ trunk/dports/audio/ncmpcpp/Portfile	2014-03-27 17:55:41 UTC (rev 118257)
@@ -5,7 +5,7 @@
 
 name                ncmpcpp
 version             0.5.10
-revision            2
+revision            3
 categories          audio
 maintainers         rmstonecipher openmaintainer
 description         an ncurses mpd client inspired by ncmpc
@@ -28,7 +28,8 @@
                     port:ncurses \
                     port:taglib
 
-patchfiles          fix_clang_errors.diff
+patchfiles          fix_clang_errors.diff \
+                    patch-src-strbuffer.h.diff
 
 variant visualizer description "Enable Visualizer" {
     configure.args-append --enable-visualizer

Added: trunk/dports/audio/ncmpcpp/files/patch-src-strbuffer.h.diff
===================================================================
--- trunk/dports/audio/ncmpcpp/files/patch-src-strbuffer.h.diff	                        (rev 0)
+++ trunk/dports/audio/ncmpcpp/files/patch-src-strbuffer.h.diff	2014-03-27 17:55:41 UTC (rev 118257)
@@ -0,0 +1,11 @@
+--- src/strbuffer.h.orig	2014-03-27 12:48:25.000000000 -0500
++++ src/strbuffer.h	2014-03-27 12:49:10.000000000 -0500
+@@ -79,7 +79,7 @@
+ 			size_t Position;
+ 			short Value;
+ 			
+-			bool operator<(const FormatPos &f)
++			bool operator<(const FormatPos &f) const
+ 			{
+ 				return Position < f.Position;
+ 			}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140327/78d9e656/attachment.html>


More information about the macports-changes mailing list