summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc11-devel: Update to 11.3.1.s20221111Lorenzo Salvadore2022-11-122-4/+4
|
* lang/lfortran: mark BROKEN on i386 and FreeBSD-12Thierry Thomas2022-11-111-0/+3
| | | | Reported by: pkg-fallout
* lang/php82: Update version 8.2.0RC4=>8.2.0RC6Muhammad Moinur Rahman2022-11-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: - Fixed bug GH-9823 (Don’t reset func in zend_closure_internal_handler). (Florian Sowade) - Fixed potential NULL pointer dereference Windows shm*() functions. (cmb) - Fix target validation for internal attributes with constructor property promotion. (kooldev) - Fixed bug GH-9750 (Generator memory leak when interrupted during argument evaluation. (Arnaud) * FPM: - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11). (Jakub Zelenka) * mysqli: - Fixed bug GH-9841 (mysqli_query throws warning despite using silenced error mode). (Kamil Tekiela) * PDO: - Fixed bug GH-9818 (Initialize run time cache in PDO methods). (Florian Sowade) * Random: - Fixed bug GH-9839 (Pre-PHP 8.2 output compatibility for non-mt_rand() functions for MT_RAND_PHP). (timwolla) Relnotes: https://github.com/php/php-src/blob/php-8.2.0RC6/NEWS Sponsored by: Bounce Experts
* lang/gcc12: Fix conflict on libgccjit.h and libgccjit++.hLorenzo Salvadore2022-11-094-3/+34
| | | | | | | | | | | | | GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the same directory. Fix conflict for lang/gcc12, which is soon to become GCC_DEFAULT, by installing those files in a directory specific to GCC 12. See also commit 0338e04504ee269b7a95e6707f1314bc1c4239fe that fixed the conflict in the same way for lang/gcc11. PR: 257060
* lang/mujs: Update 1.2.0 -> 1.3.2Yuri Victorovich2022-11-082-4/+4
|
* lang/gcc13-devel: Update to 13.0.0.s20221106Lorenzo Salvadore2022-11-082-4/+4
|
* USES=cargo: Fix CARGO_BUILDDEP=any-versionTobias Kortkamp2022-11-081-2/+5
| | | | Fix update.sh to only replace the first version.
* lang/ghc: Update to 9.2.5Gleb Popov2022-11-073-6/+9
| | | | MFH: 2022Q4
* lang/gcc12-devel: Update to 12.2.1.s20221105Lorenzo Salvadore2022-11-062-4/+4
|
* lang/spidermonkey102: Update to 102.4.0Wen Heping2022-11-062-6/+5
| | | | PR: 267601
* lang/gcc11: Fix conflict on libgccjit.h and libgccjit++.h againLorenzo Salvadore2022-11-064-3/+34
| | | | | | | | | | | | | | | | | This is the second attempt to solve the conflict, see commits - dc67e7d3009de2b78d96136c8ad09cf186e553df (first attempt); - 9f0cd13014d0962aedfa016c86a5af07ca3ba814 (revert of the first attempt). GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the same directory. Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files in a directory specific to GCC 11. PR: 257060 Reviewed by: yasu, jrm Differential Revision: https://reviews.freebsd.org/D37266
* lang/gcc11-devel: Update to 11.3.1.s20221104Lorenzo Salvadore2022-11-052-4/+4
|
* lang/php74: Update version 7.4.32=>7.4.33Muhammad Moinur Rahman2022-11-052-4/+4
| | | | | | | | | | | | | * GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) Approved by: tz (By private mail) Relnotes: https://www.php.net/ChangeLog-7.php#7.4.33 Sponsored by: Bounce Experts
* KDE: Update KDE Gear to 22.08.3Tobias C. Berner2022-11-042-6/+6
| | | | | | | | | | | | | | | | | | Thursday, 3 November 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * dolphin: Fix opening unnecessary new windows (Commit, fixes bug #440663) * konsole: Fix a crash when extending the selection (Commit, fixes bug #398320 and bug #458822) Announcement: https://kde.org/announcements/gear/22.08.3/ Changelog: https://kde.org/announcements/changelogs/gear/22.08.3/
* lang/gcc11: Revert "Fix conflict on libgccjit.h and libgccjit++.h"Lorenzo Salvadore2022-11-044-34/+3
| | | | | | | | | | | | | | | | This reverts commit dc67e7d3009de2b78d96136c8ad09cf186e553df. The revert is necessary as - lang/gcc11/files/patch-gcc_Makefile.in was wrong: it should have used $(version) instead of $(gcc_version); - even after correcting the above mistake, the patch still does not work: lang/emacs fails to configure and hence to build. See also https://reviews.freebsd.org/D37266 . PR: 257060 Reported by: yasu
* lang/crystal: Update to 1.6.2Dmitri Goutnik2022-11-042-4/+6
| | | | Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.2
* lang/python27: Fix build with libressl 3.5Felix Palmen2022-11-041-0/+20
| | | | | Approved by: python (maintainer, timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D37047
* lang/gleam: update to 0.24.0Dave Cottlehuber2022-11-033-411/+414
|
* lang/gcc11: Fix conflict on libgccjit.h and libgccjig++.hLorenzo Salvadore2022-11-034-3/+34
| | | | | | | | | | | | | | GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the same directory. Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files in a directory specific to GCC 11. PR: 257060 Reported by: Ting-Wei Lan <lantw44@gmail.com> Reviewed by: gerald, dim Differential Revision: https://reviews.freebsd.org/D37242 See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
* lang/go119: Update to 1.19.3Dmitri Goutnik2022-11-022-4/+4
| | | | | | Changes: https://go.dev/doc/devel/release#go1.19.minor Security: 26b1100a-5a27-11ed-abfe-29ac76ec31b5
* lang/go118: Update to 1.18.8Dmitri Goutnik2022-11-022-4/+4
| | | | | | Changes: https://go.dev/doc/devel/release#go1.18.minor Security: 26b1100a-5a27-11ed-abfe-29ac76ec31b5
* lang/lfortran: use --export-dynamic linker optionThierry Thomas2022-11-013-0/+38
| | | | | | Adapt a patch submitted for OpênBSD by semarie@: with it, all the tests pass. Obtained from: https://github.com/lfortran/lfortran/pull/951
* lang/lfortran: adding LFortran, a modern Fortran compiler built on top of LLVMThierry Thomas2022-11-016-0/+93
| | | | /!\ This is an experimental prototype, not ready for end users.
* lang/gcc13-devel: Update to 13.0.0.s20221030Lorenzo Salvadore2022-10-312-4/+4
|
* lang/janet: update 1.21.2 -> 1.25.1, submitter becomes maintainerChristopher Hall2022-10-313-5/+6
| | | | | Changelog: https://github.com/janet-lang/janet/releases Review: https://reviews.freebsd.org/D37221
* lang/gcc12-devel: Update to 12.2.1.s20221029Lorenzo Salvadore2022-10-312-4/+4
|
* lang/rust: Bump revisions after 1.64.0Mikael Urankar2022-10-304-4/+4
| | | | PR: 267173
* lang/rust: Update to 1.64.0Mikael Urankar2022-10-305-83/+73
| | | | | | | Announce: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.64.0 PR: 267173
* lang/gcc11-devel: Update to 11.3.1.s20221028Lorenzo Salvadore2022-10-303-5/+5
| | | | While here, also sort properly bin/gdc%%SUFFIX%% entry in pkg-plist.
* cleanup: Remove expired ports:Rene Ladan2022-10-306-224/+0
| | | | 2022-10-30 lang/chicken5: Please use lang/chicken instead
* lang/php81: Update version 8.1.11=>8.1.12Muhammad Moinur Rahman2022-10-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: - Fixes segfault with Fiber on FreeBSD i386 architecture. * Fileinfo: - Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files). * GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) * MBString: - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in mb_encode_mimeheader). * Opcache: - Added indirect call reduction for jit on x86 architectures. * Session: - Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). * Streams: - Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). MFH: 2022Q4 Relnotes: https://www.php.net/ChangeLog-8.php#8.1.12 Sponsored by: Bounce Experts
* lang/php80: Update version 8.0.24=>8.0.25Muhammad Moinur Rahman2022-10-292-4/+4
| | | | | | | | | | | | | | | | | | | | * GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) * Session: - Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). * Streams: - Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). Approved by: tz (By private mail) MFH: 2022Q4 Relnotes: https://www.php.net/ChangeLog-8.php#8.0.25 Sponsored by: Bounce Experts
* lang/libhx: update the port to version 4.7Alexey Dokuchaev2022-10-292-4/+4
| | | | Reported by: portscout
* lang/gcc11: Enable D lang compilerLorenzo Salvadore2022-10-283-2/+20
| | | | | | | | Forward the part of commit f61fb49b2e76fd4f7a5b7a11510b5109206c19f2 that enables D lang compiler. PR: 266825 Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
* lang/python311: Fix packaging when DEBUG option is onLi-Wen Hsu2022-10-281-1/+1
|
* lang/python311: Fix packaging when WITHOUT_NIS is definedLi-Wen Hsu2022-10-281-1/+1
| | | | | PR: 267399 Reported by: Raivo Hool <raivo@lehma.com>
* lang/guile: Remove USE_GCC=12Muhammad Moinur Rahman2022-10-271-2/+1
| | | | | | | | | The Makefile has USE_GCC=12, however the port does not depend on gcc12 and depends on gcc11 instead. Somehow the USES=cc-c++11-lib overrides USE_GCC=12 and this port perfectly builds with GCC 11 PR: 265947 Reported by: salvadore
* lang/python311: Update to 3.11.0 release.Wen Heping2022-10-265-18/+22
| | | | | PR: 267342 Reported by: wen
* */*: update NGINX JavaScript 0.7.7 -> 0.7.8Sergey A. Osokin2022-10-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION for www/nginx-devel. <ChangeLog> nginx modules: *) Feature: added js_preload_object directive. *) Feature: added ngx.conf_prefix property. *) Feature: added s.sendUpstream() and s.sendDownstream() in stream module. *) Feature: added support for HEAD method in Fetch API. *) Improvement: improved async callback support for s.send() in stream module. Core: *) Feature: added "name" instance property for a function object. *) Feature: added njs.memoryStats object. *) Bugfix: fixed String.prototype.trimEnd() with unicode string. *) Bugfix: fixed Object.freeze() with fast arrays. *) Bugfix: fixed Object.defineProperty() with fast arrays. *) Bugfix: fixed async token as a property name of an object. *) Bugfix: fixed property set instruction when key modifies base binding. *) Bugfix: fixed complex assignments. *) Bugfix: fixed handling of unhandled promise rejection. *) Bugfix: fixed process.env when duplicate environ variables are present. *) Bugfix: fixed double declaration detection in modules. *) Bugfix: fixed bound function calls according to the spec. *) Bugfix: fixed break label for if statement. *) Bugfix: fixed labeled empty statements. </ChangeLog>
* lang/erlang-wx: use wx 3.2Loïc Bartoletti2022-10-252-4/+13
| | | | PR: 265093
* lang/erlang: use wx 3.2Loïc Bartoletti2022-10-251-2/+2
| | | | PR: 265093
* lang/erlang-runtime2*: use wx 3.2Loïc Bartoletti2022-10-255-10/+10
| | | | PR: 265093
* lang/gcc13-devel: Update to 13.0.0.s20221023Lorenzo Salvadore2022-10-242-4/+4
|
* lang/erlang-runtime25: update to version 25.1.2Jimmy Olgeni2022-10-242-4/+4
|
* lang/gcc12-devel: Update to 12.2.1.s20221022Lorenzo Salvadore2022-10-232-4/+4
|
* lang/gcc11-devel: Update to 11.3.1.s20221021 and enable D lang compilerLorenzo Salvadore2022-10-224-5/+23
| | | | | | | | | | | | | - Update to 11.3.1.s20221021. - Enable D lang compiler (second attempt): this time the values in libphobos/libdruntime/core/sys/freebsd/config.d have been updated to include FreeBSD 14 (CURRENT), and while here the values corresponding to FreeBSD 12 and 13 have also been updated to the latest supported version [1]. PR: 266825 [1] Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
* */*: Bump PORTREVISION for consumers of libunistringDaniel Engberg2022-10-222-1/+2
| | | | Reported by: jbeich
* lang/crystal: Update to 1.6.1Dmitri Goutnik2022-10-212-11/+4
| | | | Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.1
* lang/python39: Update to 3.9.15Wen Heping2022-10-203-13/+13
| | | | | | PR: 267080 Reported by: wen@ Exp-run by: antoine@
* lang/tolua++: switch to alive upstreamDmitry Marakasov2022-10-192-8/+10
| | | | | | | No changes to package contents, but new sources from GitHub, despite the same tag, contain CMake build system we may switch to someday if the port is still used (for the record, its only currently used by 3 ports).