[95736] trunk/dports/devel/gource

ryandesign at macports.org ryandesign at macports.org
Fri Jul 20 08:37:45 PDT 2012


Revision: 95736
          https://trac.macports.org/changeset/95736
Author:   ryandesign at macports.org
Date:     2012-07-20 08:37:45 -0700 (Fri, 20 Jul 2012)
Log Message:
-----------
gource: fix build with boost 1.50 (#35173)

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

Added Paths:
-----------
    trunk/dports/devel/gource/files/
    trunk/dports/devel/gource/files/patch-src-logmill.cpp.diff

Modified: trunk/dports/devel/gource/Portfile
===================================================================
--- trunk/dports/devel/gource/Portfile	2012-07-20 12:57:53 UTC (rev 95735)
+++ trunk/dports/devel/gource/Portfile	2012-07-20 15:37:45 UTC (rev 95736)
@@ -32,6 +32,8 @@
                     port:glm \
                     port:boost
 
+patchfiles          patch-src-logmill.cpp.diff
+
 if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2
 }

Added: trunk/dports/devel/gource/files/patch-src-logmill.cpp.diff
===================================================================
--- trunk/dports/devel/gource/files/patch-src-logmill.cpp.diff	                        (rev 0)
+++ trunk/dports/devel/gource/files/patch-src-logmill.cpp.diff	2012-07-20 15:37:45 UTC (rev 95736)
@@ -0,0 +1,11 @@
+--- src/logmill.cpp.orig
++++ src/logmill.cpp
+@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) {
+                     logfile = repo_path.string();
+                 }
+             }
+-        } catch(boost::filesystem3::filesystem_error& error) {
++        } catch(boost::filesystem::filesystem_error& error) {
+         }
+     }
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120720/6c011d5f/attachment.html>


More information about the macports-changes mailing list