1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

21066 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
71d0bbaa42
lang/v8: Update to 9.5.172.21
Changes:	https://v8.dev/blog/v8-release-95
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.5-lkgr
		https://github.com/v8/v8/commits/9.5-lkgr
2021-11-01 21:41:24 +08:00
Po-Chuan Hsieh
f366d96316
lang/v8-beta: Add v8-beta 9.6.180.5
Changes:	https://v8.dev/blog/v8-release-96
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.6-lkgr
		https://github.com/v8/v8/commits/9.6-lkgr
2021-11-01 21:41:20 +08:00
Tobias Kortkamp
d5f09dc31f
lang/rust-nightly: Update to 1.58.0.20211030
Make the no-hardlinks-patches conditional and move them to
files/no-hardlinks.

Newer kernels should return sane kern.proc.pathname values for
hardlinks which will hopefully help avoid the intermittent "can't
find crate for `std`" build failures we had on the package
builders.

Thanks to kib@ for fixing kernel behavior. Now let's see if it
makes a difference for lang/rust-nightly.

Changes:	25ec827385...e249ce6b23
PR:		248184
2021-10-31 19:20:54 +01:00
Ashish SHUKLA
3e6e1930f4
lang/sagittarius-scheme: Update to 0.9.8 2021-10-30 10:13:17 +00:00
Ashish SHUKLA
e64614afc4
lang/chez-scheme: Update to 9.5.4 2021-10-30 10:13:14 +00:00
Jan Beich
555e4a7a55 lang/intel-compute-runtime: update to 21.43.21438
Changes:	https://github.com/intel/compute-runtime/compare/21.42.21270...21.43.21438
Reported by:	GitHub (watch releases)
2021-10-29 16:06:08 +00:00
Gleb Popov
dbfc3ca61e lang/purescript: Update to 0.14.5 2021-10-29 18:45:09 +03:00
Stefan Eßer
4009f9a504 lang/ocaml: Remove redundant '-[0-9]*' from CONFLICTS
Follow-up to previous commit: one occurance of "-[0-9]*" had been
missed.

Approved by:	portmgr (blanket)
2021-10-29 12:05:35 +02:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Sergey A. Osokin
afa59c1967 lang/luajit-devel: enable CONFLICTS_INSTALL 2021-10-28 17:57:01 -04:00
Torsten Zuehlsdorff
0bf9dc15d4 lang/php73: Upgrade from 7.3.31 to 7.3.32
Changelog:

FPM:

    Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation). (CVE-2021-21703)
2021-10-28 21:22:48 +02:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Neal Nelson
a516093a0a lang/nim: Update to 1.6.0
* Switch to DISTVERSION
* Pet portlint and portclippy
* Reformat Makefile with portfmt

PR:		259341
2021-10-28 20:17:11 +09:00
Jimmy Olgeni
02aae98be2 lang/erlang-wx: Update to version 24.1.3 2021-10-28 10:23:38 +02:00
Jimmy Olgeni
e45be9d2c5 lang/erlang-java: Update to version 24.1.3 2021-10-28 10:23:37 +02:00
Jimmy Olgeni
46034dd3be lang/erlang: Update to version 24.1.3 2021-10-28 10:23:37 +02:00
Jimmy Olgeni
ca93a761c5 lang/erlang-runtime24: Update to version 24.1.3 2021-10-28 10:23:37 +02:00
Sergey A. Osokin
8823f79373 lang/Makefile: connect lang/luajit-devel to build
Update CONFLICTS for lang/luajit and lang/luajit-openresty.
2021-10-27 21:10:40 -04:00
Sergey A. Osokin
4fec652f2e lang/luajit-devel: add LuaJIT, development version 2021-10-27 21:07:36 -04:00
Robert Clausecker
cd072fcb79 lang/mecrisp-stellaris: Update to 2.6.1.
- reorder Makefile to make portclippy happy
 - refactor conditionals for IGNORE

Relevant upstream changes:

  - Added (dp) (latest) addrinflash? addrinram? rrotate to all cores
  - Added dictionary-tools and fixed flaw in multitask-debug
  - Fixed 2rshift in common/cordic
  - Signal handlers and syscall library for FreeBSD

PR:	259448
2021-10-26 12:40:14 +02:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Tobias Kortkamp
124261fa7d
lang/rust: Update to 1.56.0
- Drop codegen-units=1 again as it seems to negatively impact build
  time for some people [1]

