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-cd,v 1.1 2010/07/12 17:52:29 drochner Exp $
--- addressbook/backends/vcf/e-book-backend-vcf.c.orig 2010-06-11 17:49:13.000000000 +0000
+++ addressbook/backends/vcf/e-book-backend-vcf.c
@@ -77,7 +77,7 @@ e_book_backend_vcf_create_unique_id (voi
it's doubtful 2^32 id's will be created in a second, so we
should be okay. */
static guint c = 0;
- return g_strdup_printf (PAS_ID_PREFIX "%08lX%08X", time(NULL), c++);
+ return g_strdup_printf (PAS_ID_PREFIX "%08lX%08X", (long)time(NULL), c++);
}
static void