summaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-09-21 11:28:43 +0000
committerryoon <ryoon@pkgsrc.org>2012-09-21 11:28:43 +0000
commitfed1a2334494af901e28b8e51b1a17c335b87f0a (patch)
treeff3afe46917dc89af644bcfcdc18e293bab5439a /graphics/gource
parent680f5d898d7357268fec0f0806401c62afd1789d (diff)
downloadpkgsrc-fed1a2334494af901e28b8e51b1a17c335b87f0a.tar.gz
Fix build with boost-1.51.0.
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/distinfo3
-rw-r--r--graphics/gource/patches/patch-src_logmill.cpp13
2 files changed, 15 insertions, 1 deletions
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) {
+ }
+ }
+