Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
@@ -0,0 +1,36 @@
$NetBSD: patch-tests_test__fdstream.cpp,v 1.1 2014/08/19 13:45:48 joerg Exp $
Don't test char16 / char32 support as it isn't used by the package.
--- tests/test_fdstream.cpp.orig 2014-08-18 21:02:31.000000000 +0000
+++ tests/test_fdstream.cpp
@@ -171,7 +171,7 @@ static void test_fdstream_wide_copy() {
}
static void test_fdstream_u16_copy() {
-
+#if 0
unlink(U16_COPY_FILENAME "1");
unlink(U16_COPY_FILENAME "2");
@@ -224,10 +224,11 @@ static void test_fdstream_u16_copy() {
unlink(U16_COPY_FILENAME "1");
unlink(U16_COPY_FILENAME "2");
+#endif
}
static void test_fdstream_u32_copy() {
-
+#if 0
unlink(U32_COPY_FILENAME "1");
unlink(U32_COPY_FILENAME "2");
@@ -280,6 +281,7 @@ static void test_fdstream_u32_copy() {
unlink(U32_COPY_FILENAME "1");
unlink(U32_COPY_FILENAME "2");
+#endif
}
static void test_fdstream_random() {