aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc7: Add an expiration dateGerald Pfeifer2021-07-301-0/+1
| | | | | | | | With lang/J the last dependency of this port, which only has been enabled on amd64 since last year, is gone. So in addition to the existing deprecation add an expiration date to initiate de-orbit. Approved by: leres (maintainer)
* lang/crystal: update to 1.1.1Greg V2021-07-303-15/+65
| | | | | | | | Also update download URL to a CDN domain, regenerate bootstraps to 1.1.1. Changelog: https://github.com/crystal-lang/crystal/blob/1.1.1/CHANGELOG.md PR: 257488
* lang/J: Remove the OPENMP optionGerald Pfeifer2021-07-291-7/+0
| | | | | | | | | The OPENMP option depends on the obsolete lang/gcc7 port (and does so in an unconventional way that likely doesn't actually work these days when the default version of GCC is much newer). It's also off by default and may not have been exercised at all. Approved by: maintainer timeout (sevenjp@gmail.com, 23 days)
* */*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0Loïc Bartoletti2021-07-271-1/+1
| | | | | | | | Changes: - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS PR: 257308 Exp-run by: antoine
* lang/ghc: Fix build with new Sphinx.Gleb Popov2021-07-271-0/+27
| | | | PR: 257411
* lang/gcc12-devel: Update to the 20210725 snapshot of GCC 12.0.0Gerald Pfeifer2021-07-272-4/+4
|
* lang/gcc10-devel: Update to the 20210723 snapshot of GCC 10.3.1Gerald Pfeifer2021-07-252-4/+4
| | | | | | This brings a back port each for the x86 and powerpc (ne rs6000) back ends, two for the IPA and RTL optimizers, one for the Fortran front end, and two for libstdc++.
* lang/racket: fix build on powerpc64*Piotr Kubaj2021-07-251-0/+4
| | | | CS is not supported on powerpc64*.
* lang/racket-minimal: Update to version 8.2, with default ChezScheme support.Jimmy Olgeni2021-07-255-1282/+1367
| | | | | | | (ported from e772c7109606) PR: 257367 Reported by: Philipp Ost <bsd@philippost.de>
* lang/racket: Update to version 8.2, with default ChezScheme support.Jimmy Olgeni2021-07-255-11956/+12158
| | | | | PR: 257367 Reported by: Philipp Ost <bsd@philippost.de>
* lang/python3: Clean upPo-Chuan Hsieh2021-07-241-20/+16
| | | | | | | - Remove leading definite article from COMMENT - Update USES=python - Remove unneeded use of PYTHON_MAJOR_VER because this is for python 3.x - Merge the symbolic link of 2to3 and python to the .for loop
* lang/python2: Clean upPo-Chuan Hsieh2021-07-241-12/+12
| | | | | - Remove leading definite article from COMMENT - Remove unneeded use of PYTHON_MAJOR_VER because this is for python 2.7
* lang/v8: Update to 9.2.230.20Po-Chuan Hsieh2021-07-242-27/+27
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.2-lkgr https://github.com/v8/v8/commits/9.2-lkgr
* lang/gcc9-devel: Update to the 20210722 snapshot of GCC 9.4.1Gerald Pfeifer2021-07-242-4/+4
| | | | | This brings one back port each for the x86 and powerpc (nee rs6000) back ends, the RTL optimizers and the Fortran front end.
* lang/erlang-runtime24: Update to version 24.0.4.Jimmy Olgeni2021-07-242-4/+4
|
* lang/erlang-runtime23: Update to version 23.3.4.5.Jimmy Olgeni2021-07-242-5/+5
|
* lang/intel-compute-runtime: update to 21.29.20389Jan Beich2021-07-232-4/+4
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.28.20343...21.29.20389 Reported by: GitHub (watch releases)
* lang/spl: patch and unbreak with -fno-commonRobert Clausecker2021-07-213-7/+40
| | | | PR: 257295
* lang/gcc12-devel: Update to the 20210718 snapshot of GCC 12.0.0Gerald Pfeifer2021-07-212-4/+4
|
* mesa*: Update to 21.1.5Emmanuel Vadot2021-07-201-1/+0
| | | | | | | | | | - swrast is only a gallium driver now. - Bump needed llvm to 12 - libclc is still a llvm10, moving to >10 needs to change from where we pick libclc as its now part of llvm Differential Revision: https://reviews.freebsd.org/D31165 Reviewed by: kbowling, zeising
* lang/gcc11-devel: Update to the 20210717 snapshot of GCC 11.1.1Gerald Pfeifer2021-07-202-4/+4
| | | | | | This brings four back ports for the x86 back end, one for powerpc, 15 for the tree optimizers/middle end, one for the Fortran front end, ten for C++ and seven for libstdc++.
* lang/python-doc-html: Update doc for Python 3.8.11Po-Chuan Hsieh2021-07-181-8/+8
|
* lang/python38: Update to 3.8.11Po-Chuan Hsieh2021-07-182-4/+4
| | | | | | Changes: https://docs.python.org/release/3.8.11/whatsnew/changelog.html PR: 257026 Exp-run by: antoine
* lang/python310: Use ECHO_CMD instead of ECHOPo-Chuan Hsieh2021-07-181-2/+2
|
* lang/python37: Use ECHO_CMD instead of ECHOPo-Chuan Hsieh2021-07-181-2/+2
|
* lang/python38: Use ECHO_CMD instead of ECHOPo-Chuan Hsieh2021-07-181-2/+2
|
* lang/python37: Use ECHO_CMD instead of ECHOPo-Chuan Hsieh2021-07-181-2/+2
|
* lang/v8: Update to 9.1.269.39Po-Chuan Hsieh2021-07-182-4/+4
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.1-lkgr https://github.com/v8/v8/commits/9.1-lkgr
* lang/gcc10-devel: Update to the 20210716 snapshot of GCC 10.3.1Gerald Pfeifer2021-07-182-4/+4
| | | | This brings one back port each for Fortran, C++, and libstdc++.
* lang/gcc9-devel: Update to the 20210715 snapshot of GCC 9.4.1Gerald Pfeifer2021-07-172-4/+4
| | | | This only brings a single back port for the Fortran front end.
* lang/intel-compute-runtime: update to 21.28.20343Jan Beich2021-07-163-11/+16
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.26.20194...21.28.20343 Reported by: GitHub (watch releases)
* lang/yabasic: Update to 2.90.1Wen Heping2021-07-162-4/+4
|
* lang/cython: Update to 0.29.24Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
* lang/gcc12-devel: Update to the 20210711 snapshot of GCC 12.0.0Gerald Pfeifer2021-07-152-4/+4
|
* lang/python{38,39,310}: mark DEBUG option BROKEN (incorrect plist)Dmitry Marakasov2021-07-143-0/+3
| | | | | PR: 256558 Approved by: portmgr blanket
* lang/python310: add python 3.10.0.beta4Dmitry Marakasov2021-07-1411-0/+7814
| | | | | | PR: 256150 Approved by: maintainer timeout (python@, 1 month) Differential Revision: https://reviews.freebsd.org/D30475
* lang/python*: sort pkg-plistsDmitry Marakasov2021-07-145-125/+125
| | | | | | | Sort pkg-plists to reduce diff between existing and future versions of python. Approved by: portmgr blanket (cosmetic change)
* lang/ruby30: Update to 3.0.2Po-Chuan Hsieh2021-07-142-3/+23
| | | | Changes: https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
* lang/ruby27: Update to 2.7.4Po-Chuan Hsieh2021-07-142-5/+5
| | | | Changes: https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
* lang/ruby26: Update to 2.6.8Po-Chuan Hsieh2021-07-142-6/+5
| | | | Changes: https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/
* lang/go-devel: Update to go1.17rc1Dmitri Goutnik2021-07-142-5/+5
| | | | Changes: https://tip.golang.org/doc/go1.17
* lang/hermes: Update 0.8.0 -> 0.8.1Yuri Victorovich2021-07-142-4/+4
| | | | Reported by: portscout
* lang/go: Update to 1.16.6Dmitri Goutnik2021-07-132-4/+4
| | | | | Changes: https://golang.org/doc/devel/release#go1.16.minor Security: c365536d-e3cf-11eb-9d8d-b37b683944c2
* lang/gcc11-devel: Update to the 20210710 snapshot of GCC 11.1.1Gerald Pfeifer2021-07-132-4/+4
| | | | | | This brings seven back ports for the tree optimizers and middle end, four for the powerpc back end, six for the C++ front end and one for Fortran.
* devel/qscintilla2: Update to 2.12.1Loïc Bartoletti2021-07-121-1/+1
| | | | | | | | Changelog: https://riverbankcomputing.com/news/QScintilla_2.12.1_Released PR: 257002 Exp-run by: antoine
* lang/kturtle: fix build due to missing build-depsAdriaan de Groot2021-07-121-3/+4
|
* lang/gcc10-devel: Update to the 20210709 snapshot of GCC 10.3.1Gerald Pfeifer2021-07-112-4/+4
| | | | | This brings a back port each for the x86 back end, the C++ front end, and libstdc++.
* lang/gprolog: update to 1.5.0Eugene Grosbein2021-07-105-63/+38
| | | | | | | | | | | | | Port changes: - the version 1.5.0 now recognizes clang for amd64 so the patch files/patch-EnginePl_machine.h reduced but it is still needed for i386 build; - this version correctly defines NO_MACHINE_REG_FOR_REG_BANK and adds -fcommon for clang, so CFLAGS reduced too; - the patch files/patch-Ma2Asm_x86__64__any.c rebuilt for new code, it is still needed as build fails with an error without the patch: Fatal Error: Segmentation Violation (bad address: 0x100ec814853)
* lang/gcc9-devel: Update to the 20210708 snapshot of GCC 9.4.1Gerald Pfeifer2021-07-102-4/+4
|
* */*: Update KDE Gear to 21.04.3Tobias C. Berner2021-07-092-6/+6
| | | | | | | | | | 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. Full changelog: https://kde.org/announcements/changelogs/gear/21.04.3/