[140014] trunk/dports/devel/strigi

khindenburg at macports.org khindenburg at macports.org
Sun Sep 6 07:08:35 PDT 2015


Revision: 140014
          https://trac.macports.org/changeset/140014
Author:   khindenburg at macports.org
Date:     2015-09-06 07:08:34 -0700 (Sun, 06 Sep 2015)
Log Message:
-----------
strigi: add patch to allow building XCode >= 6.3 #48673

Modified Paths:
--------------
    trunk/dports/devel/strigi/Portfile

Added Paths:
-----------
    trunk/dports/devel/strigi/files/patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff

Modified: trunk/dports/devel/strigi/Portfile
===================================================================
--- trunk/dports/devel/strigi/Portfile	2015-09-06 13:50:46 UTC (rev 140013)
+++ trunk/dports/devel/strigi/Portfile	2015-09-06 14:08:34 UTC (rev 140014)
@@ -37,7 +37,8 @@
 checksums       rmd160  34cbbe98e7a371467b115b18586baf299340d1b8 \
                 sha256  43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989
 
-patchfiles      patch-libstreamanalyzer-plugins-endplugins-ffmpegendanalyzer.cpp.diff
+patchfiles      patch-libstreamanalyzer-plugins-endplugins-ffmpegendanalyzer.cpp.diff \
+                patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff
 
 configure.args-append   -DICONV_INCLUDE_DIR:PATH=${prefix}/include \
                         -DLOG4CXX_INCLUDE_DIR=${prefix}/include/log4cxx \

Added: trunk/dports/devel/strigi/files/patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff
===================================================================
--- trunk/dports/devel/strigi/files/patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff	                        (rev 0)
+++ trunk/dports/devel/strigi/files/patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff	2015-09-06 14:08:34 UTC (rev 140014)
@@ -0,0 +1,11 @@
+--- strigidaemon/bin/daemon/xesam/xesamsearch.h.orig       2013-01-25 12:49:35.000000000 -0500
++++ strigidaemon/bin/daemon/xesam/xesamsearch.h    2015-04-17 19:57:05.000000000 -0400
+@@ -43,7 +43,7 @@
+     XesamSearch(Private* p);
+     ~XesamSearch();
+     void operator=(const XesamSearch& xs);
+-    bool operator==(const XesamSearch& xs) { return p == xs.p; }
++    bool operator==(const XesamSearch& xs) const { return p == xs.p; }
+     void startSearch();
+     void getHitCount(void* msg);
+     void getHits(void* msg, uint32_t num);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150906/da7d4588/attachment.html>


More information about the macports-changes mailing list