aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: remove disable-ldconfig it's not an option for quite some timeMikael Urankar2021-02-041-1/+1
| | | | Notes: svn path=/head/; revision=564052
* Those ports are allowed to build a 2.7 flavor, for now.Mathieu Arnold2021-02-041-1/+1
| | | | Notes: svn path=/head/; revision=564031
* Update to the 20210130 snapshot of GCC 10.2.1.Gerald Pfeifer2021-02-042-4/+4
| | | | | | | | | This brings a back port for LTO and debug information, four for the tree optimizers, two for the aarch64 back end, one for gcov, seven for the C++ and five for the Fortran front end. Notes: svn path=/head/; revision=564022
* lang/squeak: remove dependency on gstreamerBaptiste Daroussin2021-02-041-2/+1
| | | | | | | | | | | The port declares a dependency on gstreamer but the configure/cmake script never actually really check for it, (which can be verified also by the fact there is no GstreamerPlugin in the plist). Simply remove the dependency as gstreamer0 is plan for removal Notes: svn path=/head/; revision=563990
* lang/fennel: Update to version 0.8.1Joseph Mingrone2021-02-033-4/+17
| | | | | | | https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#081--2021-02-02 Notes: svn path=/head/; revision=563894
* New port, lang/fennel: Lisp that compiles to LuaJoseph Mingrone2021-02-035-0/+54
| | | | | | | WWW: https://fennel-lang.org/ Notes: svn path=/head/; revision=563861
* Mark as BROKEN on riscv64:Mark Linimon2021-02-021-1/+3
| | | | | | | | | | | | EXISTENCE ERROR- procedure chr_translate/2 is undefined, called from context prolog:once/1 While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=563841
* Mark as NOT_FOR riscv64: unsupported platform.Mark Linimon2021-02-021-0/+3
| | | | | | | | Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=563838
* Update to the 20210129 snapshot of GCC 9.3.1.Gerald Pfeifer2021-02-012-4/+4
| | | | | | | This brings three backports for the Fortran front end. Notes: svn path=/head/; revision=563773
* Do not include bsd.port.options.mk twiceAntoine Brodin2021-02-011-2/+0
| | | | Notes: svn path=/head/; revision=563758
* Update to 1.73.27Sunpoet Po-Chuan Hsieh2021-02-012-4/+4
| | | | Notes: svn path=/head/; revision=563618
* Update to v5.33.6-31-g8c5e15d0d7.Mathieu Arnold2021-02-015-7/+11
| | | | Notes: svn path=/head/; revision=563588
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-012-24/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* Update to 2.1.1Kirill Ponomarev2021-02-012-6/+6
| | | | Notes: svn path=/head/; revision=563563
* Update lang/erlang and related ports to version 21.3.8.20.Jimmy Olgeni2021-01-307-24/+13
| | | | Notes: svn path=/head/; revision=563437
* lang/rust: reroll the armv7 bootstrapMikael Urankar2021-01-301-6/+6
| | | | | | | | | | The current one fails to build Rust. PR: 251254 Reported by: mmel Notes: svn path=/head/; revision=563425
* Update to 1.73.26Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | Notes: svn path=/head/; revision=563297
* Update to the 20210128 snapshot of GCC 8.4.1.Gerald Pfeifer2021-01-292-4/+4
| | | | | | | This just brings one back port for the aarch64 backend. Notes: svn path=/head/; revision=563245
* lang/intel-compute-runtime: update to 21.04.18912Jan Beich2021-01-294-21/+34
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.03.18857...21.04.18912 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=563212
* lang/rust: revert part of r563191Mikael Urankar2021-01-291-39/+8
| | | | | | | It contains unrelated changes Notes: svn path=/head/; revision=563192
* lang/rust: reroll the aarch64 bootstrap.Mikael Urankar2021-01-292-14/+45
| | | | | | | | | | | This new bootstrap is based on rust 1.49.0 built with a 12.1 sysroot. PR: 251254 Reported by: dch, mmel Tested by: dch, mikael Notes: svn path=/head/; revision=563191
* Update to 0.8.1 release.Alex Dupre2021-01-283-6/+46
| | | | Notes: svn path=/head/; revision=563141
* lang/go-devel: Update to go1.16rc1Dmitri Goutnik2021-01-282-5/+5
| | | | | | | Changes: https://tip.golang.org/doc/go1.16 Notes: svn path=/head/; revision=563126
* lang/ghc: arm requires clang90 to buildMikael Urankar2021-01-281-0/+1
| | | | | | | | PR: 252166 Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=563113
* - Add a few more port options (DOCS GMP THREADED ODBC)Wen Heping2021-01-272-23/+321
| | | | | | | | PR: 252482 Submitted by: mailinglist@diamondbox.dk(maintainer) Notes: svn path=/head/; revision=563021
* Update to the 20210124 snapshot of GCC 11.0.0.Gerald Pfeifer2021-01-262-4/+4
| | | | | | | | The 20210117 snapshot only worked on GNU/Linux platforms, so we had to skip it. Notes: svn path=/head/; revision=563005
* Fix build with bison 3.7.4Sunpoet Po-Chuan Hsieh2021-01-265-61/+71
| | | | | | | | PR: 248911 Exp-run by: antoine Notes: svn path=/head/; revision=562665
* Update lang/erlang-runtime21 to version 21.3.8.20.Jimmy Olgeni2021-01-253-17/+4
| | | | Notes: svn path=/head/; revision=562621
* Update to the 20210123 snapshot of GCC 10.2.1.Gerald Pfeifer2021-01-252-4/+4
| | | | | | | | This brings two fixes for the tree/IPA optimizers, one for the arm and powerpc back ends, each, and one for the C++ front end. Notes: svn path=/head/; revision=562605
* Update to 5.32.1.Mathieu Arnold2021-01-254-6/+12
| | | | Notes: svn path=/head/; revision=562596
* lang/intercal: Update to 0.31Neel Chauhan2021-01-252-4/+4
| | | | | | | | | Changes: http://www.catb.org/~esr/intercal/NEWS.html Approved by: 0mp (mentor, implicit) Notes: svn path=/head/; revision=562582
* lang/rust-bootstrap: Remove dubious RUN_DEPENDS lineMikael Urankar2021-01-251-1/+0
| | | | Notes: svn path=/head/; revision=562575
* lang/janet: Update to v1.14.2Tobias Kortkamp2021-01-242-4/+4
| | | | | | | Changes: https://github.com/janet-lang/janet/releases/tag/v1.14.2 Notes: svn path=/head/; revision=562456
* Update to the 20210122 snapshot of GCC 9.3.1.Gerald Pfeifer2021-01-232-4/+4
| | | | | | | | This brings one fix for the aarch64 back end and one for the Fortran front end. Notes: svn path=/head/; revision=562421
* Update lang/erlang and related ports to version 21.3.8.19.Jimmy Olgeni2021-01-226-14/+14
| | | | Notes: svn path=/head/; revision=562308
* lang/intel-compute-runtime: update to 21.03.18857Jan Beich2021-01-222-4/+4
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.02.18820...21.03.18857 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=562304
* Update to the 20210121 snapshot of GCC 8.4.1.Gerald Pfeifer2021-01-222-4/+4
| | | | | | | This just brings one minor backport for libgomp. Notes: svn path=/head/; revision=562298
* - Update to 2.89.0Wen Heping2021-01-222-4/+4
| | | | Notes: svn path=/head/; revision=562269
* Update lang/erlang-runtime23 to version 23.2.3.Jimmy Olgeni2021-01-202-4/+4
| | | | Notes: svn path=/head/; revision=562149
* Update to the 20210116 snapshot of GCC 10.2.1.Gerald Pfeifer2021-01-202-4/+4
| | | | | | | | | This brings ten and two back ports for the tree optimizers and RTL optimizers, respectively, two for the aarch64 back end, and seven for the C++ front end and run-time library. Notes: svn path=/head/; revision=562134
* Update lang/erlang-runtime21 to version 21.3.8.19.Jimmy Olgeni2021-01-202-5/+5
| | | | Notes: svn path=/head/; revision=562126
* Update lang/erlang-runtime22 to version 22.3.4.15.Jimmy Olgeni2021-01-202-4/+4
| | | | Notes: svn path=/head/; revision=562125
* lang/go: Update to 1.15.7Dmitri Goutnik2021-01-202-4/+4
| | | | | | | | Changes: https://groups.google.com/g/golang-announce/c/mperVMGa98w?pli=1 Security: 6a4805d5-5aaf-11eb-a21d-79f5bc5ef6a9 Notes: svn path=/head/; revision=562104
* lang/janet: Update to v1.14.1Tobias Kortkamp2021-01-192-4/+4
| | | | | | | Changes: https://github.com/janet-lang/janet/releases/tag/v1.14.1 Notes: svn path=/head/; revision=562032
* Mark BROKEN on riscv64:Mark Linimon2021-01-191-0/+2
| | | | | | | | | | psutil/_psutil_bsd.c:1849:26: error: incomplete definition of type 'struct inpcb' Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562019
* lang/rexx-regina: upgrade to 3.9.3Fernando Apesteguía2021-01-1822-93/+242
| | | | | | | | | | | | ChangeLog: https://sourceforge.net/projects/regina-rexx/files/regina-rexx/3.9.3/ PR: 252726 Submitted by: bob@eager.cx (maintainer) MFH: 2021Q1 (plenty of bugfixes) Notes: svn path=/head/; revision=561960
* Update qscintilla2 to 2.11.6Loïc Bartoletti2021-01-181-0/+1
| | | | Notes: svn path=/head/; revision=561958
* Update to the 20210115 snapshot of GCC 9.3.1.Gerald Pfeifer2021-01-182-4/+4
| | | | | | | | This brings a back port for x86 and a good number of improvements for libstdc++'s infrastructure (mostly around demangling). Notes: svn path=/head/; revision=561947
* lang/janet: Update to v1.13.1Tobias Kortkamp2021-01-183-6/+5
| | | | | | | Changes: https://github.com/janet-lang/janet/releases/tag/v1.13.1 Notes: svn path=/head/; revision=561919
* Update KDE Frameworks to 5.78.0Tobias C. Berner2021-01-181-3/+3
| | | | | | | | | | | | | | | | | | | | | January 09, 2021. KDE today announces the release of KDE Frameworks 5.78.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 pred Full Changelog: https://kde.org/announcements/kde-frameworks-5.78.0 PR: 252591 Exp-run by: antoine Notes: svn path=/head/; revision=561913