Commit Graph

20184 Commits

Author SHA1 Message Date
Rainer Hurling b45426fc85 lang/polyml: Update to 5.8.1
- Bug fix release for version 5.8
- Visual Studio projects have been updated to VS2017 and SDK 10

Changelog: https://github.com/polyml/polyml/releases/tag/v5.8.1

PR:		253282
Submitted by:	Wen Heping <wen@FreeBSD.org>
Reviewed by:	tcberner (mentor)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D28529
2021-02-12 11:42:54 +00:00
Fernando Apesteguía 737c928046 lang/crystal: Update to 0.36.1
ChangeLog: https://github.com/crystal-lang/crystal/blob/0.36.1/CHANGELOG.md

Should fix this issue: https://github.com/crystal-lang/crystal/pull/10259

PR:	253111
Submitted by:	rlwestlund@gmail.com
Approved by:	greg@unrelenting.technology (maintainer)
MFH:	2021Q1 (runtime fix)
2021-02-12 11:17:54 +00:00
Gerald Pfeifer 17f35f9a33 Update to the 20210207 snapshot of GCC 11.0.0. 2021-02-11 17:39:44 +00:00
Mikael Urankar 143fad9226 lang/ghc: use CONFIGURE_ENV instead of BINARY_ALIAS on arm
GHC saves the llvm command name (llc, opt, clang) found at compile time in its
settings file.
Using BINARY_ALIAS allows lang/ghc to build but breaks
ghc ports (devel/hs-cabal-install for example)
GHC configure script accepts now to define LLC, OPT, CLANG as
environment variable, switch to it.

<no location info>: error:
    Warning: Couldn't figure out LLVM version!
             Make sure you have installed LLVM 9

<no location info>: error: ghc: could not execute: opt-9.0

PR:		252166, 253367
Approved by:	portmgr (tier-2 blanket)
2021-02-11 16:37:41 +00:00
Gerald Pfeifer eb0e4716d7 Update to the 20210206 snapshot of GCC 10.2.1.
This brings a back port for the register allocator (LRA), four for
the low level optimizers (RTL) and four for the C++ front end.
2021-02-10 18:19:24 +00:00
Tobias Kortkamp b56a591eef lang/janet: Update to v1.15.0
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.15.0
2021-02-09 04:17:33 +00:00
Jan Beich 1241709b60 lang/intel-compute-runtime: update to 21.05.18936
Changes:	https://github.com/intel/compute-runtime/compare/21.04.18912...21.05.18936
Reported by:	GitHub (watch releases)
2021-02-08 11:47:56 +00:00
Gerald Pfeifer f98fa4ce57 Update to the 20210205 snapshot of GCC 9.3.1.
This brings one back port for the arm back end, one for the tree
optimizers, and one for the C++ front end.
2021-02-08 09:27:49 +00:00
Gerald Pfeifer 5cbb32395d Update to the 20210204 snapshot of GCC 8.4.1.
This brings one back port for the arm back end and one for the Fortran
front end.
2021-02-07 12:16:18 +00:00
Sunpoet Po-Chuan Hsieh 23f68ee7c3 Sort SUBDIRs 2021-02-06 20:42:39 +00:00
Torsten Zuehlsdorff 39a21a5e68 lang/php80: Update from 8.0.1 to 8.0.2
Core:
        Fixed bug #80523 (bogus parse error on >4GB source code).
        Fixed bug #80384 (filter buffers entire read until file closed).
        Fixed bug #80596 (Invalid union type TypeError in anonymous classes).
        Fixed bug #80617 (GCC throws warning about type narrowing in ZEND_TYPE_INIT_CODE).
    BCMath:
        Fixed bug #80545 (bcadd('a', 'a') doesn't throw an exception).
    Curl:
        Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request).
    Date:
        Fixed bug #80376 (last day of the month causes runway cpu usage).
    DOM:
        Fixed bug #80537 (Wrong parameter type in DOMElement::removeAttributeNode stub).
    Filter:
        Fixed bug #80584 (0x and 0X are considered valid hex numbers by filter_var()).
    GMP:
        Fixed bug #80560 (Strings containing only a base prefix return 0 object).
    Intl:
        Fixed bug #80644 (Missing resource causes subsequent get() calls to fail).
    MySQLi:
        Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).
        Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails).
        Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor).
        Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).
    ODBC:
        Fixed bug #80592 (all floats are the same in ODBC parameters).
    Opcache:
        Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT).
    PDO_Firebird:
        Fixed bug #80521 (Parameters with underscores no longer recognized).
    Phar:
        Fixed bug #76929 (zip-based phar does not respect phar.require_hash).
        Fixed bug #77565 (Incorrect locator detection in ZIP-based phars).
        Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files).
    Phpdbg:
        Reverted fix for bug #76813 (Access violation near NULL on source operand).
    SOAP:
        Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702)

