Commit graph

5440 commits

Author SHA1 Message Date
Sandro 0802970566
Merge pull request #129678 from hexagonal-sun/add-bic 2021-07-26 08:05:15 +00:00
Luke Granger-Brown 6d7243a8b9
Merge pull request #131437 from McSinyx/rakudo-2021.07
rakudo: 2021.06 -> 2021.07
2021-07-25 10:32:09 +01:00
Luke Granger-Brown 7a878aa204
Merge pull request #131439 from McSinyx/zef-0.11.9
zef: 0.11.5 -> 0.11.9
2021-07-25 10:31:48 +01:00
R. RyanTM d3483140b2 erlangR23: 23.3.4.4 -> 23.3.4.5 2021-07-25 17:45:40 +09:00
Michael Raskin 4be510e3ad
Merge pull request #131379 from graham33/fix/octave_darwin_fixes
pkgs:octaveFull: darwin fixes
2021-07-25 07:54:03 +00:00
Nguyễn Gia Phong 8c72d9ad8d
zef: 0.11.5 -> 0.11.9 2021-07-25 14:41:35 +07:00
Nguyễn Gia Phong 662dbb477f
rakudo: 2021.06 -> 2021.07 2021-07-25 14:35:19 +07:00
Nguyễn Gia Phong 100411d53f
nqp: 2021.06 -> 2021.07 2021-07-25 14:35:00 +07:00
Nguyễn Gia Phong 327eaa4292
moarvm: 2021.06 -> 2021.07 2021-07-25 14:30:53 +07:00
Graham Bennett 461466306e octaveFull: set QT_MAC_WANTS_LAYER=1 on Darwin
This avoids a Qt 5.12 problem on Big Sur:
https://bugreports.qt.io/browse/QTBUG-87014
2021-07-24 20:45:24 +01:00
Sandro Jäckel fd828ac4f5
s9fes: cleanup 2021-07-24 19:07:27 +02:00
Ben Siraphob a29e031643 s9fes: init at 20181205 2021-07-24 20:08:44 +07:00
Graham Bennett 09b931bd40 octaveFull: fix linker error on Darwin
See https://trac.macports.org/ticket/61865.
2021-07-24 13:02:54 +01:00
R. RyanTM 184178c221 erlang: 24.0.3 -> 24.0.4 2021-07-24 07:07:31 +09:00
Matthew Leach 26f2495d40 bic: init at v1.0.0 2021-07-22 21:43:44 +01:00
Ben Siraphob 63269809d3
cyclone-scheme: 0.21 -> 0.30.0 (#130628) 2021-07-22 16:40:47 +02:00
github-actions[bot] c605362140
Merge master into staging-next 2021-07-19 12:01:09 +00:00
Ben Siraphob 4ab88273a7 trealla: 1.8.74 -> 1.9.37 2021-07-19 17:33:42 +07:00
github-actions[bot] f2eada4ab8
Merge master into staging-next 2021-07-18 06:01:33 +00:00
github-actions[bot] 382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Felix Buehler 87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
Felix Buehler 5a6496b41f clooj: deprecate phases 2021-07-17 22:11:03 +02:00
github-actions[bot] d6b748b2b3
Merge master into staging-next 2021-07-17 18:00:56 +00:00
Mario Rodas 4015870990
Merge pull request #130411 from marsam/ruby-update-rubygems
ruby: rubygems 3.2.16 -> 3.2.24
2021-07-17 07:02:14 -05:00
github-actions[bot] 4ee4d805d2
Merge master into staging-next 2021-07-17 12:01:22 +00:00
Dmitry Kalinkin 3d68137c6e
pypy: 7.3.3 -> 7.3.5 2021-07-16 23:31:15 -04:00
Dmitry Kalinkin c168edeeb9
pypy3: change pythonVersion to 3.7 2021-07-16 10:43:55 -04:00
Dmitry Kalinkin d557708761
pypy: don't try to fetch vendored dependencies for cffi bindings
Specifically, this affects _ssl and lzma.

This should be useful on Hydra/macOS where sandboxing is disabled.
2021-07-16 06:39:08 -04:00
Vladimír Čunát 1e9175815b
Merge #129669: cpython: disable features on darwin
... to fix the build (merging into staging-next)
2021-07-16 10:35:56 +02:00
Vladimír Čunát 1f2b1f3bb0
cpython: restrict enableLTO to Linux
Both darwin platforms would fail:
  https://hydra.nixos.org/build/147600631
  https://hydra.nixos.org/build/147646604
And as it seems to be a risky feature, I switched other platforms along
(though none are on the official build farm)
2021-07-16 10:32:33 +02:00
Dmitry Kalinkin b43959a817
pypy: fix for sandboxed darwin
The implementation of multiprocessing.cpu_count() tries to call the
impure sysctl binary. In the sandbox that fails, so cffi bindings are
not generated.
2021-07-16 01:59:26 -04:00
Mario Rodas 3320ca4bcb ruby: rubygems 3.2.16 -> 3.2.24 2021-07-16 04:20:00 +00:00
Jörg Thalheim 7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02:00
Jan Tojnar 21f3b2b50b
Merge pull request #126558 from zhaofengli/libproxy-optional-js
libproxy: Make JavaScript optional
2021-07-14 03:59:33 +02:00
Martin Weinelt bcda9c8cfc Merge remote-tracking branch 'origin/master' into staging-next 2021-07-11 16:11:09 +02:00
Alyssa Ross 30ada3e6af spidermonkey_68: fix cross
The use of unspliced llvmPackages in configureFlags was causing an
eval failure when cross-compiling, but since later versions of
Firefox/Spidermonkey can correctly detect clang and libclang without
those arguments being specified, we can just backport that
patch (which applies cleanly), and not have to worry about it any
more.
2021-07-11 12:11:54 +00:00
Martin Weinelt fac5757eec
cpython: disable no-semantic-interposition with older clang versions
> clang-7: error: unknown argument: '-fno-semantic-interposition'

This primarily affects current darwin builds, but as soon as they
migrate to a newer clang version they will immediately start benefitting
from this change.
2021-07-09 22:24:43 +02:00
github-actions[bot] 958dc88d65
Merge master into staging-next 2021-07-08 12:01:23 +00:00
Sandro 4c1ff84d7d
Merge pull request #129542 from rvolosatovs/update/luajit 2021-07-08 13:39:38 +02:00
Dmitry Kalinkin 280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00
Roman Volosatovs 7992d315de
luajit_2_1: 2.1.0-2021-05-29 -> 2.1.0-2021-06-25 2021-07-07 16:26:09 +02:00
Roman Volosatovs 1775ee342a
luajit_2_0: 2.1.0-2021-05-29 -> 2.1.0-2021-06-08 2021-07-07 16:26:08 +02:00
Mario Rodas afd61a6069 ruby_3_0: 3.0.1 -> 3.0.2
https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
2021-07-07 04:20:00 +00:00
Mario Rodas 5f9f17cc11 ruby_2_7: 2.7.3 -> 2.7.4
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
2021-07-07 04:20:00 +00:00
Mario Rodas 2d420c1559 ruby_2_6: 2.6.7 -> 2.6.8
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/
2021-07-07 04:20:00 +00:00
Mario Rodas 6d4b46a56d ruby: update RVM patchsets 2021-07-07 04:20:00 +00:00
github-actions[bot] e04f827a74
Merge staging-next into staging 2021-07-06 18:01:55 +00:00
Vladimír Čunát 417563fab9
nix-exec: remove
As stated in d202a0ce67, it hasn't worked for over four years.
2021-07-06 18:10:33 +02:00
Martin Weinelt eb5659f4c2
Merge pull request #126962 from stigtsp/package/perl-5.34.0 2021-07-06 16:03:48 +02:00
Jonathan Ringer 07571e7ae5 python3: only enable LTO for 64bit builds
Avoid failures with 32bit builds:
```
cc1: error: LTO support has not been enabled in this configuration
```
2021-07-05 12:34:02 -07:00