aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20210311 snapshot of GCC 8.4.1.Gerald Pfeifer2021-03-132-4/+4
| | | | | | | | | This brings one back port for the Fortran front end. The 20210225 and 20210304 snapshots did not bring any changes. Notes: svn path=/head/; revision=568268
* lang/go: Update to 1.16.2Dmitri Goutnik2021-03-122-4/+4
| | | | | | | Changes: https://golang.org/doc/devel/release.html#go1.16.minor Notes: svn path=/head/; revision=568174
* lang/go: Update to 1.16.1Dmitri Goutnik2021-03-102-4/+4
| | | | | | | | Changes: https://golang.org/doc/devel/release.html#go1.16.minor Security: 72709326-81f7-11eb-950a-00155d646401 Notes: svn path=/head/; revision=568052
* Update to the 20210307 snapshot of GCC 11.0.1.Gerald Pfeifer2021-03-093-4/+21
| | | | | | | | Temporarily add files/patch-gcc-lra-constraints.c to work around upstream breakage. Notes: svn path=/head/; revision=567966
* Remove occurrences of %%LUA_LIBDIR%%.Mathieu Arnold2021-03-094-7/+7
| | | | | | | Differential Revision: https://reviews.freebsd.org/D29138 Notes: svn path=/head/; revision=567933
* lang/oo2c: fix build on powerpc64 elfv2Piotr Kubaj2021-03-091-3/+1
| | | | | | | -fnested-functions is not available on GCC 10. Notes: svn path=/head/; revision=567919
* Update to the 20210306 snapshot of GCC 10.2.1.Gerald Pfeifer2021-03-082-4/+4
| | | | | | | | | This brings a back port to the arm and two to the x86 back ends, five for the optimizers, one related to debug information, and six for the C++ back end. Notes: svn path=/head/; revision=567868
* Update to v5.33.7-24-ge00f60209b.Mathieu Arnold2021-03-082-4/+4
| | | | Notes: svn path=/head/; revision=567843
* lang/guile: Fix core dump on stripped modulesMuhammad Moinur Rahman2021-03-081-3/+1
| | | | | | | | PR: 254117 Submitted by: rsmith@xs4all.nl Notes: svn path=/head/; revision=567829
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* lang/php-mode.el: Update to 1.24.0Neel Chauhan2021-03-083-15/+20
| | | | | | | | | | Changes: https://github.com/emacs-php/php-mode/releases/tag/v1.24.0 PR: 254108 Submitted by: Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer) Notes: svn path=/head/; revision=567803
* Remove redundant option descriptions that match the default onesTobias Kortkamp2021-03-074-4/+0
| | | | | | | | | (ignoring case) Reported by: danfe (for net/mosquitto), portscan Notes: svn path=/head/; revision=567577
* Update to the 20210305 snapshot of GCC 9.3.1.Gerald Pfeifer2021-03-062-4/+4
| | | | | | | | This brings two back ports for the x86 backend and three for the C++ front end plus one for the Fortran front end. Notes: svn path=/head/; revision=567523
* lang/hermes: Update 0.7.2.20201216 -> 0.7.2.20210305Yuri Victorovich2021-03-062-8/+6
| | | | Notes: svn path=/head/; revision=567502
* lang/php80: Update from 8.0.2 to 8.0.3Torsten Zuehlsdorff2021-03-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed #80706 (mail(): Headers after Bcc headers may be ignored). DOM: Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData nodes). Gettext: Fixed bug #53251 (bindtextdomain with null dir doesn't return old value). MySQLnd: Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password). Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and MySQL 8.0). MySQLi: Fixed bug #74779 (x() and y() truncating floats to integers). Opcache: Fixed bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code). Fixed bug #80682 (opcache doesn't honour pcre.jit option). Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true). Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code involving bitshifts). OpenSSL: Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP). Phar: Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb) Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). Fixed bug #53467 (Phar cannot compress large archives). Socket: Fixed bug #80723 (Different sockets compare as equal (regression in 8.0)). SPL: Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault). Standard: Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). Fixed bug #80718 (ext/standard/dl.c fallback code path with syntax error). Sponsored by: PHP Upgrade Service Notes: svn path=/head/; revision=567450
* lang/php74: Update from 7.4.15 to 7.4.16Torsten Zuehlsdorff2021-03-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed #80706 (mail(): Headers after Bcc headers may be ignored). MySQLnd: Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password). MySQLi: Fixed bug #74779 (x() and y() truncating floats to integers). OPcache: Fixed bug #80682 (opcache doesn't honour pcre.jit option). OpenSSL: Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP). Phar: Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb) Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). Fixed bug #53467 (Phar cannot compress large archives). SPL: Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault). Standard: Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). Zip: Fixed bug #80648 (Fix for bug 79296 should be based on runtime version). Sponsored by: PHP Upgrade Service Notes: svn path=/head/; revision=567449
* Update to the 20210228 snapshot of GCC 11.0.1. (In preparation of theGerald Pfeifer2021-03-052-5/+4
| | | | | | | release the version number has moved from 11.0.0 to 11.0.1.) Notes: svn path=/head/; revision=567422
* devel/level-zero: update to 1.2.3Jan Beich2021-03-052-0/+4
| | | | | | | | Changes: https://github.com/oneapi-src/level-zero/compare/v1.1.0...v1.2.3 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=567400
* lang/intel-compute-runtime: update to 21.09.19150Jan Beich2021-03-053-5/+41
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.08.19096...21.09.19150 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=567390
* lang/rust-nightly: Update to 2021-03-05Mikael Urankar2021-03-053-18/+14
| | | | Notes: svn path=/head/; revision=567384
* Update KDE Release-Service releases to 20.12.3Tobias C. Berner2021-03-043-7/+6
| | | | | | | | | 20.12.3 Releases Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE’s release service. Notes: svn path=/head/; revision=567334
* Update to 0.8.2 release.Alex Dupre2021-03-042-4/+4
| | | | Notes: svn path=/head/; revision=567323
* Backport part of r566453 | gerald | 2021-02-24 from lang/gcc8-devel:Gerald Pfeifer2021-03-041-1/+2
| | | | | | | | | | | | | | ALso back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1] Notes: svn path=/head/; revision=567297
* Back port part of r566296 | gerald | 2021-02-22 from lang/gcc9-devel:Gerald Pfeifer2021-03-031-9/+4
| | | | | | | | | | | | | | | | | | | | [B]ack port of part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] Back port part of r566885 | gerald | 2021-03-01 from lang/gcc9-devel: Remove the GRAPHITE option. Graphite still is a largely experimental feature, so better left to newer versions of GCC such as GCC 10 which is now our default. PR: 253286 [1] Notes: svn path=/head/; revision=567263
* lang/gleam: update to 0.14.2Dave Cottlehuber2021-03-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | - https://github.com/gleam-lang/gleam/blob/main/CHANGELOG.md#v0142---2021-03-02 v0.14.2 - 2021-03-02 Project names can now contain numbers. v0.14.1 - 2021-02-27 The error message for binary operators has been given more detail and hints. Fixed a bug where alternative patterns would incorrectly report unused variables. Fixed a bug where private types shadowed shadowed by values would incorrectly report unused variables. Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=567247
* lang/ghc: Update arm bootstrapMikael Urankar2021-03-032-14/+16
| | | | | | | | | | | | | | | | | The ghc bootstrap (v8.6.5) on arm requires devel/llvm60, this llvm version is obsolete and still uses python2.7 to build, update the bootstrap to a newer version (v8.10.4) that requires devel/llvm90 Bump bootstrap to 8.10.4 on arm Bump minimum required FreeBSD version, 12.1 is not supported anymore Drop unecessary RUN_DEPENDS Collapse arm ARCH conditionnal Approved by: arrowd Differential Revision: https://reviews.freebsd.org/D28906 Notes: svn path=/head/; revision=567105
* Update lang/erlang-runtime23 to version 23.2.7.Jimmy Olgeni2021-03-032-4/+4
| | | | Notes: svn path=/head/; revision=567058
* lang/purescript: Add a patch missed from previous commit.Gleb Popov2021-03-021-0/+155
| | | | Notes: svn path=/head/; revision=566978
* lang/purescript: Update to 0.14.0Gleb Popov2021-03-028-537/+50
| | | | Notes: svn path=/head/; revision=566975
* devel/intel-graphics-compiler: update to 1.0.6410Jan Beich2021-03-021-0/+1
| | | | | | | | Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.6410 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=566971
* Update to 2.1.2Kirill Ponomarev2021-03-022-6/+6
| | | | Notes: svn path=/head/; revision=566946
* Update to the 20210227 snapshot of GCC 10.2.1.Gerald Pfeifer2021-03-022-4/+4
| | | | | | | | This brings a back port for the aarch64 back end and fix for the Fortran front end. Notes: svn path=/head/; revision=566941
* lang/ocaml: fix build on armv6Piotr Kubaj2021-03-011-0/+1
| | | | | | | | | Same issue as on armv7. MFH: 2021Q1 Notes: svn path=/head/; revision=566910
* Update to the 20210226 snapshot of GCC 9.3.1.Gerald Pfeifer2021-03-012-11/+5
| | | | | | | | | | | | This brings a back port for the aarch64 back end and two for the Fortran front end. Remove the GRAPHITE option. Graphite still is a largely experimental feature, so better left to newer versions of GCC such as GCC 10 which is now our default. Notes: svn path=/head/; revision=566885
* Update to v5.33.7-17-g5f41fa466a,Mathieu Arnold2021-03-012-4/+4
| | | | Notes: svn path=/head/; revision=566870
* lang/janet: Update to v1.15.3Tobias Kortkamp2021-03-012-4/+4
| | | | | | | Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.3 Notes: svn path=/head/; revision=566841
* lang/Gofer: Mark DEPRECATED.Gleb Popov2021-02-281-0/+3
| | | | Notes: svn path=/head/; revision=566773
* Update to the 20210221 snapshot of GCC 11.0.0.Gerald Pfeifer2021-02-272-4/+4
| | | | Notes: svn path=/head/; revision=566672
* - Update to 1.4.4Wen Heping2021-02-272-4/+4
| | | | | | | | PR: 253869 Submitted by: ports@nicandneal.net(maintainer) Notes: svn path=/head/; revision=566665
* - Update python37 to 3.7.10Wen Heping2021-02-274-13/+12
| | | | | | | | | PR: 253757 Submitted by: wen@ Exp-run by: antoine@ Notes: svn path=/head/; revision=566655
* Update lang/erlang-java to version 21.3.8.21.Jimmy Olgeni2021-02-262-4/+4
| | | | Notes: svn path=/head/; revision=566615
* Update lang/erlang-wx to version 21.3.8.21.Jimmy Olgeni2021-02-262-4/+4
| | | | Notes: svn path=/head/; revision=566614
* Update lang/erlang to version 21.3.8.21.Jimmy Olgeni2021-02-262-4/+4
| | | | Notes: svn path=/head/; revision=566613
* lang/intel-compute-runtime: update to 21.08.19096Jan Beich2021-02-262-4/+4
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.07.19042...21.08.19096 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=566606
* lang/snobol4: update to 2.2.1Fernando Apesteguía2021-02-256-109/+128
| | | | | | | | | | | | | ChangeLog: http://www.snobol4.org/csnobol4/2.2/CHANGES While here, submitter (creator/maintainer of snobol4) takes maintainership. First-time maintainer. PR: 252654 Submitted by: phil.budne@gmail.com Notes: svn path=/head/; revision=566533
* Update to the 20210218 snapshot of GCC 8.4.1.Gerald Pfeifer2021-02-242-5/+6
| | | | | | | | | | | | | | ALso back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1] Notes: svn path=/head/; revision=566453
* Update to the 20210220 snapshot of GCC 10.2.1.Gerald Pfeifer2021-02-232-4/+4
| | | | | | | | This brings one back port each for the aarch64 back end, the data flow enging, the C++ front end, and the Fortran front end. Notes: svn path=/head/; revision=566390
* - Update to 3.6.13Wen Heping2021-02-234-13/+12
| | | | Notes: svn path=/head/; revision=566389
* - Enable gccjit supportAshish SHUKLA2021-02-232-1/+6
| | | | | | | Approved by: gerald (maintainer) Notes: svn path=/head/; revision=566380
* - Update to 3.9.2Wen Heping2021-02-234-84/+100
| | | | Notes: svn path=/head/; revision=566370