1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

21019 Commits

Author SHA1 Message Date
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
Wen Heping
9bd016f79a lang/python-doc-html: Update distinfo of python310 to 3.10.0 release 2021-10-08 15:15:58 +08:00
Wen Heping
25993dde8b lang/python310: Update to 3.10.0 release 2021-10-08 15:14:46 +08:00
Gerald Pfeifer
ed3643afce lang/gcc10-devel: Update to the 20211001 snapshot of GCC 10.3.1
This brings two back ports for Fortran (only).
2021-10-08 06:46:01 +00:00
Tobias C. Berner
98a1ae68be KDE: Update KDE Gear to 21.08.2
Thursday, 7 October 2021

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 with updated translations,
including:

   * kmail: Fix an infinite SSL error dialog loop
   * konqueror: Make it compatible with KIO 5.86.0 and don’t open every
     URL in a new window
   * libksane: Fix multi page detection with certain scanners

Full announcement:
	https://kde.org/announcements/gear/21.08.2/
2021-10-07 22:48:21 +02:00
Piotr Kubaj
a0765f54b8 lang/mono5.10: enable on powerpc64le 2021-10-07 17:53:57 +00:00
Piotr Kubaj
ad5a911fe8 lang/mono5.20: enable on powerpc64le 2021-10-07 17:53:55 +00:00
Piotr Kubaj
9cc696b412 lang/mono: enable on powerpc64le 2021-10-07 17:53:52 +00:00
Tobias Kortkamp
d6b6cae866
lang/rust-nightly: Update to 1.57.0.20211006
- Add missing cargo patch

Changes:	003d8d3f56...25ec827385
2021-10-07 16:42:56 +02:00
Gerald Pfeifer
1194fe2e2c lang/gcc12-devel: Update to the 20210926 snapshot of GCC 12.0.0
files/patch-bootstrap-gcc-gcc.c came from upstream and is part of
that snapshot now, so remove it.
2021-10-07 06:53:10 +00:00
Piotr Kubaj
1ddcf44a18 lang/mono6.8: fix powerpc* plist
- actually add pkg-plist.powerpc,
- move it before bsd.port.pre.mk.
2021-10-06 20:52:51 +00:00
Piotr Kubaj
8852199a64 lang/mono5.20: port to powerpc64 2021-10-06 20:52:49 +00:00
Piotr Kubaj
756e364d86 lang/mono5.20: port to powerpc64
Same as lang/mono, except that BTLS is enabled.
2021-10-06 20:52:48 +00:00
Piotr Kubaj
eccb97996d lang/mono: port to powerpc64 2021-10-06 20:52:42 +00:00
Piotr Kubaj
925c8e334d lang/mono5.10: port to powerpc64 2021-10-06 20:52:40 +00:00
Piotr Kubaj
060249b2b1 lang/mono: commit pkg-plist.powerpc 2021-10-06 20:52:38 +00:00
Piotr Kubaj
a0c393049b lang/mono5.10: fix build on powerpc
Same as lang/mono.
2021-10-06 20:52:34 +00:00
Piotr Kubaj
262c35a9e8 lang/mono: fix build on powerpc
- BTLS doesn't work on powerpc,
- same pkg-plist fix as for lang/mono6.8,
- cast ctx (which is void) to ucontext_t - NetBSD does the same.
2021-10-06 20:52:33 +00:00
Tobias Kortkamp
15d61162f7
lang/rust-nightly: Update to 1.57.0.20211005
Changes:	f586d79d18...25ec827385
2021-10-06 14:01:52 +02:00