Jimmy Olgeni
342b303a6a
lang/erlang-doc: Update to version 24.1.
2021-10-02 00:38:15 +02:00
Jimmy Olgeni
15d5d95edc
lang/erlang-man: Update to version 24.1.
2021-10-02 00:38:14 +02:00
Jimmy Olgeni
12359d986f
lang/erlang-java: Update to version 24.1.1.
2021-10-02 00:38:14 +02:00
Jimmy Olgeni
11a3069188
lang/erlang-wx: Update to version 24.1.1.
2021-10-02 00:38:14 +02:00
Jimmy Olgeni
0f8df7400e
lang/erlang: Update to version 24.1.1.
2021-10-02 00:38:13 +02:00
Jimmy Olgeni
4b1e36816f
lang/erlang-runtime24: Update to version 24.1.1.
2021-10-02 00:21:40 +02:00
Jan Beich
f1bc910789
lang/gcc6-aux: unbreak fetch after 620968a43a
...
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is not in /usr/ports/lang/gcc6-aux/distinfo.
=> Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is spelled incorrectly.
*** Error code 1
Reported by: pkg-fallout
2021-10-01 14:33:54 +00:00
Mikael Urankar
c57db8f4de
lang/ghc: Update arm bootstrap to 8.10.7
...
Update arm bootstrap to 8.10.7
Pass --host to the configure script otherwise ghc thinks we are crosscompiling (only affects armv6 and armv7)
Remove CONFIGURE_ENV, it is now handled in patch-aclocal.m4 (submitted upstream as https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599 )
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D32155
2021-10-01 14:51:04 +02:00
Jan Beich
070200f935
devel/intel-graphics-compiler: add llvm12 (beta) flavor
...
https://github.com/intel/intel-graphics-compiler/projects/2
2021-10-01 02:20:03 +00:00
Jan Beich
852b05a49a
lang/rust: unbreak on armv6 after 620968a43a
...
error: linking with `/wrkdirs/usr/ports/lang/rust/work/cc-wrapper` failed: exit status: 127
Pointy hat to: jbeich
2021-10-01 00:14:58 +00:00
Jimmy Olgeni
72d6b12512
lang/erlang: restore DTRACE on powerpc64, like erlang-runtime24.
2021-09-30 22:02:22 +00:00
Jimmy Olgeni
c8cbc675c0
lang/elixir: Update to version 1.12.3, with portclippy fixes.
2021-09-30 22:02:16 +00:00
Jimmy Olgeni
4ba32e3d44
lang/erlang-wx: Update to version 24.0.6.
2021-09-30 22:02:15 +00:00
Jimmy Olgeni
16e9c98b9a
lang/erlang-java: Update to version 24.0.6.
2021-09-30 22:02:14 +00:00
Jimmy Olgeni
8c7f7322a4
lang/erlang-man: Update to version 24.0.
2021-09-30 22:02:13 +00:00
Jimmy Olgeni
d2256096dc
lang/erlang-doc: Update to version 24.0.
2021-09-30 22:02:12 +00:00
Jimmy Olgeni
57cbdd2568
lang/erlang: Update to version 24.0.6.
2021-09-30 22:02:11 +00:00
Jimmy Olgeni
1e029c03e9
lang/elixir-devel: apply portclippy fixes.
2021-09-30 22:02:10 +00:00
Jimmy Olgeni
c3a334e9f6
lang/erlang-runtime24: import changes from the (future) lang/erlang.
...
- Add KQUEUE option
- Add ODBC_CFLAGS and ODBC_LDFLAGS
- Remove unnecessary call to "./otp_build autoconf"
and patch "configure" rather than "configure.src"
- Apply portclippy fixes
2021-09-30 22:02:10 +00:00
Rene Ladan
620968a43a
cleanup: drop support for EOL FreeBSD 11.X
...
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Torsten Zuehlsdorff
1eeec1bd06
lang/php7*: adjust CONFLICTS to new versions
...
PHP 7.3 conflicted with versions no longer in the ports-tree. Remove this conflicts.
PHP 7.3 and 7.4 did not conflict with PHP 8.0. Add the missing conflict.
PR: 258803
Reported by: Einar Bjarni Halldórsson <einar@isnic.is>
Sponsored by: Bounce Experts
2021-09-30 21:36:22 +02:00
Alex Dupre
4a15e35e20
lang/solidity: update to 0.8.9 release.
2021-09-30 10:19:44 +02:00
Kirill Ponomarev
faedd9f824
lang/sbcl: update to 2.1.9
2021-09-30 08:44:40 +02:00
Bernhard Froehlich
8b8cd3da90
lang/guile2: Add CPE information
...
Approved by: portmgr (blanket)
2021-09-29 19:36:31 +00:00
Torsten Zuehlsdorff
4a295722e6
lang/php80: Update from 8.0.10 to 8.0.11
...
Changelog:
Core:
Fixed bug #81302 (Stream position after stream filter removed).
Fixed bug #81346 (Non-seekable streams don't update position after write).
Fixed bug #73122 (Integer Overflow when concatenating strings).
GD:
Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
Opcache:
Fixed bug #81353 (segfault with preloading and statically bound closure).
Shmop:
Fixed bug #81407 (shmop_open won't attach and causes php to crash).
Standard:
Fixed bug #71542 (disk_total_space does not work with relative paths).
Fixed bug #81400 (Unterminated string in dns_get_record() results).
SysVMsg:
Fixed bug #78819 (Heap Overflow in msg_send).
XML:
Fixed bug #81351 (xml_parse may fail, but has no error code).
Zip:
Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword).
Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
Sponsored by: Bounce Experts
2021-09-29 11:55:01 +02:00
Torsten Zuehlsdorff
4f8082baa8
lang/php74: Update from 7.4.23 to 7.4.24
...
Changelog:
Core:
Fixed bug #81302 (Stream position after stream filter removed).
Fixed bug #81346 (Non-seekable streams don't update position after write).
Fixed bug #73122 (Integer Overflow when concatenating strings).
GD:
Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
Opcache:
Fixed bug #81353 (segfault with preloading and statically bound closure).
Shmop:
Fixed bug #81407 (shmop_open won't attach and causes php to crash).
Standard:
Fixed bug #71542 (disk_total_space does not work with relative paths).
Fixed bug #81400 (Unterminated string in dns_get_record() results).
SysVMsg:
Fixed bug #78819 (Heap Overflow in msg_send).
XML:
Fixed bug #81351 (xml_parse may fail, but has no error code).
Zip:
Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)
Sponsored by: Bounce Experts
2021-09-29 11:55:00 +02:00
Torsten Zuehlsdorff
607fd2a936
lang/php73: Update from 7.3.30 to 7.3.31
...
Changelog:
Zip:
Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)
Sponsored by: Bounce Experts
2021-09-29 11:55:00 +02:00
Daniel Engberg
5e6e5a45cd
lang/nml: Mark as BROKEN, deprecate and set expiration date to 2021-12-31
...
Abandoned upstream, last release 2004-04-19 and doesn't compile
Reference: PR 234720
PR: 234720
Reported by: emaste and mikael
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32218
2021-09-29 09:42:27 +02:00
Yasuhiro Kimura
10c30f1825
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
...
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170
2021-09-28 14:13:33 +09:00
Neel Chauhan
878a03cf80
lang/gjs: Update to 1.70.0
2021-09-27 21:40:28 -07:00
Dimitry Andric
6bef096664
lang/python3([6-9]|10): disable detection of multiarch
...
It breaks with clang >= 13, which adds a major.minor version number in
-print-multiarch output, and the dot confuses Python:
ModuleNotFoundError: No module named '_sysconfigdata__freebsd14_x86_64-unknown-freebsd14'
Since we do not support multiarch, and the configure script has no way
to disable the multiarch check, stub it out during post-patch.
PR: 258377
Approved by: maintainer timeout (2 weeks)
MFH: 2021Q3
2021-09-27 19:56:59 +02:00
Mathieu Arnold
7f4b7cf97a
lang/perl5-devel: update to v5.35.4-44-ge36174629b
2021-09-27 15:14:44 +02:00
Yuri Victorovich
464188f11e
lang/quickjs: Add test target
2021-09-25 22:45:18 -07:00
Gerald Pfeifer
b82c9db3da
lang/gcc12-devel: Update to the 20210919 snapshot of GCC 12.0.0
...
files/patch-gcc-analyzer-bootstrap has been included upstream as has
an enhanced version of files/patch-libgfortran-bootstrap, alas we now
need files/patch-bootstrap-gcc-gcc.c as a temporary back port addressing
another bootstrap issue - "two steps forwards, one step back".
The internal compiler error on amd64 has been addressed, so unbreak
that architecture.
2021-09-25 15:51:06 +00:00
Michiel van Baak
3081484b54
lang/mono6.8: Fix build with NLS option disabled.
...
PR: 255709
2021-09-25 17:04:27 +03:00
Mikael Urankar
61f3f3bf5d
lang/ratfor: Mark as broken on arm.
...
PR: 258628
Reported by: Robert Clausecker fuz@fuz.su
Approved by: portmgr (tier-2 blanket)
2021-09-24 16:13:04 +02:00
Gerald Pfeifer
c6a6c9f660
lang/gcc11-devel: Update to the 20210918 snapshot of GCC 11.2.1
...
This brings a back port to the lower middle end, one for aarch64,
five for powerpc, three for C++ and four for Fortran.
2021-09-22 21:40:40 +00:00
Guangyuan Yang
c72a8f3160
lang/go: Take maintainership
2021-09-21 14:06:49 -04:00
Dmitri Goutnik
be0dbc8dae
lang/go: Resign maintainership
2021-09-21 10:56:50 -05:00
Bernhard Froehlich
5c186bc000
lang/nim: Add CPE information
...
Approved by: portmgr (blanket)
2021-09-21 12:57:50 +00:00
Bernhard Froehlich
7c1d6fcffe
lang/hermes: Add CPE information
...
Approved by: portmgr (blanket)
2021-09-21 12:57:49 +00:00
Po-Chuan Hsieh
144d0d3874
lang/py-lupa: Update to 1.10
...
- Strip shared library
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst
2021-09-21 11:44:48 +08:00
Po-Chuan Hsieh
4689ef645c
lang/p5-Scalar-List-Utils: Update to 1.59
...
Changes: https://metacpan.org/dist/Scalar-List-Utils/changes
2021-09-21 11:44:09 +08:00
Po-Chuan Hsieh
8f577ae3ac
lang/v8: Update to 9.3.345.19
...
Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.3-lkgr
https://github.com/v8/v8/commits/9.3-lkgr
2021-09-21 11:35:16 +08:00
Po-Chuan Hsieh
0db7842257
lang/fasm: Update to 1.73.28
2021-09-21 11:35:15 +08:00
Dave Cottlehuber
727a23e577
lang/gleam: update to 0.17.0
2021-09-20 19:00:59 +00:00
Mathieu Arnold
41dc4521fa
lang/perl5-devel: update to latest commit
2021-09-20 19:23:18 +02:00
Gerald Pfeifer
a50dcce734
lang/gcc10-devel: Update to the 20210917 snapshot of GCC 10.3.1
...
This brings one back port for the powerpc back end, six Ada-related
changes (which we do not activate as such), and eight for Fortran.
2021-09-20 06:32:25 +00:00
Gerald Pfeifer
a9775bb550
lang/gcc9-devel: Update to the 20210916 snapshot of GCC 9.4.1
...
This brings five back ports for Fortran (and two API adjustments
related to the Ada front end).
2021-09-19 15:45:20 +00:00
Kai Knoblich
76efc7077d
lang/python-doc-html: Update doc for Python 3.7.12
...
PR: 258519
Reported by: Mike Fisher
Approved by: kai (python, maintainer)
MFH: 2021Q3
2021-09-19 12:55:45 +02:00