Sponsored by:	PHP Update Service
2021-02-05 22:54:20 +00:00
Torsten Zuehlsdorff 79cded8185 lang/php74: Update from 7.4.14 to 7.4.15
Core:
        Fixed bug #80523 (bogus parse error on >4GB source code).
        Fixed bug #80384 (filter buffers entire read until file closed).
    Curl:
        Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request).
    Date:
        Fixed bug #80376 (last day of the month causes runway cpu usage.
    MySQLi:
        Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).
        Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails).
        Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor).
        Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).
    Phar:
        Fixed bug #77565 (Incorrect locator detection in ZIP-based phars).
        Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files).
    SOAP:
        Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702)

Sponsored by:	PHP Update Service
2021-02-05 22:52:53 +00:00
Torsten Zuehlsdorff ada12c18a5 lang/php73: Upgrade from 7.3.26 to 7.3.27
SOAP:

    Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702)

Sponsored by:	PHP Update Service
2021-02-05 22:50:59 +00:00
Gerald Pfeifer 9b3909ffc8 Update to the 20210131 snapshot of GCC 11.0.0. 2021-02-05 22:20:39 +00:00
Stefan Eßer b612a0f94c Fix distinfo file 2021-02-05 19:42:19 +00:00
Stefan Eßer 349cbb905c Upgrade to latest development version 2021-02-05 16:43:14 +00:00
Dmitri Goutnik d370df2e39 lang/go: Update to 1.15.8
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2021-02-05 11:54:34 +00:00
Jimmy Olgeni 678a5d8f68 Update lang/erlang-runtime23 to version 23.2.4. 2021-02-05 11:21:08 +00:00
Tobias C. Berner 6954aa7786 Update KDE Release-Service to 20.12.2
Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.

Some of the fixes in today’s bugfix releases include:

	*    Ark no longer crashes when closing the window while loading a TAR archive
	*    Dolphin calculates the folder size on FUSE and network file systems correctly now
	*    Konsole no longer crashes when exiting all tabs at the same time
	*    Dictionaries can be added in Kiten’s config dialog
	*    Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected

Release Notes:
	https://community.kde.org/Releases/20.12_Release_Notes

Full Changelog:
	https://kde.org/announcements/fulllog_releases-20.12.2/
