aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc12-devel: Update to the 20210912 snapshot of GCC 12.0.0Gerald Pfeifer2021-09-184-4/+32
| | | | | | | | | | | Add files/patch-gcc-analyzer-bootstrap to fix bootstrap with clang. Add files/patch-libgfortran-bootstrap to fix bootstrap on i386 and FreeBSD's idiosyncratic floating point settings. Temporarily mark BROKEN on amd64 due to an internal error, but at least give aarch64, i386, and powerpc* the chance to test drive after we already had to skip another snapshot.
* lang/intel-compute-runtime: update to 21.37.20939Jan Beich2021-09-173-69/+18
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.36.20889...21.37.20939 Reported by: GitHub (watch releases)
* lang/gcc11-devel: Update to the 20210911 snapshot of GCC 11.2.1Gerald Pfeifer2021-09-152-4/+4
| | | | | | This brings a back port for documentation related to the C++ front end, an additional one for C++, two for Fortran, three for the tree optimizers/ middle end, and one for the x86 back end.
* KDE: Update KDE Frameworks to 5.86Tobias C. Berner2021-09-151-3/+3
| | | | | | | | | | | | | | | | | | | | Saturday, 11 September 2021 KDE today announces the release of KDE Frameworks 5.86.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. Full announcement: https://kde.org/announcements/frameworks/5/5.86.0/ PR: 258426 Exp-run by: antoine
* lang/gnu-cobol: hook the test suite to our framework.Alexey Dokuchaev2021-09-151-0/+2
|
* lang/gcc10-devel: Update to the 20210910 snapshot of GCC 10.3.1Gerald Pfeifer2021-09-142-4/+4
| | | | | | This brings a back port for documentation related to the C++ front end, five for the tree optimizers/middle end, and four for the powerpc (nee rs6000) back end.
* lang/gcc9-devel: Update to the 20210909 snapshot of GCC 9.4.1Gerald Pfeifer2021-09-132-4/+4
| | | | | This brings a back port of a documentation fix for C++ and four back ports for Fortran.
* lang/racket-minimal: force BC on powerpcPiotr Kubaj2021-09-121-0/+2
| | | | Build fails with CS.
* lang/vala: Add CPE informationBernhard Froehlich2021-09-111-1/+2
| | | | Approved by: portmgr (blanket)
* lang/mtasc: the port had been improved (+)Alexey Dokuchaev2021-09-113-0/+61
| | | | | - Unbreak against safe strings in OCaml 4.06+ - Define LICENSE (GNU GPL version 2 or later)
* lang/mtasc: normalize patches to make adding new ones easier.Alexey Dokuchaev2021-09-113-13/+13
|
* lang/abcl: Update to version 1.8.0.Jimmy Olgeni2021-09-112-4/+4
| | | | | PR: 258404 Reported by: mikael
* lang/gcc11-devel: Update to the 20210904 snapshot of GCC 11.2.1Gerald Pfeifer2021-09-112-4/+4
| | | | | | | | | This brings one back port for the x86 back end and five for powerpc (nee rs6000), two for the tree optimizers, one for C++ and four for Fortran. It also adds the missing runtime license exception to value-unwind.h for aarch64 and i386.
* lang/spidermonkey78: update to 78.9.0Steve Wills2021-09-113-90/+4
| | | | | PR: 258127 Exp-run by: antoine
* lang/go: Add CPE informationBernhard Froehlich2021-09-101-1/+3
| | | | Approved by: portmgr (blanket)
* lang/intel-compute-runtime: update to 21.36.20889Jan Beich2021-09-102-4/+4
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.35.20826...21.36.20889 Reported by: GitHub (watch releases)
* lang/go: Update to 1.17.1Dmitri Goutnik2021-09-102-5/+5
| | | | | Changes: https://golang.org/doc/devel/release#go1.17.minor Security: 4ea1082a-1259-11ec-b4fa-dd5a552bdd17
* lang/picoc: Mark as broken on aarch64Mikael Urankar2021-09-101-0/+1
| | | | sbrk is not implemented on aarch64
* lang/tcl85: regenerate patch filesPietro Cerutti2021-09-105-48/+19
|
* lang/tcl8[56]: fix unsafe buffer lifetime, bump PORTREVISIONPietro Cerutti2021-09-104-2/+44
| | | | | | PR: 258392 Reported by: dim Obtained from: https://core.tcl-lang.org/tcl/info/24b9181478
* lang/hermes: Update 0.8.1 -> 0.9.0Yuri Victorovich2021-09-092-4/+4
| | | | Reported by: portscout
* lang/zig: update to 0.8.1Dave Cottlehuber2021-09-094-575/+586
| | | | | | | | | bugfix only release - https://ziglang.org/download/0.8.1/release-notes.html Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D31880
* lang/python38: Update to 3.8.12Wen Heping2021-09-093-13/+21
| | | | | | PR: 258195 Reported by: wen@ Exp-run by: antoine@
* lang/micropython: Update to 1.17Kai Knoblich2021-09-097-31/+100
| | | | | | | | | | | | | | | * Switch to GCC because building with Clang leads to a broken "mpy-cross" binary, which segfaults if issued with several parameters during build. * REINPLACE_CMD should not be used to replace static content, hence convert those occurrences into patches. * Also update pkg-descr and sort variables a bit according to the PHB. Reviewed by: decke (earlier revision) Approved by: kai (python, maintainer) Differential Revision: https://reviews.freebsd.org/D31855
* lang/python36: Deprecate and set to expireKai Knoblich2021-09-091-0/+3
| | | | | | | | | | Python 3.6 will reach its End-of-Life at 23rd December 2021. Set the deprecation note and expiration date accordingly. Approved by: koobs (python, maintainer) MFH: No (not neccessary, 3+ months from now should be OK) Differential Revision: https://reviews.freebsd.org/D31783
* lang/gcc10-devel: Update to the 20210903 snapshot of GCC 10.3.1Gerald Pfeifer2021-09-092-4/+4
| | | | | | This brings one back port for OMP support (GOMP) and x86 each, five for Fortran, and one to add the missing runtime license exception to value-unwind.h for aarch64 and i386.
* lang/erlang-runtime23: Update to version 23.3.4.7.Jimmy Olgeni2021-09-082-4/+4
|
* lang/gcc9-devel: Update to the 20210902 snapshot of GCC 9.4.1Gerald Pfeifer2021-09-082-4/+4
| | | | | This brings a back port related to OMP (GOMP) and one to add the runtime license exception to value-unwind.h for aarch64 and i386.
* lang/rust: don't overwrite hwcap with the return value of elf_aux_info(3)Mikael Urankar2021-09-062-2/+2
| | | | Reported by: jbeich
* lang/rust*: Mk/Uses/cargo.mk: Move TMPDIR to WRKDIRTobias Kortkamp2021-09-062-0/+11
| | | | | | | | | | | | rustc stashes intermediary files in TMPDIR (default /tmp) which might cause issues for users that for some reason space limit their /tmp. WRKDIR should have plenty of space. Other ports that use rustc might be affected too, but set it only in USES=cargo and lang/rust* ports for now. PR: 258126 With hat: rust
* lang/rust-bootstrap: Fix sync.sh to work with any package extensionTobias Kortkamp2021-09-061-1/+1
|
* lang/sbcl: Fix build by removing old patchesJoseph Mingrone2021-09-062-164/+0
| | | | | Approved by: krion (maintainer) Differential Revision: https://reviews.freebsd.org/D31860
* lang/rust: Fix for missing getauxval function on FreeBSDMikael Urankar2021-09-062-1/+17
| | | | | | | Use FreeBSD's elf_aux_info for detecting ARM HW features PR: 258198 Tested by: Bob Prohaska <fbsd@www.zefox.net>
* lang/intel-compute-runtime: update to 21.35.20826Jan Beich2021-09-062-5/+5
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.34.20767...21.35.20826 Reported by: GitHub (watch releases)
* lang/sbcl: update to 2.1.8Kirill Ponomarev2021-09-062-7/+6
|
* lang/elixir-devel: update to 1.12.3Dave Cottlehuber2021-09-053-1947/+426
|
* lang/gcc12-devel: Update to the 20210829 snapshot of GCC 12.0.0Gerald Pfeifer2021-09-053-8/+8
| | | | | files/patch-gfortran-libgcc requires a little adjustment to account for upstream changes (alas nothing material, syntactic only).
* cleanup: Remove expired ports:Rene Ladan2021-09-058-248/+0
| | | | 2021-09-03 lang/gcc7: Unsupported by upstream. Use GCC 10 or newer instead.
* lang/erlang-runtime24: Update to version 24.0.6.Jimmy Olgeni2021-09-052-4/+4
|
* devel/hs-purescript: Update to 0.14.4Alexis Praga2021-09-052-12/+16
|
* lang/gcc11-devel: Update to the 20210828 snapshot of GCC 11.2.1Gerald Pfeifer2021-09-042-4/+4
| | | | | | | This brings seven back ports for the x86 back end and five for arm, plus three middle end changes, one for tree optimizers, debugging information, the gcov tool, and Fortran each, and a whopping 18 for libstdc++.
* lang/gcc10-devel: Update to the 20210827 snapshot of GCC 10.3.1Gerald Pfeifer2021-09-032-4/+4
| | | | | | This brings one back port for the x86 back end (AVX512) and eight for arm, plus a tree optimizer change and one for FOrtran and libstdc++ each.
* lang/go: correct patch size mismatchDmitri Goutnik2021-09-033-8/+17
| | | | | | | | | | | Github seems to be undecided whether 782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch size should be 1111 or 1113 bytes. Give them some time to contemplate and commit this patch to the repo for now. PR: 258253 Reported by: Alex <marcarianalexandru@gmail.com> Reported by: Marc Flambard <marc-pub@alluem.fr> (by email)
* lang/go-devel: mark stacks as non-executable on freebsdMina Galić2021-09-032-6/+11
| | | | PR: 258241
* lang/go: mark stacks as non-executable on freebsd (CL346872 backport)Mina Galić2021-09-032-2/+8
| | | | PR: 258241
* *: Clean up some thingsTobias Kortkamp2021-09-031-1/+0
| | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* lang/erlang-runtime24: Update to version 24.0.5.Jimmy Olgeni2021-09-032-4/+4
|
* lang/erlang-runtime23: Update to version 23.3.4.6.Jimmy Olgeni2021-09-032-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.21.Jimmy Olgeni2021-09-032-5/+5
|
* lang/micropython: Assume maintainership for python@Kai Knoblich2021-09-031-1/+1
| | | | | Reported by: koobs MFH: 2021Q3