6723 Commits

Author SHA1 Message Date
danj
165924aed6 Remove empty files
ok sthen solene
2021-07-08 01:49:34 +00:00
daniel
7437f9d093 update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.

lang/ghc bits look ok to gnezdo@

ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
bcallah
ad91ec4487 Update to gravity-0.8.3
Changelog: https://github.com/marcobambini/gravity/releases/tag/0.8.3
2021-07-04 19:10:04 +00:00
sthen
4f170e8826 Update luajit to a newer checkout from the 2.0 git branch; upstream say
"Releases are only made occasionally. You're strongly encouraged to follow
the git branches". powerpc help from cwen@, this can now move from being
built with ports-gcc to clang. Reenable build on (32-bit) arm; it was
previously disabled as it required EABI, which we switched to using some
time ago now - not tested on arm yet but this will at least give it a
chance.
2021-07-03 20:21:07 +00:00
abieber
eb6ad31e92 Attempt to make the experience of updateing a Go port a bit easier.
- Add a version argument (second) to modgo-gen-modules-helper.
- Change modgo-gen-modules target to fetch module info for the
  current MODGO_VERSION of a port. Setting MODGO_VERSION=latest
  will fetch the latest version the Go ecosystem knows about.
  Similarly, if MODGO_VERSION is empty, fetch the latest
  verstion Go knows about.

While here:
- Add '-trimpath' to MODGO_FLAGS.

OK danj@
2021-07-03 02:37:46 +00:00
sthen
31898e51e7 update to PHP 8.0.8 2021-07-02 13:53:12 +00:00
sthen
5596d29555 update to PHP 7.4.21 2021-07-02 13:53:08 +00:00
sthen
5e9008f194 update to PHP 7.3.29 2021-07-02 13:53:04 +00:00
kmos
0e1b37d02d pcc does not work on sparc64 2021-06-29 21:43:07 +00:00
sthen
92620318d0 update to lucee-5.3.8.189 2021-06-26 15:22:10 +00:00
semarie
cdf1749b92 update lang/rust to 1.53.0
Announce: https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html
Release notes: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1530-2021-06-17
2021-06-20 18:07:09 +00:00
jeremy
0d8b386067 Update to JRuby 9.2.19.0 2021-06-17 22:20:04 +00:00
kmos
837780b5e5 Update Python 3.8 to 3.8.10, the final maintenance release of 3.8.x
(Only security fixes going forward).

This does include security fixes

ok daniel@
2021-06-12 04:03:23 +00:00
kmos
fbc74d74fd Update python 3.9 to 3.9.5
Includes multiple security fixes

ok daniel@
2021-06-12 04:00:22 +00:00
daniel
dad36877b1 see if pcc looks better these days on some !x86 archs 2021-06-12 02:39:30 +00:00
daniel
6c1b980c5f update pcc to 20210608 2021-06-12 02:21:21 +00:00
jturner
7b1ea01bb5 Update janet to 1.16.1 2021-06-12 01:11:08 +00:00
jeremy
8a2a50e67a Update to JRuby 9.2.18.0 2021-06-11 14:56:23 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
gnezdo
dd66bc059c Update lang/ghc to 8.10.5
The change in cabal-install has to be synchronized due to some
internal version numbers embedded into the JSON file.

ok kili@
2021-06-09 04:22:19 +00:00
jcs
8f516448a3 unbreak; update to crystal-1.0.0, shards-0.14.1
take maintainer

ok previous maintainer, gsoares, cwen
2021-06-07 16:40:58 +00:00
danj
5bbd4c1cd0 Update to go-1.16.5
This release includes security fixes to the archive/zip, math/big,
net, and net/http/httputil packages, as well as bug fixes to the
linker, the go command, and the net/http package.

