aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update lang/erlang-wx to version 19.3.6.7.Jimmy Olgeni2018-03-222-3/+6
| | | | Notes: svn path=/head/; revision=465321
* Update lang/erlang to version 19.3.6.7.Jimmy Olgeni2018-03-222-5/+9
| | | | Notes: svn path=/head/; revision=465320
* Update lang/erlang-runtime19 to version 19.3.6.7.Jimmy Olgeni2018-03-222-5/+9
| | | | Notes: svn path=/head/; revision=465319
* Update lang/erlang-runtime20 to version 20.3.2.Jimmy Olgeni2018-03-222-6/+10
| | | | Notes: svn path=/head/; revision=465318
* lang/rust: Update to 1.24.1Jean-Sébastien Pédron2018-03-222-5/+6
| | | | | | | | | | | | The announcement is available on Rust blog: https://blog.rust-lang.org/2018/03/01/Rust-1.24.1.html There is a compilation error when it builds `clippy-driver` and `miri` but it apparently doesn't affect the result. There are probably optional tools/dependencies. Notes: svn path=/head/; revision=465302
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-1/+1
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* Update rust-nightly to 2018-03-21.Bryan Drewery2018-03-214-443/+25
| | | | | | | | The ABI patch and bootstrap patching are no longer needed on head after fixes fully upstreamed in https://github.com/rust-lang/rust/issues/42681. Notes: svn path=/head/; revision=465189
* lang/opencoarrays: Update to 2.0.0Yuri Victorovich2018-03-213-9/+8
| | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Group USExx * Substitute PORTVERSION in pkg-plist PR: 226724 Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer) Notes: svn path=/head/; revision=465154
* Fix CCACHE_BUILD support.Bryan Drewery2018-03-211-2/+4
| | | | Notes: svn path=/head/; revision=465145
* lang/c: Update to 0.11Steve Wills2018-03-202-3/+4
| | | | | | | | PR: 226726 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=465050
* Use current signal code constants for SIGFPE rather than deprecated ones.John Baldwin2018-03-191-0/+13
| | | | | | | | | PR: 226661 Reviewed by: joemann@beefree.free.de (maintainer) Approved by: brooks Notes: svn path=/head/; revision=465024
* Update to 0.4.21 release.Alex Dupre2018-03-192-4/+5
| | | | Notes: svn path=/head/; revision=465023
* Update to v5.27.9-177-g8fe9e9e.Mathieu Arnold2018-03-195-10/+15
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=465007
* - Update to 2.4.14Li-Wen Hsu2018-03-192-6/+6
| | | | Notes: svn path=/head/; revision=464987
* devel/oniguruma: Update to 6.8.1Yuri Victorovich2018-03-195-5/+5
| | | | | | | Only changed the shared object version (forgotten on the previous release). Notes: svn path=/head/; revision=464983
* Update to the 20180318 snapshot of GCC 8.Gerald Pfeifer2018-03-182-4/+4
| | | | Notes: svn path=/head/; revision=464972
* Update lang/elixir to version 1.6.4.Jimmy Olgeni2018-03-182-6/+6
| | | | Notes: svn path=/head/; revision=464966
* Update lang/erlang-java to version 19.3.6.6.Jimmy Olgeni2018-03-182-3/+5
| | | | Notes: svn path=/head/; revision=464965
* Update lang/erlang-wx to version 19.3.6.6.Jimmy Olgeni2018-03-182-3/+5
| | | | Notes: svn path=/head/; revision=464964
* Update lang/erlang to version 19.3.6.6.Jimmy Olgeni2018-03-182-6/+13
| | | | Notes: svn path=/head/; revision=464963
* Update lang/erlang-runtime20 to version 20.3.1.Jimmy Olgeni2018-03-182-18/+15
| | | | Notes: svn path=/head/; revision=464962