2021-02-04 19:21:17 +00:00
Mikael Urankar 06a556fb49 lang/rust: remove disable-ldconfig it's not an option for quite some time 2021-02-04 17:21:27 +00:00
Mathieu Arnold 878fe05959 Those ports are allowed to build a 2.7 flavor, for now. 2021-02-04 14:35:00 +00:00
Gerald Pfeifer 3d6941644a Update to the 20210130 snapshot of GCC 10.2.1.
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.
2021-02-04 12:29:40 +00:00
Baptiste Daroussin 9281c63acb lang/squeak: remove dependency on gstreamer
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
2021-02-04 04:59:46 +00:00
Joseph Mingrone 2ea4d5ad98 lang/fennel: Update to version 0.8.1
https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#081--2021-02-02
2021-02-03 15:31:01 +00:00
Joseph Mingrone 2476b38958 New port, lang/fennel: Lisp that compiles to Lua
WWW: https://fennel-lang.org/
2021-02-03 02:25:32 +00:00
Mark Linimon 36d2b0806e Mark as BROKEN on riscv64:
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
2021-02-02 19:46:09 +00:00
Mark Linimon 10fa91abbc Mark as NOT_FOR riscv64: unsupported platform.
Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-02-02 19:23:37 +00:00
Gerald Pfeifer 351714cfe6 Update to the 20210129 snapshot of GCC 9.3.1.
This brings three backports for the Fortran front end.
2021-02-01 23:00:22 +00:00
Antoine Brodin 789eca88c0 Do not include bsd.port.options.mk twice 2021-02-01 20:00:41 +00:00
Sunpoet Po-Chuan Hsieh 53b0cf18e8 Update to 1.73.27 2021-02-01 19:24:33 +00:00
Mathieu Arnold 1539c99bb1 Update to v5.33.6-31-g8c5e15d0d7. 2021-02-01 15:44:40 +00:00
Rene Ladan a7d2ae454e Remove support for FreeBSD 12.1 from various ports.
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
2021-02-01 12:42:53 +00:00
Kirill Ponomarev dcf44ea601 Update to 2.1.1 2021-02-01 10:52:41 +00:00
Jimmy Olgeni 5ccbcd8fe8 Update lang/erlang and related ports to version 21.3.8.20. 2021-01-30 21:52:18 +00:00
Mikael Urankar 13c484cc67 lang/rust: reroll the armv7 bootstrap
The current one fails to build Rust.

PR:		251254
Reported by:	mmel
2021-01-30 17:21:47 +00:00
Sunpoet Po-Chuan Hsieh e6dbf9c8ab Update to 1.73.26 2021-01-30 12:19:02 +00:00
Gerald Pfeifer 157fe92cc9 Update to the 20210128 snapshot of GCC 8.4.1.
This just brings one back port for the aarch64 backend.
2021-01-29 20:04:46 +00:00
Jan Beich 8db4725025 lang/intel-compute-runtime: update to 21.04.18912
Changes:	https://github.com/intel/compute-runtime/compare/21.03.18857...21.04.18912
Reported by:	GitHub (watch releases)
2021-01-29 14:38:13 +00:00
Mikael Urankar 6c562c69e9 lang/rust: revert part of r563191
It contains unrelated changes
2021-01-29 10:52:10 +00:00
Mikael Urankar 650775e0fa lang/rust: reroll the aarch64 bootstrap.
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
2021-01-29 10:49:01 +00:00
Alex Dupre 1104d5eca5 Update to 0.8.1 release. 2021-01-28 15:21:16 +00:00
Dmitri Goutnik b015989ca3 lang/go-devel: Update to go1.16rc1
Changes:	https://tip.golang.org/doc/go1.16
2021-01-28 12:06:06 +00:00
Mikael Urankar 06ae43f2b2 lang/ghc: arm requires clang90 to build
PR:		252166
Approved by:	portmgr (tier-2 blanket)
2021-01-28 07:38:20 +00:00
Wen Heping 5754f2d054 - Add a few more port options (DOCS GMP THREADED ODBC)
PR:		252482
Submitted by:	mailinglist@diamondbox.dk(maintainer)
2021-01-27 01:48:28 +00:00
Gerald Pfeifer b80706d6a6 Update to the 20210124 snapshot of GCC 11.0.0.
The 20210117 snapshot only worked on GNU/Linux platforms, so we had to
skip it.
2021-01-26 21:56:09 +00:00
Sunpoet Po-Chuan Hsieh becaac537e Fix build with bison 3.7.4
PR:		248911
Exp-run by:	antoine
2021-01-26 13:59:25 +00:00
Jimmy Olgeni 69f531b66f Update lang/erlang-runtime21 to version 21.3.8.20. 2021-01-25 23:48:59 +00:00
Gerald Pfeifer 1da2afab11 Update to the 20210123 snapshot of GCC 10.2.1.
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.
2021-01-25 19:26:50 +00:00
Mathieu Arnold 25041b1d65 Update to 5.32.1. 2021-01-25 18:06:33 +00:00
Neel Chauhan 9bb4383b38 lang/intercal: Update to 0.31
Changes: http://www.catb.org/~esr/intercal/NEWS.html

Approved by:	0mp (mentor, implicit)
2021-01-25 16:59:24 +00:00