From fed1a2334494af901e28b8e51b1a17c335b87f0a Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 21 Sep 2012 11:28:43 +0000 Subject: Fix build with boost-1.51.0. --- graphics/gource/distinfo | 3 ++- graphics/gource/patches/patch-src_logmill.cpp | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 graphics/gource/patches/patch-src_logmill.cpp (limited to 'graphics/gource') diff --git a/graphics/gource/distinfo b/graphics/gource/distinfo index 920bf9b022c..1e720f65102 100644 --- a/graphics/gource/distinfo +++ b/graphics/gource/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2012/05/06 08:29:38 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2012/09/21 11:28:43 ryoon Exp $ SHA1 (gource-0.38.tar.gz) = 78f8c2064114313851f53b657d12db28abb89fae RMD160 (gource-0.38.tar.gz) = bfeb1de7d1d71dd8cb4d2f9e3fa4ecfc43a00191 Size (gource-0.38.tar.gz) = 850811 bytes +SHA1 (patch-src_logmill.cpp) = fed1b3aedb862b9d24a4cd4e7e26bb8ba72068f0 diff --git a/graphics/gource/patches/patch-src_logmill.cpp b/graphics/gource/patches/patch-src_logmill.cpp new file mode 100644 index 00000000000..29ea44e38cb --- /dev/null +++ b/graphics/gource/patches/patch-src_logmill.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-src_logmill.cpp,v 1.1 2012/09/21 11:28:44 ryoon Exp $ + +--- src/logmill.cpp.orig 2012-04-20 01:52:29.000000000 +0000 ++++ src/logmill.cpp +@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::stri + logfile = repo_path.string(); + } + } +- } catch(boost::filesystem3::filesystem_error& error) { ++ } catch(boost::filesystem::filesystem_error& error) { + } + } + -- cgit v1.2.3