aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/eisl: Update 3.00 → 3.03Yuri Victorovich2023-06-262-4/+4
| | | | Reported by: portscout
* lang/perl5.38: add latest Perl version (in RC2)Mathieu Arnold2023-06-2419-0/+3064
| | | | (cherry picked from commit b5cbd10fb4052bfe3f61536eabcdcf02a4fd606a)
* lang/perl5-devel: update to latest commitMathieu Arnold2023-06-247-29/+55
| | | | (cherry picked from commit 9bd6ffdcb83d03f14dd9075b0d8967fe094cba59)
* lang/ghc: Pass CC and CXX to Hadrian to fix build in lang/gcc presence.Gleb Popov2023-06-241-3/+4
| | | | | PR: 271928 Reported by: John Hein <jcfyecrayz@liamekaens.com>, Mark Evenson <evenson.not.org@gmail.com>
* lang/cim: Fix build with llvm16Muhammad Moinur Rahman2023-06-241-2/+6
| | | | Sponsored by: The FreeBSD Foundation
* lang/spidermonkey78: Fix build with llvm16Muhammad Moinur Rahman2023-06-242-1/+21
| | | | | | - Refresh patches Sponsored by: The FreeBSD Foundation
* lang/vala: update to 0.56.8Charlie Li2023-06-242-3/+5
|
* lang/php80: Fix build with llvm16Muhammad Moinur Rahman2023-06-231-2/+3
| | | | | | | It will take more time to merge OpenSSL 3 in the base so allow this to build with llvm16 for now. Sponsored by: The FreeBSD Foundation
* lang/php83: Update version 8.3.0alpha1=>8.3.0alpha2Muhammad Moinur Rahman2023-06-232-5/+6
| | | | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha2/NEWS Sponsored by: Bounce Experts
* lang/sbcl: Fix build with clang 16Kirill Ponomarev2023-06-221-42/+15
| | | | | PR: 271711 Reported by: dim
* lang/abcl: update to version 1.9.2Jimmy Olgeni2023-06-222-4/+4
|
* lang/janet: Update to 1.29.1Christopher Hall2023-06-222-4/+4
| | | | Differential Revision: https://reviews.freebsd.org/D40713
* lang/elixir-devel: update to 1.15.0Dave Cottlehuber2023-06-214-13/+16
| | | | | | | | | - https://elixir-lang.org/blog/2023/06/19/elixir-v1-15-0-released/ Note that Elixir now *requires* OTP25+ or better at runtime. For the -devel flavour you are still free to choose OTP25 or OTP26, but the default OTP24 from lang/erlang will *not* work.
* zephir: Update maintainer email to match their bugzilla accountBrad Davis2023-06-211-1/+1
| | | | | PR: 272107 Approved by: cmcdonald@netgate.com (maintainer)
* lang/rust: Documentation installation fix.Mikael Urankar2023-06-201-5/+8
| | | | | | Add the missing _COMPONENTS for the documentation. Differential Revision: https://reviews.freebsd.org/D40510
* lang/rust: Fix docs building.Mikael Urankar2023-06-201-0/+27
| | | | | | | | | | | | | Add the missing "pub struct sockcred2" in module "libc". Error: error[E0412]: cannot find type `sockcred2` in module `libc` --> library/std/src/os/unix/net/ancillary.rs:211:29 | 211 | pub struct SocketCred(libc::sockcred2); | ^^^^^^^^^ not found in `libc` Reported by: kib Differential Revision: https://reviews.freebsd.org/D40509
* lang/rust: Garbage collect shebangfixMikael Urankar2023-06-201-6/+1
| | | | | | These issues were fixed a year ago. Differential Revision: https://reviews.freebsd.org/D40508
* lang/rust-nightly: Update to 2023-06-12Mikael Urankar2023-06-203-12/+39
|
* lang/gcc14-devel: Update to 14.0.0.s20230618Lorenzo Salvadore2023-06-192-4/+4
|
* lang/gcc*: fix build with CPUTYPE?=g[3-5]Piotr Kubaj2023-06-199-0/+45
| | | | GCC does not accept -mcpu=g4, but does accept -mcpu=G4.
* lang/gcc12: check for CPUTYPE being definedPiotr Kubaj2023-06-191-1/+1
| | | | Reported by: freshports
* lang/nickle: Update to 2.92Wen Heping2023-06-193-5/+7
|
* lang/gcc12: fix build on powerpc64* with CPUTYPE?=g[3-5]Piotr Kubaj2023-06-191-0/+5
| | | | GCC doesn't support -mcpu=g4, but it supports -mcpu=G4. Same for g3 and g5.
* lang/gcc13-devel: Update to 13.1.1.s20230617Lorenzo Salvadore2023-06-182-4/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20230616Lorenzo Salvadore2023-06-182-4/+4
|
* lang/gcc11-devel: Update to 11.4.1.s20230615Lorenzo Salvadore2023-06-182-4/+4
|
* lang/eisl: Update 2.98 → 3.00Yuri Victorovich2023-06-183-4/+17
| | | | Reported by: portscout
* lang/perl5.36: Update to 5.36.1Yasuhiro Kimura2023-06-174-5/+6
| | | | | | Changes: https://metacpan.org/release/SHAY/perl-5.36.1/view/pod/perldelta.pod PR: 271796 Approved by: maintainer timeout
* lang/quilc: Fix fetch - the unversioned file quicklisp.txt changedYuri Victorovich2023-06-162-3/+3
|
* lang/gcc14-devel: Update to 14.0.0.s20230611Lorenzo Salvadore2023-06-142-5/+4
|
* lang/gcc13-devel: Update to 13.1.1.s20230610Lorenzo Salvadore2023-06-142-5/+4
|
* lang/gcc12-devel: Update to 12.3.1.s20230609Lorenzo Salvadore2023-06-142-5/+4
|
* lang/tauthon: Update to 2.8.5Olivier Certner2023-06-1413-119/+107
| | | | | PR: 271962 Reported by: olivier.freebsd@free.fr (maintainer)
* lang/elixir-devel: update to 1.15.0.rc-2Dave Cottlehuber2023-06-133-10/+10
|
* lang/kotlin: update to 1.8.22Michael Zhilin2023-06-133-5/+4
| | | | PR: 271323
* lang/sbcl: Remove duplicated entryKirill Ponomarev2023-06-131-2/+0
|
* lang/tauthon: Fix build woth OpenSSL 3Olivier Certner2023-06-131-16/+56
| | | | PR: 271961
* lang/python39: Update to 3.9.17Wen Heping2023-06-135-15/+14
| | | | | | PR: 271900 Reported by: wen@ Exp-run by: antoine@
* lang/julia: Update to 1.9.1Wen Heping2023-06-136-367/+189
| | | | | | PR: 271363 Reported by: wen@ Approved by: rizor.reardon@yahoo.com(maintainer)
* lang/lafontaine: Fix build with llvm15Muhammad Moinur Rahman2023-06-121-0/+6
| | | | Approved by: portmgr (blanket)
* lang/algol68g: update Algol 68 Genie to version 3.2.0Alexey Dokuchaev2023-06-123-6/+4
| | | | Reported by: portscout
* lang/qscheme: Fix buils with llvm15Muhammad Moinur Rahman2023-06-111-2/+11
| | | | | - Pet portclippy - Adopt port
* lang/gcc11-devel: Update to 11.4.1.s20230608Lorenzo Salvadore2023-06-102-5/+4
|
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-1024-3/+1368
| | | | | | | | | | | Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
* www/nextcloud: Update to 26.0.2Bernard Spil2023-06-101-2/+2
|
* lang/php82: Update version 8.2.6=>8.2.7Muhammad Moinur Rahman2023-06-092-4/+4
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.7 Sponsored by: Bounce Experts
* lang/php81: Update version 8.1.19=>8.1.20Muhammad Moinur Rahman2023-06-092-4/+4
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.1.20 Sponsored by: Bounce Experts
* lang/php80: Update version 8.0.28=>8.0.29Muhammad Moinur Rahman2023-06-092-5/+5
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.0.29 Sponsored by: Bounce Experts
* lang/rust: Bump revisions after 1.70.0Mikael Urankar2023-06-096-6/+6
| | | | PR: 271797
* lang/rust: Update to 1.70.0Mikael Urankar2023-06-095-74/+59
| | | | | | | | Announce: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.70.0 PR: 271797 Tested by: mikael,pkubaj