FreeBSD Bugzilla – Attachment 177776 Details for
Bug 215135
devel/llvm39: Build on Tier2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
build fixes for devel/llvm39
devel_llvm39.patch (text/plain), 2.65 KB, created by
Matthew Rezny
on 2016-12-08 03:02:41 UTC
(
hide
)
Description:
build fixes for devel/llvm39
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2016-12-08 03:02:41 UTC
Size:
2.65 KB
patch
obsolete
>Index: devel/llvm39/Makefile >=================================================================== >--- devel/llvm39/Makefile (revision 427625) >+++ devel/llvm39/Makefile (working copy) >@@ -17,8 +17,6 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.TXT > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-BROKEN_powerpc64= Does not build >- > LLVM_RELEASE= ${DISTVERSION:C/rc.*//} > LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]$//} > RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} >@@ -81,6 +79,7 @@ > LLD_DESC= Install lld, the LLVM linker > LLD_DISTFILES= lld-${DISTVERSION}.src${EXTRACT_SUFX} > LLDB_DESC= Install lldb, the LLVM debugger (ignored on 9.x) >+LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp > LLDB_BUILD_DEPENDS= swig:devel/swig13 > LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} > LLDB_USES= execinfo >@@ -274,7 +273,7 @@ > .endif > > .if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang >-BROKEN= Working C++11 compiler and library required >+CXXFLAGS+= -D_GLIBCXX_USE_C99 > .endif > > .if ${PYTHON_REL} < 3400 >Index: devel/llvm39/files/clang-patch-tools_clang_tools_clang-format_clang-format.py >=================================================================== >--- devel/llvm39/files/clang-patch-tools_clang_tools_clang-format_clang-format.py (revision 427625) >+++ devel/llvm39/files/clang-patch-tools_clang_tools_clang-format_clang-format.py (working copy) >@@ -5,7 +5,7 @@ > # set g:clang_format_path to the path to clang-format if it is not on the path > # Change this to the full path if clang-format is not on the path. > -binary = 'clang-format' >-+binary = 'clang-format38' >++binary = 'clang-format39' > if vim.eval('exists("g:clang_format_path")') == "1": > binary = vim.eval('g:clang_format_path') > >Index: devel/llvm39/files/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp >=================================================================== >--- devel/llvm39/files/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp (nonexistent) >+++ devel/llvm39/files/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- tools/lldb/source/Host/common/FileSpec.cpp.orig 2016-12-03 16:10:10 UTC >++++ tools/lldb/source/Host/common/FileSpec.cpp >+@@ -17,6 +17,7 @@ >+ #ifndef _MSC_VER >+ #include <libgen.h> >+ #endif >++#include <climits> >+ #include <set> >+ #include <string.h> >+ #include <fstream> > >Property changes on: devel/llvm39/files/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215135
: 177776
Working