aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
...
* lang/rust: Fix DOCS build, unbreak RUST_BACKTRACETobias Kortkamp2021-03-234-4/+948
| | | | | | | | | | | | | | | | | | | | | - Fix DOCS build by disabling deny-warnings (rustc equivalent to -Werror). Let's not fail the entire build just because a handful of docs fail to build due to -D broken-intra-doc-links [0] - Only install the host target docs. We otherwise waste time with a rust-docs install-uninstall-install cycle for each additional target during stage. - Backport FreeBSD support for gimli, unbreak RUST_BACKTRACE, and have useful stack traces with actual content again [1] - While here also strip binaries under libexec/ and ack reading of src/bootstrap/CHANGELOG.md (changelog-seen=2) [0] https://github.com/rust-lang/rust/issues/76526 PR: 253557 [1] Submitted by: jbeich [1] Notes: svn path=/head/; revision=569007
* lang/hermes: Update 0.7.2.20210305 -> 0.7.2.20210322Yuri Victorovich2021-03-232-6/+7
| | | | Notes: svn path=/head/; revision=569004
* Update to v5.33.8-8-g3e25f6d2dc.Mathieu Arnold2021-03-224-5/+7
| | | | Notes: svn path=/head/; revision=568967
* Fix an obscure sed message while going through check-plist.Mathieu Arnold2021-03-224-8/+8
| | | | | | | | | | The obscure message being: sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\) Thanks to: kevans Notes: svn path=/head/; revision=568966
* Update to the 20210318 snapshot of GCC 8.4.1.Gerald Pfeifer2021-03-222-5/+4
| | | | | | | | This brings one backport for the aarch64 back end and eight for the tree optimizers/middle end. Notes: svn path=/head/; revision=568957
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-223-3/+3
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* lang/rust-bootstrap: Remove bogus gcc9 run dep from powerpc64_elfv1 flavor againTobias Kortkamp2021-03-221-1/+1
| | | | Notes: svn path=/head/; revision=568941
* Update to MPC version 1.2.0 with the following changes:Gerald Pfeifer2021-03-2110-4/+10
| | | | | | | | | | | | | | | | | | | | - New functions: . mpc_sum . mpc_dot - Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats). - New mpcheck tool for comparison with the native C library (which is not installed by default). Bump all directly dependent ports. Do not bump those indirectly dependent via the lang/gcc* family since their run-time dependencies and code generated should not be affected. PR: 249950 Submitted by: wen Notes: svn path=/head/; revision=568912
* Update to the 20210314 snapshot of GCC 11.0.1.Gerald Pfeifer2021-03-203-21/+4
| | | | | | | | files/patch-gcc-lra-constraints.c is not necessary any longer (and doesn't even apply); the issue has been properly addressed upstream. Notes: svn path=/head/; revision=568857
* Regular USE_GITHUB cleanup.Mathieu Arnold2021-03-192-3/+3
| | | | | | | | Remove DISTNAME, it is always overwritten. Cleanup GH_TAGNAME and WRKSRC. Notes: svn path=/head/; revision=568805
* Update KDE Frameworks to 5.80.'Tobias C. Berner2021-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Saturday, 13 March 2021 KDE today announces the release of KDE Frameworks 5.80.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/5/5.80.0/ PR: 254256 Exp-run by: antoine Fallout-fixes by: adridg Notes: svn path=/head/; revision=568803
* lang/intel-compute-runtime: update to 21.11.19310Jan Beich2021-03-192-7/+4
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.10.19208...21.11.19310 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=568795
* lang/ghc: Remove unused patches and add some comments on bootstrap generation.Gleb Popov2021-03-183-50/+2
| | | | Notes: svn path=/head/; revision=568737
* Update to the 20210313 snapshot of GCC 10.2.1.Gerald Pfeifer2021-03-182-4/+4
| | | | | | | | This brings three back ports for aarch64, four for powerpc (nee rs6000), one for the C++ front end, two for C, and one for Fortran. Notes: svn path=/head/; revision=568719
* lang/janet: Update to v1.15.4Tobias Kortkamp2021-03-172-4/+4
| | | | | | | Changes: https://github.com/janet-lang/janet/releases/tag/v1.15.4 Notes: svn path=/head/; revision=568631
* - Mark BROKEN: does not compileDmitry Marakasov2021-03-162-7/+4
| | | | | | | | | | | | | /wrkdirs/usr/ports/lang/J/work/jsource-j807-release/jsrc/ar.c:254:70: error: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-const-int-float-conversion] - Fix CONFLICTS_INSTALL on openjdk* (conflict of bin/jconsole binary from J vs. symlink installed by openjdk* from post-install scripts) [1] - Fix WWW PR: 236427 [1] Reported by: bojan_petrovic@fastmail.fm [1] Notes: svn path=/head/; revision=568616
* textproc/py-sphinx: Update to 3.5.2Danilo G. Baio2021-03-162-2/+3
| | | | | | | | | | | | | | | Add patches to fix Sphinx consumers; The most common issues are related with pkg-plist, the output files for Sphinx changes between versions, keep this dynamically is the better approach and will save time in future Sphinx updates. Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES PR: 254185 Approved by: python (with hat) Exp-run by: antoine Notes: svn path=/head/; revision=568615
* New port: lang/mecrisp-stellaris: native code Forth for ARMNeel Chauhan2021-03-165-0/+229
| | | | | | | | | | | | | Mecrisp Stellaris is an implementation of a standalone native code Forth for ARM. It fits into 16 kb of flash and runs with at least 1 kb of RAM. You can choose to compile to flash or to RAM, and it generates native code with folding, inlining of short words and it opcodes common instructions. Note that it doesn't need to save any pointers, so it compiles directly into flash memory without the need for erase cycles. Although it is in spirit of ANS, there are a few differences: Be careful! PR: 253938 Submitted by: Robert Clausecker <fuz AT fuz DOT su> Notes: svn path=/head/; revision=568598
* Update to v5.33.7-42-gbbb5866436.Mathieu Arnold2021-03-152-4/+4
| | | | Notes: svn path=/head/; revision=568468
* lang/intel-compute-runtime: update to 21.10.19208Jan Beich2021-03-153-14/+27
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.09.19150...21.10.19208 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=568456
* Update to the 20210312 snapshot of GCC 9.3.1.Gerald Pfeifer2021-03-152-4/+4
| | | | | | | | This brings one back port for the C front end and one for Fortran (in addition to some for Ada, HPPA,... that aren't relevant for us). Notes: svn path=/head/; revision=568437
* 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