Import of pkgsrc-2015Q3

This commit is contained in:
2016-01-21 23:42:40 +01:00
committed by sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228313 additions and 80017 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2011/02/23 08:34:14 adam Exp $
$NetBSD: distinfo,v 1.2 2015/06/29 21:41:11 markd Exp $
SHA1 (XQilla-2.2.4.tar.gz) = edd1681a6bb9d310b6aaca6af0584eb96df3b8eb
RMD160 (XQilla-2.2.4.tar.gz) = ec4268452c98d7c87e8bf7dccaf0ebc7ff19f167
Size (XQilla-2.2.4.tar.gz) = 15667750 bytes
SHA1 (patch-include_xqilla_framework_XPath2MemoryManager.hpp) = 48cdc1773056e8e709774fce1babfbe0c4cc2e09
SHA1 (patch-src_items_DatatypeFactoryTemplate.hpp) = 6d9ef8eb7b31d5fa8ffa7c85fe20dd45a32f90c3
@@ -0,0 +1,14 @@
$NetBSD: patch-include_xqilla_framework_XPath2MemoryManager.hpp,v 1.1 2015/06/29 21:41:11 markd Exp $
include <cstddef> for ptrdiff_t
--- include/xqilla/framework/XPath2MemoryManager.hpp.orig 2010-01-13 15:40:36.000000000 +0000
+++ include/xqilla/framework/XPath2MemoryManager.hpp
@@ -24,6 +24,7 @@
#include <algorithm>
#include <assert.h>
+#include <cstddef>
#include <xqilla/framework/XQillaExport.hpp>