Changes:	https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
PR:		256099 [1]
PR:		259251
Reviewed by:	jbeich, mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D32553
2021-10-25 10:46:49 +02:00
Torsten Zuehlsdorff
cf94bbaed1 lang/php80: Upgrade from 8.0.11 to 8.0.12
Changelog:

    CLI:
        Fixed bug #81496 (Server logs incorrect request method).
    Core:
        Fixed bug #81435 (Observer current_observed_frame may point to an old (overwritten) frame).
        Fixed bug #81380 (Observer may not be initialized properly).
    DOM:
        Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
    FFI:
        Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined).
    FPM:
        Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703).
    Fileinfo:
        Fixed bug #78987 (High memory usage during encoding detection).
    Filter:
        Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
    Opcache:
        Fixed bug #81472 (Cannot support large linux major/minor device number when read /proc/self/maps).
    Reflection:
        ReflectionAttribute is no longer final.
    SPL:
        Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
        Fixed bug #81477 (LimitIterator + SplFileObject regression in 8.0.1).
    Standard:
        Fixed bug #69751 (Change Error message of sprintf/printf for missing/typo position specifier).
    Streams:
        Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
    XML:
        Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
    Zip:
        Fixed bug #81490 (ZipArchive::extractTo() may leak memory).
        Fixed bug #77978 (Dirname ending in colon unzips to wrong dir).

Sponsored by:	Bounce Experts
2021-10-24 00:52:36 +02:00
Torsten Zuehlsdorff
b0953f0b3c lang/php74: Upgrade from 7.4.24 to 7.4.25
Changelog:

    DOM:
        Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
    FFI:
        Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined).
    Fileinfo:
        Fixed bug #78987 (High memory usage during encoding detection).
    Filter:
        Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
    FPM:
        Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703).
    SPL:
        Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
    Streams:
        Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
    XML:
        Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
    Zip:
        Fixed bug #81490 (ZipArchive::extractTo() may leak memory).
        Fixed bug #77978 (Dirname ending in colon unzips to wrong dir).

Sponsored by:	Bounce Experts
2021-10-24 00:52:36 +02:00
Stefan Eßer
faf17873c1 lang/gnatdroid-binutils: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 23:38:18 +02:00
Gerald Pfeifer
0ae91c8e27 lang/gcc8: Relinquish maintainership
After working on (and largely maintaining) our GCC ports for more than
19 years, time has come to hand over the baton. Sadly despite multiple
requests nobody stepped up, so return this port to the pool.

That said, the GCC 8 release series is end of life for half a year now
and this port should be removed rather sooner than later in favor of
lang/gcc10 or later. We only keep it for the sake of a sole other port,
converters/wkhtmltopdf.
2021-10-23 15:38:57 +00:00
Jan Beich
f9722e7891 lang/intel-compute-runtime: update to 21.42.21270
Changes:	https://github.com/intel/compute-runtime/compare/21.41.21220...21.42.21270
Reported by:	GitHub (watch releases)
2021-10-22 13:29:15 +00:00
Piotr Kubaj
07761c347f lang/racket-minimal: fix build on powerpc64
Platform is not supported by Racket CS.
Try `--enable-bcdefault`, instead.
2021-10-22 11:42:46 +00:00
Stefan Eßer
1b3d8298f0 lang/picoc: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:18 +02:00
Stefan Eßer
78e1a992c1 lang/mujs: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:18 +02:00
Stefan Eßer
209246e04e lang/luajit-openresty: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:17 +02:00
Stefan Eßer
6cf8105e12 lang/guile1: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:17 +02:00
Stefan Eßer
e7a923117f lang/groovy: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:17 +02:00
Stefan Eßer
c304dd3ca1 lang/gravity: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:17 +02:00
Stefan Eßer
0af7cfd770 lang/asn1c: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:16 +02:00
Timothy Beyer
042847b1b4 lang/mlton: Update to 20210816
and fix build for FreeBSD 12 and 13.

PR:		259261
2021-10-20 16:42:18 +09:00
Alexey Dokuchaev
441a956e5f lang/libhx: the port had been updated (+)
- Update libHX to version 4.2
- Sadly, the author no longer hosts the project on SourceForge
  but on his own site instead, this affects MASTER_SITES and
  WWW line in the port description
- Disable getsockopt(SO_BINDTODEVICE) call for now as FreeBSD
  does not implement this socket option (patches welcome)
- While here, assume maintainership of the port
2021-10-20 02:47:19 +00:00
Stefan Eßer
a29ad94776 lang/solidity: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:33 +02:00
Stefan Eßer
9a13ac3f25 lang/scala: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:33 +02:00
Stefan Eßer
f05888cb2b lang/rust-bootstrap: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:32 +02:00
Stefan Eßer
edf66a1d74 lang/racket-minimal: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:32 +02:00
Stefan Eßer
0711f19824 lang/racket: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:32 +02:00
Stefan Eßer
023cf2b724 lang/quickjs: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:31 +02:00
Stefan Eßer
20985caa3e lang/jython: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 12:43:33 +02:00
Jimmy Olgeni
eaf8ad9179 lang/erlang-runtime22: Update to version 22.3.4.22 2021-10-19 11:22:10 +02:00
Jimmy Olgeni
416779da38 lang/erlang-runtime23: Update to version 23.3.4.8 2021-10-19 11:22:09 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Tobias Kortkamp
988f6f02d1
lang/janet: Update to v1.18.1
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.18.1
2021-10-19 10:36:33 +02:00
Vinícius Zavam
17fd72a519
lang/coffeescript: update 2.5.1 to 2.6.1 2021-10-19 07:38:14 +00:00