6444 Commits

Author SHA1 Message Date
abieber
7e9a28b4d0 Drop MAINTAINER for a bunch of stuff I no longer use. 2021-01-16 17:26:16 +00:00
jasper
b42e2a10ad enable for powerpc64 2021-01-15 20:42:01 +00:00
gonzalo
5d2bce0c02 dasm belongs to devel 2021-01-15 14:58:46 +00:00
gonzalo
a5e0cf94fa Dasm belongs to devel 2021-01-15 14:58:15 +00:00
gonzalo
fff73d3819 Hook dasm. 2021-01-15 10:37:40 +00:00
gonzalo
05b9188198 versatile macro assembler for 8-bit microprocessors Ok benoit@ 2021-01-15 10:35:52 +00:00
bcallah
ff9364d9ca +tcc 2021-01-13 21:52:34 +00:00
bcallah
a987f3640a Import lang/tcc, the Tiny C Compiler
tested by several, ok benoit@

TCC (Tiny C Compiler) is a small and fast ANSI C compiler.
It generates optimized code, and can compile, assemble, and link several
times faster than 'gcc -O0'. Any C dynamic library can be used directly.
It includes an optional memory and bounds checker, and bounds-checked
code can be mixed freely with standard code. C scripting is also
supported via the usual hash-bang mechanism.

Backends exist for amd64, i386, arm, and arm64.
2021-01-13 21:52:03 +00:00
rsadowski
5691458243 Update clazy to 1.9 2021-01-12 05:21:18 +00:00
sthen
00aa14c367 update homepage, prompted by a diff from Gerald Chudyk 2021-01-11 20:08:37 +00:00
jasper
7f017f4bcc update to vala-0.50.3 2021-01-10 18:20:18 +00:00
jasper
02f27bd208 update to elixir-1.11.3 2021-01-10 14:07:46 +00:00
sthen
7639001be2 update to PHP 7.4.14 2021-01-07 17:13:27 +00:00
sthen
24a66eca6f update to PHP 7.3.26 2021-01-07 17:12:54 +00:00
semarie
4bce3a98fa lang/rust: make rustbuild part to use the bootstrap wrapper
it makes proper configuration to run cargo when system libs aren't in
sync with the bootstrap binary.
2021-01-06 18:48:25 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
1b35bf7685 update to python-3.8.7, from kmos@, ok kmos@ daniel@
this changes EXT_SUFFIX from .so to .cpython-38.so; the following commit
fixes up py3 ports to cope.
2021-01-04 14:04:42 +00:00
jca
a1079c92d0 Unbreak, don't try to use __thread on base-gcc archs
ok jeremy@ (maintainer)
2021-01-03 21:27:12 +00:00
jcs
ed4c6e9925 mention ruby-shims in ruby MESSAGE files as an alternative to adding
symlinks

ok kn
2021-01-03 15:44:41 +00:00
bcallah
ae16971f2f Update to seed7-20201208 2021-01-01 23:43:52 +00:00
semarie
77500f6a37 update lang/rust to 1.49.0
ok landry@

Announce: https://blog.rust-lang.org/2020/12/31/Rust-1.49.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1490-2020-12-31
2021-01-01 09:02:54 +00:00
bcallah
5b298c56b3 Bugfix update to kona-3.2.0.20201026 2020-12-31 05:13:44 +00:00
fcambus
374afca69a Update duktape to 2.6.0. 2020-12-30 18:23:02 +00:00
daniel
43446f11cd retire python 3.7
An earlier diff was okayed by rpointel@, kmos@. sthen@ requested to move
the @conflict and @pkgpath markers from 3.7 to 3.8 in the same commit (a
better approach). Final diff was ok sthen@.
2020-12-29 23:59:06 +00:00
bcallah
b23db92231 Update to gravity-0.8.1
Changelog: https://github.com/marcobambini/gravity/compare/0.8.0...0.8.1
2020-12-29 16:11:45 +00:00
sthen
7e4bc55154 reminder to update xenocara/share/mk/bsd.xorg.mk if switching main py3
branch
2020-12-29 14:31:01 +00:00
daniel
224be58a2c update to python 3.9.1
Identical diff from rpointel@ and kmos@ posted a similar diff on ports@

