diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-09 13:56:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-09 13:56:11 +0000 |
commit | 339c27a3498189bb3fbbf804c1ea34479acf0bf6 (patch) | |
tree | a6bf1451f6f2f6a3f779c420b6c4b10355f73636 | |
parent | a9584a7fe6022b946d47978087958c7dfbb2a0fe (diff) | |
download | pkgsrc-339c27a3498189bb3fbbf804c1ea34479acf0bf6.tar.gz |
Add missing includes.
5 files changed, 44 insertions, 4 deletions
diff --git a/devel/xulrunner10/distinfo b/devel/xulrunner10/distinfo index 3df6bace7e5..057a4592858 100644 --- a/devel/xulrunner10/distinfo +++ b/devel/xulrunner10/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2013/03/27 09:33:01 sbd Exp $ +$NetBSD: distinfo,v 1.15 2013/05/09 13:56:11 joerg Exp $ SHA1 (firefox-10.0.12esr.source.tar.bz2) = d9086cabf06e04ef5200a8731288c0df27eb84d7 RMD160 (firefox-10.0.12esr.source.tar.bz2) = b112325fa37435d62e5e2737f2e87caf58f25b3c @@ -39,9 +39,10 @@ SHA1 (patch-ipc_chromium_chromium-config.mk) = ef9eb54c84b3b88818b136dc7ce4f67bf SHA1 (patch-ipc_chromium_src_base_base__paths.h) = 99f2ed0597e8b1fd2b791f54948eecc8bd712260 SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = 7e17052441aef7997ae3c4bef3a26538a334fed4 SHA1 (patch-ipc_chromium_src_base_file__util.h) = e84b723a4a6965c6e7e3867a147841269287fb1d -SHA1 (patch-ipc_chromium_src_base_file__util__bsd.cc) = 6f3be0c99789031f1ec1a452260b827b09578848 +SHA1 (patch-ipc_chromium_src_base_file__util__bsd.cc) = b95296b23151b27a564d089fc4fd9592b75e597e SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 39b5d75daedc20e2074946d68df9606d5da85b7a SHA1 (patch-ipc_chromium_src_base_message__loop.cc) = a74e738aabf54ef6241274a94ea6cbaa33ae4528 +SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 77735f622c8c634c41277a183d408c6863cac23a SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = b94143682aefa761d7bb862194f3731a2945ff27 SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = e4cc75547773b908da1cded05a5dd3b49670f844 SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 1c524bc9834ffec2c0d7960f9205d573a79b47fc @@ -51,7 +52,9 @@ SHA1 (patch-ipc_chromium_src_base_process__util__posix.cc) = 0a465abc906dfb44dcd SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 432a5ad9db122304c16f2f34549b16cb5a71612f SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = a47b502d7e10fb929419bf8dfe2356f3084f2f0f SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prtime.cc) = 95c740db41392752ce7d93fb0908a8df845891ff +SHA1 (patch-ipc_chromium_src_base_time__posix.cc) = 509806a8c15c721223f619ab057fb15d6c805361 SHA1 (patch-ipc_chromium_src_build_build__config.h) = 204f8849c35b3882cf9681a27e14b9029954dab9 +SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc) = 9c09cc7a5fcc6043c2e77e3287e31c38eb5d6167 SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = b8a0af0702c511d2d5e5938f8efc266ca2456014 SHA1 (patch-ipc_chromium_src_chrome_common_ipc__message__utils.h) = 6842aff28b61ac82aceb18950ec6e1cb73437415 SHA1 (patch-ipc_chromium_src_chrome_common_transport__dib.h) = 15bdec3149290a55703fbdc3d774918baed73c02 diff --git a/devel/xulrunner10/patches/patch-ipc_chromium_src_base_file__util__bsd.cc b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_file__util__bsd.cc index a209eb085d6..d739ba49ed0 100644 --- a/devel/xulrunner10/patches/patch-ipc_chromium_src_base_file__util__bsd.cc +++ b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_file__util__bsd.cc @@ -1,8 +1,8 @@ -$NetBSD: patch-ipc_chromium_src_base_file__util__bsd.cc,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $ +$NetBSD: patch-ipc_chromium_src_base_file__util__bsd.cc,v 1.2 2013/05/09 13:56:11 joerg Exp $ --- ipc/chromium/src/base/file_util_bsd.cc.orig 2012-03-14 10:20:40.000000000 +0000 +++ ipc/chromium/src/base/file_util_bsd.cc -@@ -0,0 +1,79 @@ +@@ -0,0 +1,80 @@ +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -12,6 +12,7 @@ $NetBSD: patch-ipc_chromium_src_base_file__util__bsd.cc,v 1.1.1.1 2012/03/15 08: +#include "base/file_util.h" + +#include <fcntl.h> ++#include <unistd.h> + +#include <string> +#include <vector> diff --git a/devel/xulrunner10/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc new file mode 100644 index 00000000000..8a090a2b040 --- /dev/null +++ b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.1 2013/05/09 13:56:11 joerg Exp $ + +--- ipc/chromium/src/base/message_pump_libevent.cc.orig 2013-05-05 17:38:57.000000000 +0000 ++++ ipc/chromium/src/base/message_pump_libevent.cc +@@ -6,6 +6,7 @@ + + #include <errno.h> + #include <fcntl.h> ++#include <unistd.h> + + #include "eintr_wrapper.h" + #include "base/logging.h" diff --git a/devel/xulrunner10/patches/patch-ipc_chromium_src_base_time__posix.cc b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_time__posix.cc new file mode 100644 index 00000000000..366da08c422 --- /dev/null +++ b/devel/xulrunner10/patches/patch-ipc_chromium_src_base_time__posix.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-ipc_chromium_src_base_time__posix.cc,v 1.1 2013/05/09 13:56:11 joerg Exp $ + +--- ipc/chromium/src/base/time_posix.cc.orig 2013-05-05 17:47:44.000000000 +0000 ++++ ipc/chromium/src/base/time_posix.cc +@@ -13,6 +13,7 @@ + #else + #include <time.h> + #endif ++#include <unistd.h> + + #include <limits> + diff --git a/devel/xulrunner10/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc b/devel/xulrunner10/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc new file mode 100644 index 00000000000..1543bcbb371 --- /dev/null +++ b/devel/xulrunner10/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc,v 1.1 2013/05/09 13:56:11 joerg Exp $ + +--- ipc/chromium/src/chrome/common/ipc_channel_posix.cc.orig 2013-05-05 17:41:27.000000000 +0000 ++++ ipc/chromium/src/chrome/common/ipc_channel_posix.cc +@@ -12,6 +12,7 @@ + #include <sys/stat.h> + #include <sys/un.h> + #include <sys/uio.h> ++#include <unistd.h> + + #include <string> + #include <map> |