pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-git: Patch merged upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Dec 11 05:12:54 2015 +0100
Changeset: 309c009c0c017b1806d3fd98692346a08cb23c82
Modified Files:
lldb-git/distinfo
Removed Files:
lldb-git/patches/patch-lldb_packages_Python_lldbsuite_test_lldbtest.py
Log Message:
lldb-git: Patch merged upstream
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=309c009c0c017b1806d3fd98692346a08cb23c82
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-git/distinfo | 1 -
.../patch-lldb_packages_Python_lldbsuite_test_lldbtest.py | 13 -------------
2 files changed, 14 deletions(-)
diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 29796eb..8f705cd 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -19,7 +19,6 @@ 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) = b8adc55f06e82b76f638b9cb8e9a85b838a88e80
SHA1 (patch-lldb_scripts_CMakeLists.txt) = 7381e2905b2582c49e13f1e1190f3b4192271e68
SHA1 (patch-lldb_source_Utility_CMakeLists.txt) = 30a81e6b255c542011e2d9162f2516739df18c31
SHA1 (patch-lldb_source_Utility_regcomp.c) = 053fb3a61237d05e5f5ef26ab7f3be78240615e6
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 bcedb94..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-12-07 21:32:38.000000000 +0000
-+++ lldb/packages/Python/lldbsuite/test/lldbtest.py
-@@ -2106,7 +2106,7 @@ class Base(unittest2.TestCase):
- 'FRAMEWORK_INCLUDES' : "-F%s" % lib_dir,
- 'LD_EXTRAS' : "%s -Wl,-rpath,%s" % (dsym, lib_dir),
- }
-- elif sys.platform.startswith('freebsd') or sys.platform.startswith("linux") or os.environ.get('LLDB_BUILD_TYPE') == 'Makefile':
-+ elif sys.platform.rstrip('123456789') in ('freebsd', 'linux', 'netbsd') or os.environ.get('LLDB_BUILD_TYPE') == 'Makefile':
- d = {'CXX_SOURCES' : sources,
- 'EXE' : exe_name,
- 'CFLAGS_EXTRAS' : "%s %s -I%s" % (stdflag, stdlibflag, os.path.join(os.environ["LLDB_SRC"], "include")),
Home |
Main Index |
Thread Index |
Old Index