ok rpointel@
2020-12-28 22:28:14 +00:00
jeremy
139904be2e Add support for ruby30 FLAVOR for building Ruby ports for Ruby 3.0 2020-12-28 16:48:27 +00:00
jeremy
96e847240a Hookup Ruby 3.0 2020-12-28 16:46:04 +00:00
jeremy
96dde96d66 Import Ruby 3.0.0
OK rsadowski
2020-12-28 16:45:27 +00:00
fcambus
7d13de3fc5 Update gnucobol to 3.1.2. 2020-12-27 16:54:11 +00:00
robert
af7d9b10cc update to 6.12.0.107 2020-12-17 15:17:51 +00:00
fcambus
b7d94d4498 Update gnucobol to 3.1.1.
From Wen Heping, thanks!
2020-12-15 18:43:42 +00:00
jturner
b291ef8b45 Update janet to 0.13.1. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.13.1 2020-12-15 17:54:38 +00:00
gkoehler
f07c92e060 Unbreak squeak-vm on powerpc, sparc64
Most of this diff is from Anthony Richardby, who provided the patches
to unbreak macppc by removing the -mno-fused-madd flag, fixing an asm
error, and changing the order of the linker arguments.

kmos@ confirmed that the patches also unbreak sparc64.  cwen@ moved
the HOMEPAGE to https.  I removed flags like -O3.

ok cwen@
2020-12-13 02:42:17 +00:00
jeremy
c9eb37f40d Update to JRuby 9.2.14.0 2020-12-12 03:18:01 +00:00
sthen
24dc82a9f9 ghc: regen plist; sphinx update 2020-12-10 21:41:39 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
jeremy
bf7b95714d Use a better fix for the copy coroutine fiber implementation
This comes from the Ruby fiber maintainer.  It doesn't require compiling a
couple files without optimization, and it was able to get through a make
test run without crashing on sparc64, which uses the copy coroutine fiber
implementation.

OK kn@
2020-12-08 01:03:31 +00:00
jasper
45c465b624 update to lua-5.3.6, most likely the last 5.3 release 2020-12-04 20:01:09 +00:00
sthen
927ffe1cb3 update to lucee 5.3.7.47 2020-12-03 20:49:01 +00:00
rsadowski
681d45e95b Unbreak clazy 1.8 update
Bring back PREFIX cmake fix. This was not noticed because the old version was
installed during the build time.

Spotted by aja@, thanks
2020-11-28 09:30:46 +00:00
sthen
91c5497312 update to php-7.4.13
add !defined(LIBRESSL_VERSION_NUMBER) patch for ext/openssl/openssl.c;
wants EVP_CIPH_OCB_MODE, EVP_CTRL_AEAD_GET/SET_TAG, EVP_CTRL_AEAD_SET_IVLEN
2020-11-26 20:39:15 +00:00
sthen
9323fee492 update to php-7.3.25 2020-11-26 20:37:47 +00:00
sthen
e43bc02578 For MODGO_MODULES ports, don't point the port to fetch files directly
from /usr/ports/distfiles when it wants to unpack modules during the
build, instead copy the files into the WRKDIR and point it there.

If there was a mistake with setting up MODGO_MODULES/MODGO_MODFILES
in a port then this change will cause it to show up in build, otherwise
it may succeed or fail randomly depending on what files are present in
distfiles (fetched by other ports).
2020-11-25 15:23:49 +00:00
rsadowski
c9d31a68d9 Update clazy to 1.8 2020-11-24 16:04:38 +00:00
jasper
185d3d3884 update to vala-0.50.2 2020-11-20 13:21:08 +00:00
phessler
bed34deab6 spell aarch64 correctly 2020-11-20 12:59:46 +00:00
semarie
912c83f6c6 update lang/rust to 1.48.0
Announce: https://blog.rust-lang.org/2020/11/19/Rust-1.48.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1480-2020-11-19

ok landry@
2020-11-19 16:06:06 +00:00
fcambus
10d0386620 Drop maintainership. 2020-11-17 13:01:11 +00:00