ok jsing (maintainer, who noticed I forgot to update plist)
2021-06-07 11:02:54 +00:00
sthen
f22d116330 update to php-7.4.20 2021-06-05 20:30:14 +00:00
sthen
4d54287c75 update to php-8.0.7 2021-06-05 20:29:55 +00:00
jasper
1dd494ac1b update to vala-0.52.4 2021-06-05 12:52:46 +00:00
jasper
7a5c0b3ec5 drop maintainership for stuff i've not used in a long time 2021-06-05 12:34:05 +00:00
semarie
7abb41825a update lang/zig to 0.8.0
Release notes: https://ziglang.org/download/0.8.0/release-notes.html
2021-06-05 09:19:50 +00:00
jturner
5069522d98 Update janet to 1.16.0 2021-06-01 15:51:09 +00:00
juanfra
66952abecd Add racket-system-info to the racket package, so we (and the racket
developers) can get better bug reports and info about the system where
racket is running.
2021-05-30 22:33:31 +00:00
solene
b6aa582c59 Update to sbcl-2.1.4
maintainer timeout
ok abieber@
2021-05-28 16:23:31 +00:00
rsadowski
41ca901dd9 Add missing applications from MESSAGE in UNMESSAGE
OK jeremy@
2021-05-25 17:36:45 +00:00
sthen
f8ff1eb067 BROKEN-i386 = either build hangs, or dies with "Error: invalid memory reference" 2021-05-23 20:00:10 +00:00
sthen
b3a9eb6510 iverilog: regen plist, not done in previous update and some required files
were missed. from Alessandro De Laurenzis.
2021-05-23 19:23:52 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
juanfra
c19dbbb089 Update to racket 8.1.
Enable CS on i386. Tested on amd64 and sparc64.
2021-05-19 19:21:24 +00:00
kurt
f9d899e6a0 Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change. okay ian@
2021-05-19 01:50:29 +00:00
jsing
cbd3681633 Update lang/go to 1.16.4. 2021-05-16 07:40:45 +00:00
millert
067ea3e9c1 Apply upstream fix for building with bison 3.7 and above.
OK sthen@
2021-05-15 22:02:57 +00:00
jca
435ee4856c Update to llvm-11.1.0
Tested with a bunch of consumers on amd64, and lightly tested on sparc64
(me) and powerpc (cwen@).
2021-05-13 23:54:24 +00:00
jca
17eb8a927f Mark as BROKEN, doesn't work with llvm-11 2021-05-13 23:52:00 +00:00
jasper
bb88f512a5 mark broken for powerpc64, someone interested should crack this egg 2021-05-13 13:34:49 +00:00
semarie
0bb34427df update lang/rust to 1.52.1
it is a bug fix update, adding a workaround in incremental compilation.

Incremental compilation is off by default for release builds, so rust ports should be unaffected.

Announce: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
2021-05-13 11:56:19 +00:00
jasper
a2cb65ed98 update to vala-0.52.3
tested in a bulk by aja@
2021-05-13 07:49:54 +00:00
semarie
a7a4244cf3 update lang/wabt to 1.0.23
- remove Fabian from MAINTAINER (per him request)
- enable testsuite
- pledge/unveil command-line tools

ok rsadowski@
2021-05-13 05:00:36 +00:00
daniel
a5da984f02 update to release 3.9 2021-05-11 01:55:14 +00:00
tb
09c248f3a4 lang/pypy: fix build after libressl changes
SSL_CTX became opaque, so libssl now provides SSL_CTX_get_ssl_method(3)
and unbreak build after addition of EVP_Digest{Sign,Verify}(3) to
libcrypto.

ok edd (previous version)
2021-05-10 17:26:04 +00:00
semarie
1dc79cc224 update lang/zig to 0.8.0-dev.2168+2d1196773 2021-05-10 04:44:19 +00:00
daniel
dcab255fce update to commit 19e1039a 2021-05-08 20:36:21 +00:00
sthen
a5d53af29a update to php-8.0.6 2021-05-08 08:39:21 +00:00
semarie
9c6152f2cb lang/rust: update to 1.52.0
Announce: https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1520-2021-05-06
2021-05-08 07:20:42 +00:00