summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamil <kamil>2017-06-30 00:38:11 +0000
committerkamil <kamil>2017-06-30 00:38:11 +0000
commitdd45b940aea505845962a053589dc1d44bce28da (patch)
tree0de3dc82fc945aa85c25b9ed0b1fa9d1cf829d0f
parentdef559fa6153b4779ce987a414fdc93d24be6444 (diff)
downloadpkgsrc-dd45b940aea505845962a053589dc1d44bce28da.tar.gz
Correct LLDB build on NetBSD 8.99.1
Address <sys/user.h> removal fallout.
-rw-r--r--devel/lldb/distinfo7
-rw-r--r--devel/lldb/patches/patch-source_Host_netbsd_Host.cpp12
-rw-r--r--devel/lldb/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp12
3 files changed, 27 insertions, 4 deletions
diff --git a/devel/lldb/distinfo b/devel/lldb/distinfo
index f0abc099bc4..99874bdb25c 100644
--- a/devel/lldb/distinfo
+++ b/devel/lldb/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.6 2017/05/05 23:54:13 kamil Exp $
+$NetBSD: distinfo,v 1.7 2017/06/30 00:38:11 kamil Exp $
SHA1 (lldb-4.0.0.src.tar.xz) = da78ed1453a5e62ff058bebf0cd91c8f51ec5504
RMD160 (lldb-4.0.0.src.tar.xz) = a4f8d036901ae17ca0959dc4cd1064bbbbaa05af
SHA512 (lldb-4.0.0.src.tar.xz) = 931e8c6e74b66c4ac1c56c9d067309a319aa9a9f4c72d4ed9703be3decefeb8730084ad8c3581e4e31d61cdd4074518d2ed72bacce1e689e087b2f62ad4bb2e8
Size (lldb-4.0.0.src.tar.xz) = 19122324 bytes
-SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 8f7d06a4b3a1e996af9af4affd650291c4f01fe5
-SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = 512819d31de6280ccb143ed2fe5a37ecf58265ea
-SHA1 (patch-scripts_Python_modules_readline_readline.cpp) = 4a030226c47cf7d54ebc727e92e278c163e48bf5
+SHA1 (patch-source_Host_netbsd_Host.cpp) = 15eb83a4ec7f8a3187ad9a5a2751cf02c248caf1
+SHA1 (patch-source_Host_netbsd_HostThreadNetBSD.cpp) = df5d1bb7ae280184706b733625582d058a25ab9f
diff --git a/devel/lldb/patches/patch-source_Host_netbsd_Host.cpp b/devel/lldb/patches/patch-source_Host_netbsd_Host.cpp
new file mode 100644
index 00000000000..114d094a2fc
--- /dev/null
+++ b/devel/lldb/patches/patch-source_Host_netbsd_Host.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-source_Host_netbsd_Host.cpp,v 1.1 2017/06/30 00:38:11 kamil Exp $
+
+--- source/Host/netbsd/Host.cpp.orig 2016-09-20 22:26:29.000000000 +0000
++++ source/Host/netbsd/Host.cpp
+@@ -15,7 +15,6 @@
+ #include <sys/proc.h>
+ #include <sys/sysctl.h>
+ #include <sys/types.h>
+-#include <sys/user.h>
+
+ #include <limits.h>
+
diff --git a/devel/lldb/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp b/devel/lldb/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp
new file mode 100644
index 00000000000..18d66d7c613
--- /dev/null
+++ b/devel/lldb/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-source_Host_netbsd_HostThreadNetBSD.cpp,v 1.1 2017/06/30 00:38:11 kamil Exp $
+
+--- source/Host/netbsd/HostThreadNetBSD.cpp.orig 2016-09-06 20:57:50.000000000 +0000
++++ source/Host/netbsd/HostThreadNetBSD.cpp
+@@ -17,7 +17,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/sysctl.h>
+-#include <sys/user.h>
+
+ // C++ includes
+ #include <string>