semarie
3a84a25a91
update lang/rust to 1.46.0
...
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27
Announce: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
ok landry@
2020-08-27 17:24:57 +00:00
gkoehler
223fe0d760
Update to ecl-20.4.24
...
From Josh Elsasser; thank you! I'm adding patch-src_c_package_d (from
Daniel Kochmaski) to work around a SIGSEGV on 64-bit big-endian
platforms, so I can have Common Lisp on powerpc64. Josh Elsasser
built ecl on mips64 and sparc64.
2020-08-24 21:38:05 +00:00
bcallah
7baa517b44
Add mips64 to the NOT_FOR_ARCHS list. MIPS support is incomplete.
...
Setting this as to not waste visa@'s time doing bulk builds. We have begun
to fix things, but more work needs to be done and I need to dig out my
octeon machine in order to finish things.
2020-08-24 15:23:14 +00:00
kmos
3c44ed40cd
Security update to Python 3.7.9
...
Release notes:
https://docs.python.org/release/3.7.9/whatsnew/changelog.html#changelog
ok sthen
2020-08-24 15:00:29 +00:00
abieber
c9b7d0ca6e
Update Go to 1.15.
...
OK jsing@
2020-08-21 22:12:24 +00:00
jasper
584605aec4
mark BROKEN-powerpc64 for gsc spins during build
2020-08-19 11:28:29 +00:00
abieber
936eebd141
Enable TLS 1.3 in ruby 2.7. Patch from tb@, tests from myself.
...
OK jeremy@
2020-08-18 23:40:13 +00:00
bcallah
ea42ad69ec
Update to seed7-20200727
2020-08-17 23:43:34 +00:00
jasper
3a4c63dd93
update to vala-0.48.9
2020-08-11 12:03:55 +00:00
jca
de3d8fd06b
Link libluajit.so with libc++abi to unbreak rspamd with newer llvm
...
luajit uses symbols from libunwind which is embedded in libc++abi.
Use the appropriate knob to link libluajit.so (not just the interpreter)
with libc++abi and register the shared lib dep.
ok sthen@ (rspamd maintainer)
2020-08-10 00:56:40 +00:00
juanfra
56086f252c
Update to racket 7.8.
2020-08-09 19:44:28 +00:00
sthen
153872479b
following the lead of base-clang, switch ports-gcc default to i586
...
from Brad, ok pascal@ (maintainer)
2020-08-08 16:48:48 +00:00
sthen
66ffde49f8
update to php-7.2.33
2020-08-07 12:47:34 +00:00
sthen
d13cc0e834
update to php-7.3.21
2020-08-07 12:47:30 +00:00
sthen
003ef6754a
update to php-7.4.9
2020-08-07 12:47:27 +00:00
jsg
0b771d2a5b
remove explicit -march=i586
...
-march=i586 is now the default for clang in base on i386
ok sthen@
2020-08-07 09:21:01 +00:00
jeremy
d61058d049
Update to JRuby 9.2.13.0
2020-08-05 21:33:25 +00:00
jturner
bb152ef2e8
Update janet to 1.11.3
2020-08-05 18:10:03 +00:00
bcallah
8c0f39e2e4
Mark flang as BROKEN. Upstream has not yet ported it to llvm-10.
2020-08-05 08:04:39 +00:00
semarie
f1c66a9fd3
update lang/rust to 1.45.2
...
Announce: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1452-2020-08-03
2020-08-05 07:14:04 +00:00
jca
2794487c37
Update to llvm-10.0.0
...
Positive feedback from landry@
2020-08-05 06:49:48 +00:00
gkoehler
1da5f67e93
Use llvm-config from ports, not from base
...
Base has /usr/bin/llvm-config after the switch to LLVM 10, so crystal
would run the wrong llvm-config and fail to build (with a linker
error). The bootstrap crystal.o needs LLVM 8. Using llvm-config from
ports works for now, because ports devel/llvm is still LLVM 8.
ok sthen@
2020-08-03 20:36:28 +00:00
jasper
211a28355c
update to guile-2.2.7
2020-08-03 07:27:46 +00:00
jasper
a7faf7b4f3
- update to myhdl-0.11
...
- switch to python 3
2020-08-03 06:38:00 +00:00
gnezdo
b2b378ba2c
lang/ghc workaround for clang 10 fallout
...
Adapted from https://gitlab.haskell.org/ghc/ghc/-/issues/17962
2020-08-01 14:52:44 +00:00
semarie
dc66e76686
lang/rust distinfo doesn't match. re-updating it.
2020-08-01 12:06:24 +00:00
semarie
1901b2d3e9
update lang/rust to 1.45.1
2020-08-01 08:36:38 +00:00
kmos
d475d74832
char16_t doesn't exist. For clang, it uses a little define dance that
...
ends up with using uint16_t for char16_t. Do the same in one step for
!clang.
ok thfr@ (maintainer)
2020-08-01 02:59:33 +00:00
naddy
56c805e9c9
Upstream commit "account for CLANG_VENDOR when checking for llvm version".
...
Fixes build with LLVM 10.0.
2020-07-31 21:22:48 +00:00
jasper
8db03d0dfb
update to vala-0.48.8
2020-07-29 18:27:57 +00:00
robert
7882d5dd73
update to 6.10.0.104
2020-07-29 10:50:36 +00:00
daniel
b9b92f85e7
Update to commit 0132b8aa for improved builtin support.
2020-07-28 08:35:31 +00:00
kmos
f416f210e5
Update to Python 3.8.5, includes security fixes.
...
Original diff from Wen Heping.
I shuffled some test files out of PLIST-main to PLIST-tests and did the
conflict magic to make it happy.
ok sthen@
2020-07-28 07:58:30 +00:00
jturner
d6d41e65a2
Update janet to 1.11.1
2020-07-26 23:23:30 +00:00
jasper
ded2775e4a
enable nodejs for powerpc64
...
with and ok abieber@ (MAINTAINER)
2020-07-22 17:30:24 +00:00
visa
48e85e0a2a
Disable the peephole optimizer on mips64 to fix intermittent crashes.
...
OK jeremy@
2020-07-22 10:22:34 +00:00
semarie
d9877b853a
update lang/rust to 1.45.0
...
Announce: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1450-2020-07-16
2020-07-22 06:59:17 +00:00
bcallah
60f59e598e
Update to seed7-20200628
2020-07-22 02:20:17 +00:00
rsadowski
f1e45e17ce
Update clazy to 1.7
2020-07-21 20:30:47 +00:00
sthen
932252a9be
update to php-7.2.32, 7.3.20, 7.4.8
2020-07-21 15:58:41 +00:00
jturner
40310f5d31
Update janet to 1.11.0
2020-07-21 14:23:03 +00:00
sthen
1ed9d5db68
regen plist to unbreak packaging on !amd64
2020-07-20 11:34:52 +00:00
abieber
dee78dc62d
Bump Go to 1.15beta1.
...
- Add a permissions fix from sthen@
- Remove patches as they are not needed now
Tested on amd64, arm64, armv7 and i386 (ty sthen!).
armv7 has an intermittent issue with tests.
OK sthen, jsing
2020-07-17 18:19:17 +00:00
jasper
2ddf8d0382
update to elixir-1.10.4
2020-07-17 17:35:47 +00:00
daniel
7ceaf0c63b
Update to commit 72f78307 with additional updates to support bytecode-only
...
platforms.
2020-07-16 23:43:32 +00:00
bcallah
231dcf8e20
Update to kona-3.2.0.20200711
2020-07-15 00:53:04 +00:00
bcallah
5e0753603c
Update flang to its latest code.
...
Upstream now considers this the Classic Flang compiler in contrast to the
new Flang compiler, formerly known as f18, that has recently been
upstreamed into LLVM.
2020-07-12 18:06:48 +00:00
sthen
6cc9779250
switch my maintainer email addresses to my own domain
2020-07-11 22:54:35 +00:00
daniel
c8549b0b90
Update to commit 9af28924 so bytecode-only platforms can be supported.
2020-07-07 23:03:10 +00:00
sthen
50beb2dcd4
update to abcl-1.7.0, from maintainer Timo Myyrä
2020-07-07 12:05:58 +00:00