Ticket #44188: llvm-all-python.patch
File llvm-all-python.patch, 6.5 KB (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
lang/llvm-2.9/Portfile
old new 285 285 variant python25 conflicts python26 python27 description {Use python 2.5} { 286 286 set pythonver 25 287 287 set pythonverdot 2.5 288 depends_build-append port:python25 288 289 } 289 290 290 291 variant python26 conflicts python25 python27 description {Use python 2.6} { 291 292 set pythonver 26 292 293 set pythonverdot 2.6 294 depends_build-append port:python26 293 295 } 294 296 295 297 variant python27 conflicts python25 python26 description {Use python 2.7} { 296 298 set pythonver 27 297 299 set pythonverdot 2.7 300 depends_build-append port:python27 298 301 } 299 302 300 303 variant analyzer description {Install clang static analyzer} { -
lang/llvm-3.0/Portfile
old new 282 282 variant python25 conflicts python26 python27 description {Use python 2.5} { 283 283 set pythonver 25 284 284 set pythonverdot 2.5 285 depends_build-append port:python25 285 286 } 286 287 287 288 variant python26 conflicts python25 python27 description {Use python 2.6} { 288 289 set pythonver 26 289 290 set pythonverdot 2.6 291 depends_build-append port:python26 290 292 } 291 293 292 294 variant python27 conflicts python25 python26 description {Use python 2.7} { 293 295 set pythonver 27 294 296 set pythonverdot 2.7 297 depends_build-append port:python27 295 298 } 296 299 297 300 variant analyzer description {Install clang static analyzer} { -
lang/llvm-3.1/Portfile
old new 286 286 variant python25 conflicts python26 python27 description {Use python 2.5} { 287 287 set pythonver 25 288 288 set pythonverdot 2.5 289 depends_build-append port:python25 289 290 } 290 291 291 292 variant python26 conflicts python25 python27 description {Use python 2.6} { 292 293 set pythonver 26 293 294 set pythonverdot 2.6 295 depends_build-append port:python26 294 296 } 295 297 296 298 variant python27 conflicts python25 python26 description {Use python 2.7} { 297 299 set pythonver 27 298 300 set pythonverdot 2.7 301 depends_build-append port:python27 299 302 } 300 303 301 304 variant analyzer description {Install clang static analyzer} { -
lang/llvm-3.2/Portfile
old new 298 298 variant python25 conflicts python26 python27 description {Use python 2.5} { 299 299 set pythonver 25 300 300 set pythonverdot 2.5 301 depends_build-append port:python25 301 302 } 302 303 303 304 variant python26 conflicts python25 python27 description {Use python 2.6} { 304 305 set pythonver 26 305 306 set pythonverdot 2.6 307 depends_build-append port:python26 306 308 } 307 309 308 310 variant python27 conflicts python25 python26 description {Use python 2.7} { 309 311 set pythonver 27 310 312 set pythonverdot 2.7 313 depends_build-append port:python27 311 314 } 312 315 313 316 variant analyzer description {Install clang static analyzer} { -
lang/llvm-3.3/Portfile
old new 294 294 variant python25 conflicts python26 python27 description {Use python 2.5} { 295 295 set pythonver 25 296 296 set pythonverdot 2.5 297 depends_build-append port:python25 297 298 configure.args-append --with-python=${prefix}/bin/python2.5 298 299 } 299 300 300 301 variant python26 conflicts python25 python27 description {Use python 2.6} { 301 302 set pythonver 26 302 303 set pythonverdot 2.6 304 depends_build-append port:python26 303 305 configure.args-append --with-python=${prefix}/bin/python2.6 304 306 } 305 307 306 308 variant python27 conflicts python25 python26 description {Use python 2.7} { 307 309 set pythonver 27 308 310 set pythonverdot 2.7 311 depends_build-append port:python27 309 312 configure.args-append --with-python=${prefix}/bin/python2.7 310 313 } 311 314 -
lang/llvm-3.4/Portfile
old new 5 5 6 6 set llvm_version 3.4 7 7 set llvm_version_no_dot 34 8 revision 38 revision 4 9 9 name llvm-${llvm_version} 10 10 subport clang-${llvm_version} { revision 4 } 11 11 set suffix mp-${llvm_version} … … 42 42 that can be built using the Clang frontend as a \ 43 43 library to parse C/C++ code. 44 44 45 depends_lib port:llvm-${llvm_version} port:libffi 46 depends_run port:clang_select port:ld64 port:python2745 depends_lib port:llvm-${llvm_version} port:libffi port:python27 46 depends_run port:clang_select port:ld64 47 47 depends_extract bin:svn:subversion 48 48 depends_build port:cctools 49 49 depends_skip_archcheck-append cctools ld64 subversion … … 133 133 } elseif {${subport} == "clang-${llvm_version}"} { 134 134 select.group clang 135 135 select.file ${filespath}/mp-${subport} 136 137 configure.args-append --with-python=${prefix}/bin/python2.7 136 138 } 137 139 138 140 # g++-4.0 fails to build some of the newer C++ for ppc -
lang/llvm-3.5/Portfile
old new 42 42 that can be built using the Clang frontend as a \ 43 43 library to parse C/C++ code. 44 44 45 depends_lib port:llvm-${llvm_version} port:libffi 46 depends_run port:clang_select port:ld64 port:python2745 depends_lib port:llvm-${llvm_version} port:libffi port:python27 46 depends_run port:clang_select port:ld64 47 47 depends_extract bin:svn:subversion 48 48 depends_build port:cctools 49 49 depends_skip_archcheck-append cctools ld64 subversion … … 58 58 set libcxx_rev ${svn.revision} 59 59 set clang-modernize_rev ${svn.revision} 60 60 version ${llvm_version}-r${svn.revision} 61 revision 1 61 62 worksrcdir trunk 62 63 svn.url http://llvm.org/svn/llvm-project/llvm/trunk 63 64 #worksrcdir release_${llvm_version_no_dot} … … 113 114 } elseif {${subport} == "clang-${llvm_version}"} { 114 115 select.group clang 115 116 select.file ${filespath}/mp-${subport} 117 118 configure.args-append --with-python=${prefix}/bin/python27 116 119 } 117 120 118 121 # llvm-3.5 and later requires a C++11 runtime