aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r466249 r470619Mark Felder2018-05-303-4/+15
| | | | | | | | | | | | Update to 1.10.1 Update to 1.10.2 PR: 228253 Submitted by: Dmitri Goutnik Notes: svn path=/branches/2018Q2/; revision=471147
* MFH: r471095Torsten Zuehlsdorff2018-05-302-4/+4
| | | | | | | | | | | lang/php72: Update from 7.2.5 to 7.2.6 Changelog: http://www.php.net/ChangeLog-7.php#7.2.6 Approved by: ports-secteam (mivi) Notes: svn path=/branches/2018Q2/; revision=471133
* MFH: r471094Torsten Zuehlsdorff2018-05-302-4/+4
| | | | | | | | | | | Update PHP 7.1 from 7.1.17 to 7.1.18 Changelog: http://www.php.net/ChangeLog-7.php#7.1.18 Approved by: ports-secteam (mivi) Notes: svn path=/branches/2018Q2/; revision=471132
* MFH: r468566 r469635Mark Felder2018-05-256-145/+16
| | | | | | | | | | | | | | | | | | lang/python27: Fix build with LibreSSL 2.7 PR: 226883 Submitted by: Charlie Li <ml+freebsd vishwin info> Approved by: python (koobs) Differential Revision: https://reviews.freebsd.org/D14837 - Update to 2.7.15(include security fix) PR: 228028 Submitted by: wen@(myself) Exp-run by: antoine@ Notes: svn path=/branches/2018Q2/; revision=470858
* MFH: r466295Mark Felder2018-05-254-21/+25
| | | | | | | | | | | Update to 3.6.5 Changes: https://docs.python.org/3.6/whatsnew/changelog.html PR: 227090 Exp-run by: antoine Notes: svn path=/branches/2018Q2/; revision=470857
* MFH: r469895Florian Smeets2018-05-243-1/+31
| | | | | | | | | | | | | | Prevent php 5.6 (opcache) from segfaulting when compiled with clang 6.0 PR: 227723 Submitted by: dim Reported by: flo, lampa@fit.vutbr.cz Approved by: maintainer timeout Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=470806
* MFH: r469591Bryan Drewery2018-05-102-13/+2
| | | | | | | | | | | | | Fix libtclstub.a being stripped of symbols and thus being useless. - We forced -s to INSTALL because we were not using install-strip. - qa.sh was bugged and improperly reported that the shared library was not stripped. That was fixed in r469589. Approved by: portmgr (implicit) Notes: svn path=/branches/2018Q2/; revision=469592
* MFH: r468352Torsten Zuehlsdorff2018-04-302-4/+4
| | | | | | | | | | | | | lang/php70: Update from 7.0.29 to 7.0.30 Changelog: http://www.php.net/ChangeLog-7.php#7.0.30 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=468678
* MFH: r468353Torsten Zuehlsdorff2018-04-302-4/+4
| | | | | | | | | | | | | Update PHP 7.1 from 7.1.16 to 7.1.17 Changelog: http://www.php.net/ChangeLog-7.php#7.1.17 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=468677
* MFH: r468354Torsten Zuehlsdorff2018-04-302-4/+4
| | | | | | | | | | | | | lang/php72: Update from 7.2.4 to 7.2.5 Changelog: http://www.php.net/ChangeLog-7.php#7.2.5 Security: CVE-2018-5712 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=468676
* MFH: r468134Tijl Coosemans2018-04-281-1/+1
| | | | | | | | | | Update security/mbedtls to 2.8.0 and bump dependent ports. Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=468553
* MFH: r468412Jan Beich2018-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lang/solidity: unbreak with Clang 6 In file included from libsolidity/analysis/ConstantEvaluator.cpp:23: In file included from ./libsolidity/analysis/ConstantEvaluator.h:25: In file included from ./libsolidity/ast/ASTVisitor.h:25: In file included from /usr/include/c++/v1/string:477: In file included from /usr/include/c++/v1/string_view:176: In file included from /usr/include/c++/v1/__string:56: In file included from /usr/include/c++/v1/algorithm:643: /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::FixedBytesType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3617:9: note: in instantiation of member function 'std::__1::__shared_ptr_emplace<dev::solidity::FixedBytesType, std::__1::allocator<dev::solidity::FixedBytesType> >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace<dev::solidity::FixedBytesType, std::__1::allocator<dev::solidity::FixedBytesType> >::__shared_ptr_emplace<int>' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr<dev::solidity::FixedBytesType>::make_shared<int>' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ ./libsolidity/ast/Types.h:623:19: note: in instantiation of function template specialization 'std::__1::make_shared<dev::solidity::FixedBytesType, int>' requested here m_baseType(std::make_shared<FixedBytesType>(1)) ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::IntegerType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3617:9: note: in instantiation of member function 'std::__1::__shared_ptr_emplace<dev::solidity::IntegerType, std::__1::allocator<dev::solidity::IntegerType> >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace<dev::solidity::IntegerType, std::__1::allocator<dev::solidity::IntegerType> >::__shared_ptr_emplace<int, dev::solidity::IntegerType::Modifier>' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr<dev::solidity::IntegerType>::make_shared<int, dev::solidity::IntegerType::Modifier>' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ ./libsolidity/ast/Types.h:718:15: note: in instantiation of function template specialization 'std::__1::make_shared<dev::solidity::IntegerType, int, dev::solidity::IntegerType::Modifier>' requested here return std::make_shared<IntegerType>(160, IntegerType::Modifier::Address); ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::BoolType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3612:5: note: in instantiation of member function 'std::__1::__shared_ptr_emplace<dev::solidity::BoolType, std::__1::allocator<dev::solidity::BoolType> >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of member function 'std::__1::__shared_ptr_emplace<dev::solidity::BoolType, std::__1::allocator<dev::solidity::BoolType> >::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr<dev::solidity::BoolType>::make_shared<>' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ libsolidity/analysis/ConstantEvaluator.cpp:58:4: note: in instantiation of function template specialization 'std::__1::make_shared<dev::solidity::BoolType>' requested here make_shared<BoolType>() : ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ Reported by: pkg-fallout Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q2/; revision=468413
* MFH: r466296Dan Langille2018-04-232-5/+14
| | | | | | | | | | | | | | Update to 2.4.4 Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/ PR: 227091 Exp-run by: antoine Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q2/; revision=468143
* MFH: r467796Sunpoet Po-Chuan Hsieh2018-04-214-5/+8
| | | | | | | | | | | | Update to 5.26.2 Changes: https://metacpan.org/changes/release/SHAY/perl-5.26.2 Security: 41c96ffd-29a6-4dcc-9a88-65f5038fa6eb Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=467910
* MFH: r467427Sunpoet Po-Chuan Hsieh2018-04-194-5/+7
| | | | | | | | | | | | Update to 5.24.4 Changes: https://metacpan.org/changes/release/SHAY/perl-5.24.4 Security: 41c96ffd-29a6-4dcc-9a88-65f5038fa6eb Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=467797
* MFH: r467538Bryan Drewery2018-04-164-453/+28
| | | | | | | | | | | | | | | | | | Update to 1.25.0. - The ABI patch is no longer needed on head due to fixes being upstreamed to use the pre-ino64 symbols. The ABI patch is still needed for the bootstrap but should be removable for 1.26.0 if it uses beta 2018-03-18. PR: 227130 [based on] Tested by: dumbbell, Charlie Li Submitted by: riggs [based on] Differential Revision: https://reviews.freebsd.org/D14921 [based on] Approved by: portmgr (implicit) Notes: svn path=/branches/2018Q2/; revision=467539
* MFH: r466773Thomas Zander2018-04-092-5/+5
| | | | | | | | | | | | Update to 5.6.35 release. PR: 227246 Submitted by: Dani <i.dani@outlook.com> Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q2/; revision=466842
* MFH: r466648Jan Beich2018-04-076-6/+6
| | | | | | | | | | | | | devel/icu: update to 61.1 Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/branches/2018Q2/; revision=466760
* Update to version 1.4.6Kirill Ponomarev2018-03-313-7/+13
| | | | Notes: svn path=/head/; revision=466069
* Update to the 20180329 snapshot of GCC 7.3.1.Gerald Pfeifer2018-03-312-4/+4
| | | | Notes: svn path=/head/; revision=466051
* Allow gcc compilers to be built on new arch 'powerpcspe'.Mark Linimon2018-03-3112-6/+114
| | | | | | | | | | | Tested for no-harm on amd64. Submitted by: jhibbits Approved by: portmgr (tier-2 blanket) Differential Revision: D13126 Notes: svn path=/head/; revision=466045
* Disable dtrace usdt on armvX to fix builds on those platforms (as was alreadyMark Linimon2018-03-313-6/+12
| | | | | | | | | | | | | done for aarch64). Change is harmless on amd64. While here, sort OPTIONS. PR: 224271 Submitted by: mikael.urankar Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=466038
* Update to the 20180325 snapshot of GCC 8.Gerald Pfeifer2018-03-302-4/+4
| | | | Notes: svn path=/head/; revision=465947
* Update to the 20180328 snapshot of GCC 6.4.1.Gerald Pfeifer2018-03-292-4/+4
| | | | Notes: svn path=/head/; revision=465932
* Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 2018-04-30Sunpoet Po-Chuan Hsieh2018-03-291-0/+4
| | | | Notes: svn path=/head/; revision=465924
* Update to 2.5.1Sunpoet Po-Chuan Hsieh2018-03-297-10045/+9
| | | | | | | | Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-5-1-released/ Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089 Notes: svn path=/head/; revision=465922
* Update to 2.3.7Sunpoet Po-Chuan Hsieh2018-03-292-3/+9
| | | | | | | | Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-3-7-released/ Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089 Notes: svn path=/head/; revision=465921
* Fix permissions in installed Qt5 header filesTobias C. Berner2018-03-291-0/+1
| | | | | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com Notes: svn path=/head/; revision=465911
* Update to 2018-03-28Bryan Drewery2018-03-292-4/+4
| | | | Notes: svn path=/head/; revision=465910
* lang/fpc: Set LLD_UNSAFEEd Maste2018-03-291-0/+1
| | | | | | | | | | | | | | | | | fpc produces and needs to link an object file with invalid section header alignment, which lld refuses to do. The build fails with: /usr/bin/ld: error: x86_64/units/x86_64-freebsd/i_linux.o: \ invalid alignment of section headers Setting LLD_UNSAFE makes the port link with ld.bfd instead. PR: 222172 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=465903
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-294-5/+1
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Mark some ports broken with openssl-devel.Mathieu Arnold2018-03-291-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465899
* lang/php72: Update from 7.2.3 to 7.2.4Torsten Zuehlsdorff2018-03-292-5/+5
| | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.2.4 Notes: svn path=/head/; revision=465893
* Update PHP 7.1 from 7.1.15 to 7.1.16Torsten Zuehlsdorff2018-03-292-5/+5
| | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.16 Notes: svn path=/head/; revision=465891
* lang/php70: Update from 7.0.28 to 7.0.29Torsten Zuehlsdorff2018-03-292-5/+5
| | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.29 Notes: svn path=/head/; revision=465890
* Update to 1.73.02Kirill Ponomarev2018-03-292-4/+4
| | | | | | | | | | | Fix linking with ld.lld PR: 226985 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465882
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226987 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465881
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226991 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465878
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226988 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465877
* Update to 1.19.0Akinori MUSHA2018-03-282-4/+4
| | | | | | | | PR: 226381 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=465822
* In lang/ccl:Jimmy Olgeni2018-03-273-0/+39
| | | | | | | | | | | | | - Explicitly include <machine/trap.h> for accessing T_PAGEFLT. - Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than 'mc_trapno'. PR: 226809 Submitted by: jhb Notes: svn path=/head/; revision=465746
* lang/myrddin: Fix build when ld is ld.lldTobias Kortkamp2018-03-271-1/+5
| | | | | | | | | | | | | | ld: error: <internal>: section sh_addralign is not a power of 2 Myrddin's build system directly calls ld so LLD_UNSAFE can't work here. Workaround the issue by adding a binary alias to ld.bfd to fix the build for now. PR: 226986 Reported by: emaste Notes: svn path=/head/; revision=465725
* lang/tcl85, lang/tcl86: remove MODULES optionPietro Cerutti2018-03-274-28/+24
| | | | | | | | | | | MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557). Moreover, they don't require any additional dependencies and their cost in terms of size is small wrt the total size of these ports. PR: 226557 Notes: svn path=/head/; revision=465706
* Update to v5.27.10-21-g811612a.Mathieu Arnold2018-03-265-7/+9
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465594
* lang/ruby25: fix build with LibreSSL 2.7Steve Wills2018-03-261-0/+28
| | | | | | | | PR: 226852 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=465590
* Disable dtrace usdt on armvX. It causes link failures.Mark Linimon2018-03-253-0/+15
| | | | | | | | | | | Regression-tested on amd64. PR: 224271 Submitted by: mikael.urankar Approved by: kwm (maintainer timeout) Notes: svn path=/head/; revision=465519
* Remove expired port:Rene Ladan2018-03-259-711/+0
| | | | | | | 2018-03-19 lang/x10: Broken for more than 6 months Notes: svn path=/head/; revision=465513
* Update to the 20180322 snapshot of GCC 7.3.1.Gerald Pfeifer2018-03-242-4/+4
| | | | Notes: svn path=/head/; revision=465445
* Update to the 20180321 snapshot of GCC 6.4.1.Gerald Pfeifer2018-03-242-4/+4
| | | | Notes: svn path=/head/; revision=465441
* Update lang/erlang-java to version 19.3.6.7.Jimmy Olgeni2018-03-222-3/+6
| | | | Notes: svn path=/head/; revision=465322