Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.10 2013/06/23 19:54:42 dholland Exp $
$NetBSD: distinfo,v 1.11 2013/08/31 14:49:08 joerg Exp $
SHA1 (quakeforge-0.5.5.tar.gz) = 3ceb229b3d777b6c5e0cb1530b4547b20737f402
RMD160 (quakeforge-0.5.5.tar.gz) = d22b29498e950bfdf96169bafee6409fca1a8e11
@@ -31,3 +31,4 @@ SHA1 (patch-include_QF_mathlib.h) = d867387c23ebfc2542711af655cb27cb3dab261d
SHA1 (patch-include_r__dynamic.h) = e37cd1d4e242db48793c29c2b78aa78eb14d138d
SHA1 (patch-include_r__local.h) = 7bb3b46ea3835489a20609739bd7a8dc79b36c96
SHA1 (patch-libs_util_llist.c) = d41fdac88ac1c9dbccd1bffd512f7e34ae381860
SHA1 (patch-qw_source_master.c) = 8f42fec4b36c24daa8205f342318e91611b8b5df

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-qw_source_master.c,v 1.1 2013/08/31 14:49:08 joerg Exp $
--- qw/source/master.c.orig 2013-08-31 13:54:32.000000000 +0000
+++ qw/source/master.c
@@ -76,7 +76,7 @@ static __attribute__ ((unused)) const ch
static void __attribute__ ((format (printf, 1, 2)))
ma_log (const char *fmt, ...);
-#ifdef HAVE_IN_PKTINFO
+#if defined(HAVE_IN_PKTINFO) && !defined(__NetBSD__)
static int
qf_sendmsg (int sock, void *data, size_t len, struct msghdr *msghdr)
{