pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lldb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 27 09:17:42 UTC 2016

Modified Files:
        pkgsrc/devel/lldb: Makefile PLIST distinfo
        pkgsrc/devel/lldb/patches: patch-scripts_Python_finishSwigPythonLLDB.py

Log Message:
Updated lldb to 3.8.1.

Mark as not ready for python-3.x.

No special changelog found, but this matches llvm/clang 3.8.1.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lldb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lldb/PLIST pkgsrc/devel/lldb/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lldb/Makefile
diff -u pkgsrc/devel/lldb/Makefile:1.2 pkgsrc/devel/lldb/Makefile:1.3
--- pkgsrc/devel/lldb/Makefile:1.2      Mon Mar 28 15:15:55 2016
+++ pkgsrc/devel/lldb/Makefile  Wed Jul 27 09:17:41 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/03/28 15:15:55 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/27 09:17:41 wiz Exp $
 
-DISTNAME=      lldb-3.8.0.src
+DISTNAME=      lldb-3.8.1.src
 PKGNAME=       ${DISTNAME:S/.src//}
 CATEGORIES=    lang devel
 MASTER_SITES=  http://llvm.org/releases/${PKGVERSION_NOREV}/
@@ -22,6 +22,8 @@ USE_CMAKE=            yes
 GCC_REQD+=             4.8
 PY_PATCHPLIST=         yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # compilation failure in 3.8.1 (3.8.0 worked)
+
 CMAKE_ARGS+=   -DLLVM_CONFIG=${LLVM_CONFIG_PATH}
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DCMAKE_C_COMPILER=gcc

Index: pkgsrc/devel/lldb/PLIST
diff -u pkgsrc/devel/lldb/PLIST:1.1 pkgsrc/devel/lldb/PLIST:1.2
--- pkgsrc/devel/lldb/PLIST:1.1 Mon Mar 28 13:13:54 2016
+++ pkgsrc/devel/lldb/PLIST     Wed Jul 27 09:17:41 2016
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2016/03/28 13:13:54 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/07/27 09:17:41 wiz Exp $
 bin/lldb
-bin/lldb-3.8.0
+bin/lldb-3.8.1
 bin/lldb-argdumper
 bin/lldb-mi
-bin/lldb-mi-3.8.0
+bin/lldb-mi-3.8.1
 bin/lldb-server
-bin/lldb-server-3.8.0
+bin/lldb-server-3.8.1
 include/lldb/API/LLDB.h
 include/lldb/API/SBAddress.h
 include/lldb/API/SBAttachInfo.h
@@ -495,7 +495,7 @@ include/lldb/lldb-public.h
 include/lldb/lldb-types.h
 include/lldb/lldb-versioning.h
 lib/liblldb.so
-lib/liblldb.so.3.8.0
+lib/liblldb.so.3.8.1
 lib/liblldbBase.a
 lib/liblldbBreakpoint.a
 lib/liblldbCommands.a
Index: pkgsrc/devel/lldb/distinfo
diff -u pkgsrc/devel/lldb/distinfo:1.1 pkgsrc/devel/lldb/distinfo:1.2
--- pkgsrc/devel/lldb/distinfo:1.1      Mon Mar 28 13:13:54 2016
+++ pkgsrc/devel/lldb/distinfo  Wed Jul 27 09:17:41 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2016/03/28 13:13:54 kamil Exp $
+$NetBSD: distinfo,v 1.2 2016/07/27 09:17:41 wiz Exp $
 
-SHA1 (lldb-3.8.0.src.tar.xz) = 6d503cea94c131b6bfcf5254e62d32fcce1ebcc8
-RMD160 (lldb-3.8.0.src.tar.xz) = 6eadec551cebe38916590df0d730449aec22d26a
-SHA512 (lldb-3.8.0.src.tar.xz) = a491209ae12b0c7d938ebd94362396a50922326ed24ed11f71b1f19b61274a34a92d2bd46857b44081e7fa3e6d0a641d148bd4022f8edf71f80ff2aa7a55ebef
-Size (lldb-3.8.0.src.tar.xz) = 10929768 bytes
+SHA1 (lldb-3.8.1.src.tar.xz) = 20ecd2d20d95b25ed84fd707f3851bb567d750cb
+RMD160 (lldb-3.8.1.src.tar.xz) = e080bb734bcba419472acc0619fc7affb6209104
+SHA512 (lldb-3.8.1.src.tar.xz) = d73c55daed6ef5e5ca784c7010f2d75be26024b14fa61a2861a8a6cbe129e417fb7be2a3b532e17e9d7de98ae38ce6a689d8166049eff365fb04f4bd772758f3
+Size (lldb-3.8.1.src.tar.xz) = 10928220 bytes
 SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 1b8d85d5aa4ac35d4b303a1dc7754ce63cf96cb0
 SHA1 (patch-include_lldb_Utility_regcclass.h) = 9ed649e8deb5924feaf82a6e675f5c596367b3d6
 SHA1 (patch-include_lldb_Utility_regcname.h) = b67145f0437d3c09adc33a925d49267cd9ba4fd7
@@ -12,7 +12,7 @@ SHA1 (patch-include_lldb_Utility_regex2.
 SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e1538ef84b6
 SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190
 SHA1 (patch-scripts_CMakeLists.txt) = 07043853b1a923aa8fcb9124b79453eca21c01fb
-SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = e2ad536cf12cea251b2a2117091b970e3081fad6
+SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = fc0723771d886f0f174f25d91dac85376376af79
 SHA1 (patch-scripts_Python_modules_readline_readline.cpp) = 4a030226c47cf7d54ebc727e92e278c163e48bf5
 SHA1 (patch-source_Utility_CMakeLists.txt) = 5b10fe94d76135d8d5ba31862066841394dd45c1
 SHA1 (patch-source_Utility_regcomp.c) = bd315000773bab38b6fe6d119420afbcb5b83a59

Index: pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py
diff -u pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py:1.1 pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py:1.2
--- pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py:1.1  Mon Mar 28 13:13:55 2016
+++ pkgsrc/devel/lldb/patches/patch-scripts_Python_finishSwigPythonLLDB.py      Wed Jul 27 09:17:42 2016
@@ -1,12 +1,12 @@
-$NetBSD: patch-scripts_Python_finishSwigPythonLLDB.py,v 1.1 2016/03/28 13:13:55 kamil Exp $
+$NetBSD: patch-scripts_Python_finishSwigPythonLLDB.py,v 1.2 2016/07/27 09:17:42 wiz Exp $
 
 Don't conflict with lang/py-six.
 
---- scripts/Python/finishSwigPythonLLDB.py.orig        2016-02-21 02:08:07.000000000 +0000
+--- scripts/Python/finishSwigPythonLLDB.py.orig        2016-05-19 21:02:17.000000000 +0000
 +++ scripts/Python/finishSwigPythonLLDB.py
-@@ -719,8 +719,8 @@ def main(vDictArgs):
+@@ -749,8 +749,8 @@ def main(vDictArgs):
      if bOk:
-         bOk, strMsg = create_symlinks(vDictArgs, strFrameworkPythonDir)
+         bOk, strMsg = create_symlinks(vDictArgs, strFrameworkPythonDir, strLldbLibDir)
  
 -    if bOk:
 -        bOk, strMsg = copy_six(vDictArgs, strFrameworkPythonDir)



Home | Main Index | Thread Index | Old Index