Commit graph

21037 commits

Author SHA1 Message Date
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
Mikael Urankar
f12a94a12c lang/mono: Fix build on aarch64.
Approved by:	portmgr (build fix blanket)
2021-10-18 13:43:57 +02:00
Mikael Urankar
f863e5a659 lang/mono: Fix build on aarch64.
Approved by:	portmgr (build fix blanket)
2021-10-18 13:43:57 +02:00
Gleb Popov
0c6dace087 lang/ghc: Update bootstrap compiler to 8.10.7 2021-10-17 23:24:26 +03:00
Gleb Popov
b41e25946a lang/ghc: Remove unused stuff and make cosmetic changes. 2021-10-17 23:24:25 +03:00
Gleb Popov
852fb7f3bc lang/ghc: Remove powerpc64 support.
It was reported as broken by pkubaj.
2021-10-17 23:24:25 +03:00
Piotr Kubaj
088f48d0af lang/scm: fix build on powerpc64*
(#<primitive-procedure call-with-current-continuation> #<CLOSURE <anon> "r4rstest.scm": (exit) (for-each (lambda (x) (if (negative? x) (exit x))) (quote (54 0 37 -3 245 19))) #t>)  ==> 
;ERROR: "r4rstest.scm": segment violation 11
; in expression: (#@apply #@fun #@args)
; in scope:
;   (expect fun . args)  procedure test
; defined by load: "r4rstest.scm"

;STACK TRACE
1; (#@let ((res (#@if (#@procedure? #@0+1) (#@apply #@0+1 #@0-2)  ...
2; (#@test -3 #@call-with-current-continuation (#@lambda (exit) ( ...
3; (#@define ((filesuf #@file) (hss (#@has-suffix? #@file (#@sche ...
4; ((#@thunk) (#@set! #@complete #t))
5; ((#@do-thunk (#@lambda () (#@cond (#@*syntax-rules* (require ( ...
6; ((#@case #@option #(#<unspecified> #f #\? #\: #\n #\u #\m #\s  ...
7; ((#@cond ((#@not #@*argv*) (#@set! #@*argv* (#@program-argumen ...

; program args: ("./scm" "-rmacro" "-fsyntest1.scm" "-fsyntest2.scm" "-fr4rstest.scm" "-e(test-sc4)(test-cont)(test-delay)" "-fsyntest1" "-e" "(or (null? errs) (quit 1))")

Builds fine with GCC.

While here, remove ia64 support.
2021-10-17 11:54:34 +00:00
Tobias C. Berner
c1f36e0f27 KDE: Update KDE Frameworks to 5.87.0
Saturday, 09 Ocotber 2021

    KDE today announces the release of KDE Frameworks 5.87.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 predictable manner.

    Full announcement:
            https://kde.org/announcements/frameworks/5/5.87.0/

Exp-run by:	antoine
PR:		259032
2021-10-17 09:25:06 +02:00
Gerald Pfeifer
656d2ed2c0 lang/gcc12-devel: 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.

Still happy to provide guidance and a helping hand, for example working
with upstream or on how to operate the (crucial) nightly testers.
2021-10-16 14:50:45 +00:00
Gerald Pfeifer
c79dab622b lang/gcc12-devel: Update to the 20211010 snapshot of GCC 12.0.0
libsanitizer brought in improved support for FreeBSD, alas in
conflict with one of GCC's headers file (md5.h); add a temporary
hack via files/patch-libsanitzer-buildfix .
2021-10-16 14:49:33 +00:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Jimmy Olgeni
82a57c5f55 lang/c: fix typos in pkg-descr. 2021-10-16 09:09:12 +02:00
Jan Beich
a4344f5e8f lang/intel-compute-runtime: update to 21.41.21220
Changes:	https://github.com/intel/compute-runtime/compare/21.40.21182...21.41.21220
Reported by:	GitHub (watch releases)
2021-10-15 15:04:24 +00:00
Gerald Pfeifer
25f4d268cc lang/gcc11-devel: 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.

Still happy to provide guidance and a helping hand, for example working
with upstream or on how to operate the (crucial) nightly testers.
2021-10-14 21:37:13 +00:00
Stefan Eßer
47eac60491 lang/gcc: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:52 +02:00
Gerald Pfeifer
fdb630bad0 lang/gcc11-devel: Update to the 20211009 snapshot of GCC 11.2.1
This brings 22 back ports for the C++ front end (including some
for coroutines) and three for the Fortran front end.

The 20211002 snapshot did not bring any changes over 20210925, so
we skipped it.
2021-10-14 21:21:47 +00:00
Po-Chuan Hsieh
4ad65a8577
lang/p5-Scalar-List-Utils: Update to 1.60
Changes:	https://metacpan.org/dist/Scalar-List-Utils/changes
2021-10-14 03:13:12 +08:00
Po-Chuan Hsieh
1125c42dbd
lang/v8: Update to 9.4.146.21
Changes:	https://v8.dev/blog/v8-release-94
		https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.4-lkgr
		https://github.com/v8/v8/commits/9.4-lkgr
2021-10-14 03:12:10 +08:00
Thierry Thomas
693abe1cb4 lang/python3X: Fix library installation
The Python ports install the library libpython3.x.so under $PREFIX/lib,
and they set USE_LDCONFIG, but these libraries are not registered, due
to a missing symlink, and they are not found by `ldconfig -r'.

This commit make them to be registered, and for some reason it helps the
dynamic linker to find them, and this allows to fix an error in
french/aster. It also helps to fix errors in newer releases of math/sage
(not yet ready to be committed due to other problems).

No exp-run, but it has been tested with many ports on several platforms.

PR:		257864
Approved by:	koobs (Python team)
MFH:		2021Q4
2021-10-13 19:05:40 +02:00
Tobias Kortkamp
0e64cf1308
lang/janet: Update to v1.18.0
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.18.0
2021-10-12 17:01:36 +02:00
Gerald Pfeifer
29510fc89b lang/gcc10-devel: 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.

Still happy to provide guidance and a helping hand, for example working
with upstream or on operating the (crucial) nightly testers I have been
running.
2021-10-12 05:35:10 +00:00
Gerald Pfeifer
b64b03fe10 lang/gcc10-devel: Update to the 20211008 snapshot of GCC 10.3.1
This brings five back ports for the C++ front end and two for Fortran.
2021-10-12 05:33:52 +00:00
Mathieu Arnold
1541c8d646
lang/perl5-devel: update to v5.35.4-102-ge43d289c7c 2021-10-11 17:09:48 +02:00
Gerald Pfeifer
11a44652a8 lang/gcc9-devel: 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.

Still happy to provide guidance and a helping hand, for example working
with upstream or on operating the (crucial) nightly testers I have been
running.
2021-10-11 04:47:34 +00:00
Gerald Pfeifer
4286ef0938 lang/gcc9-devel: Update to the 20211007 snapshot of GCC 9.4.1 2021-10-11 04:44:35 +00:00
Guangyuan Yang
12b9c41159 lang/go: Update to 1.17.2
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	4fce9635-28c0-11ec-9ba8-002324b2fba8
2021-10-09 03:02:53 -04:00
Gerald Pfeifer
7ea368efa4 lang/gcc12-devel: Update to the 20211003 snapshot of GCC 12.0.0 2021-10-09 06:38:01 +00:00
Jan Beich
f9cd27d1f4 lang/intel-compute-runtime: update to 21.40.21182
Changes:	https://github.com/intel/compute-runtime/compare/21.39.21127...21.40.21182
Reported by:	GitHub (watch releases)
2021-10-08 15:48:05 +00:00
Bernhard Froehlich
ddd3759f1e lang/scheme48: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:22:45 +00:00
Bernhard Froehlich
1bcf990c4e lang/rust: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:22:09 +00:00