pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-git: Remove merged patches upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Dec 5 23:01:07 2015 +0100
Changeset: a798c6f86d103f9a1e02cabc098058dd8112f740
Modified Files:
lldb-git/distinfo
Removed Files:
lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_lldbtest.py
lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_plugins_builder__netbsd.py
lldb-git/patches/patch-lldb_source_Initialization_SystemInitializerCommon.cpp
Log Message:
lldb-git: Remove merged patches upstream
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a798c6f86d103f9a1e02cabc098058dd8112f740
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-git/distinfo | 3 ---
...h-lldb_packages_Python_lldbsuite_test_lldbtest.py | 13 -------------
..._Python_lldbsuite_test_plugins_builder__netbsd.py | 9 ---------
...source_Initialization_SystemInitializerCommon.cpp | 20 --------------------
4 files changed, 45 deletions(-)
diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index ba67991..8f705cd 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -19,10 +19,7 @@ SHA1 (patch-lldb_include_lldb_Utility_regengine.inc) = 0d89a51d088f12595b2bac586
SHA1 (patch-lldb_include_lldb_Utility_regex2.h) = 29baebb18b53d4b7782400bee273737e4bfbcb75
SHA1 (patch-lldb_include_lldb_Utility_regex__impl.h) = 438ea79c00a2aab9c48af766dc4772a4bcf0b60b
SHA1 (patch-lldb_include_lldb_Utility_regutils.h) = 32720727b719332123135536bdb4240cfc9db928
-SHA1 (patch-lldb_packages_Python_lldbsuite_test_lldbtest.py) = 2a96183b2b3d0e69b777223176fca0beb4d9c1f8
-SHA1 (patch-lldb_packages_Python_lldbsuite_test_plugins_builder__netbsd.py) = 04378657989586b9c416f0a96fef7e176d438da0
SHA1 (patch-lldb_scripts_CMakeLists.txt) = 7381e2905b2582c49e13f1e1190f3b4192271e68
-SHA1 (patch-lldb_source_Initialization_SystemInitializerCommon.cpp) = 6c1afcccdaae97960c79faa7c83dee5001cc2a17
SHA1 (patch-lldb_source_Utility_CMakeLists.txt) = 30a81e6b255c542011e2d9162f2516739df18c31
SHA1 (patch-lldb_source_Utility_regcomp.c) = 053fb3a61237d05e5f5ef26ab7f3be78240615e6
SHA1 (patch-lldb_source_Utility_regerror.c) = 71ed26ead0588ab2bbcc92c4e94622a988b0f19b
diff --git a/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_lldbtest.py b/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_lldbtest.py
deleted file mode 100644
index 4812a69..0000000
--- a/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_lldbtest.py
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lldb/packages/Python/lldbsuite/test/lldbtest.py.orig 2015-11-20 22:43:05.000000000 +0000
-+++ lldb/packages/Python/lldbsuite/test/lldbtest.py
-@@ -430,6 +430,8 @@ def getsource_if_available(obj):
- def builder_module():
- if sys.platform.startswith("freebsd"):
- return __import__("builder_freebsd")
-+ if sys.platform.startswith("netbsd"):
-+ return __import__("builder_netbsd")
- return __import__("builder_" + sys.platform)
-
- def run_adb_command(cmd, device_id):
diff --git a/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_plugins_builder__netbsd.py b/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_plugins_builder__netbsd.py
deleted file mode 100644
index 121e71e..0000000
--- a/lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_plugins_builder__netbsd.py
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD$
-
---- lldb/packages/Python/lldbsuite/test/plugins/builder_netbsd.py.orig 2015-11-30 03:53:10.000000000 +0000
-+++ lldb/packages/Python/lldbsuite/test/plugins/builder_netbsd.py
-@@ -0,0 +1,4 @@
-+from builder_base import *
-+
-+def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
-+ return False
diff --git a/lldb-git/patches/patch-lldb_source_Initialization_SystemInitializerCommon.cpp b/lldb-git/patches/patch-lldb_source_Initialization_SystemInitializerCommon.cpp
deleted file mode 100644
index 47dca67..0000000
--- a/lldb-git/patches/patch-lldb_source_Initialization_SystemInitializerCommon.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
---- lldb/source/Initialization/SystemInitializerCommon.cpp.orig 2015-11-18 04:51:19.000000000 +0000
-+++ lldb/source/Initialization/SystemInitializerCommon.cpp
-@@ -115,6 +115,7 @@ SystemInitializerCommon::Initialize()
- DynamicLoaderWindowsDYLD::Initialize();
- platform_freebsd::PlatformFreeBSD::Initialize();
- platform_linux::PlatformLinux::Initialize();
-+ platform_netbsd::PlatformNetBSD::Initialize();
- PlatformWindows::Initialize();
- PlatformKalimba::Initialize();
- platform_android::PlatformAndroid::Initialize();
-@@ -162,6 +163,7 @@ SystemInitializerCommon::Terminate()
- DynamicLoaderWindowsDYLD::Terminate();
- platform_freebsd::PlatformFreeBSD::Terminate();
- platform_linux::PlatformLinux::Terminate();
-+ platform_netbsd::PlatformNetBSD::Terminate();
- PlatformWindows::Terminate();
- PlatformKalimba::Terminate();
- platform_android::PlatformAndroid::Terminate();
Home |
Main Index |
Thread Index |
Old Index