Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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) {
}
}