153799 Commits

Author SHA1 Message Date
thfr
22ca122e9a update to vkquake 1.05.2 2021-01-23 17:57:03 +00:00
thfr
343327162b update to mojoshader commit 1320; tested with many FNA games 2021-01-23 17:56:27 +00:00
thfr
71f529dedf use ujoy(4) for joystick devices to unbreak joystick support
tested with dxx-rebirth.
Take MAINTAINER while here.
ok mglocker@
2021-01-23 17:52:00 +00:00
thfr
4f92a76afe enable gamecontroller GUID detection and GUID-based mapping
this makes prior workaround in SDL_gamecontroller.c obsolete that used
SDL_GAMECONTROLLERCONFIG environment variable and a fallback mapping;
so this is removed now.

tested with XBox 360/One, Logitech F310/Dual Action by me
testing with NEXT SNES controller and ok brynet@
2021-01-23 17:47:43 +00:00
kettenis
c465f9a263 Override another linker feature that isn't properly detected.
ok jasper@
2021-01-23 16:52:12 +00:00
jasper
9518741f1c Check return value of FT_Get_Sfnt_Table() to fix a NULL deref on invalid input. 2021-01-23 16:32:34 +00:00
ajacoutot
9c270cf21f Missing BDEP on devel/cmake. 2021-01-23 16:24:06 +00:00
jasper
fe19141287 mark this broken for big endian arches. even if it builds the runtime has
serious issues as pointed out by cwen@

ok bcallah@ (MAINTAINER)
2021-01-23 15:19:54 +00:00
sthen
aeb8c7b7e4 reinstate BROKEN-i386 again, it will not run so it is useless to waste
30 hours building it
2021-01-23 15:15:58 +00:00
sthen
e6bc6c7dea oops, revert unintended parts of commit. (I had a local WIP update that
was stalled because they want kern.proc.pathname or similar).
2021-01-23 15:10:41 +00:00
sthen
d0664b60ee just set ONLY_FOR_ARCHS, this is no good on 32-bit LE either 2021-01-23 15:06:28 +00:00
danj
a0f4a6cec2 Update to redis-6.0.10
If you used Redis on some Big Endian Arch (like sparc64) with
previous 6.0.x versions, you should really have a look at
https://github.com/redis/redis/pull/8270 to "consider the
compatibility implications with RESTORE, replication and
persistence".

Tests pass on amd64 and sparc64 (with the usual occasional replica
hiccup on sparc64).

Positive feedback from Mark Patruck.
Help from, and ok tb@
2021-01-23 14:58:19 +00:00
jasper
4c8fb818e9 add powerpc64 to NOT_FOR_ARCHS list. this port embeds a copy of gcc4 which lacks
support for the elfv2 api on powerpc64 so backporting the gcc8 patches from our
tree would probably get us nowhere anyway.
2021-01-23 14:44:02 +00:00
jasper
8e6b218497 mark broken on powerpc64: libast fails to build on hashalloc.c/tokscan.c 2021-01-23 14:16:36 +00:00
cwen
3dfcc41039 liboil: extend the powerpc64 fix to powerpc
This fixes liboil's runtime on this platform; building with -fno-integrated-as
lead to sigabrt at runtime.  While here remove the tentative arm fix, that we
introduced with the initial powerpc fix, it does not fix the build.

Tested again by jasper@ on powerpc64, thanks!
2021-01-23 14:05:51 +00:00
jasper
ad1262d8dc mark pfe broken on powerpc64 (lacks proper ppc support in general) 2021-01-23 13:54:09 +00:00
kn
f74a289f21 Remove mcollective puppet-agent plugin
Puppet deprecated this over two years ago.

OK sebastia
2021-01-23 12:48:37 +00:00
jasper
26d67da62c update to vte3-0.62.2 2021-01-23 12:47:00 +00:00
jasper
035769718e fix build on powerpc64 by correcting a cpp expression for _LIBCPP_BIG_ENDIAN
from brad
2021-01-23 12:46:26 +00:00
kn
ac9db2eacf Remove obsolete README
Mcollective support has been deprecated with Puppet 5.5.4,
official documentation links in the README are dead.

OK sebastia
2021-01-23 12:46:15 +00:00
tb
9d062a9548 update to py-tlslite-ng 0.8.0-alpha40
* fix wrong error message in AES implementation (Bernt Røskar Brenna)
* fix API break caused by the workaround for Bleichenbacher; RSA keys generated
  in-memory with m2crypto wouldn't work for decryption/encryption
* handle too short RSA ciphertexts for the key size consistently between
  backends
2021-01-23 12:24:04 +00:00
jasper
b5d72410ee set NOT_FOR_ARCHS=${BE_ARCHS}, darktable even advertises being little endian-only
in is_supported_platform.h so there's little point in attempting to build this
anywhere else.
2021-01-23 12:04:10 +00:00
jasper
2c7a13f4c1 bypass the HAVE_POWERPC check for powerpc64 this prevents it from attempting
(and failing) to compile the assembly code which clang isn't happy with.

from brad
2021-01-23 11:44:27 +00:00
ajacoutot
503c9120dc Update to vlc-3.0.12.
from Brad (maintainer)
2021-01-23 09:50:09 +00:00
ajacoutot
b91540bb19 Update to terraform-0.14.5. 2021-01-23 09:45:49 +00:00
gonzalo
7bbd7eb1c8 Hook Gobuster 2021-01-23 09:41:00 +00:00
gonzalo
f702317816 Looks good, OK abieber@ 2021-01-23 09:39:23 +00:00
ajacoutot
6b891a09ac Update to awscli-1.18.219. 2021-01-23 09:36:27 +00:00
ajacoutot
50c2588145 Update to py3-boto3-1.16.59. 2021-01-23 09:36:14 +00:00
ajacoutot
d629fa992c Update to py3-botocore-1.19.59. 2021-01-23 09:36:03 +00:00
ajacoutot
20db565012 Update to xine-lib-1.2.11.
from adr at SDF.ORG
with tweaks from Brad (maintainer)
2021-01-23 09:27:49 +00:00
ajacoutot
a21e21aa53 Update to GraphicsMagick-1.3.36.
from Brad (maintainer)
2021-01-23 09:23:08 +00:00
kn
0dfd9d0a1d update to umurmur 0.2.18
https://github.com/umurmur/umurmur/releases/tag/0.2.18
(no changelog, 7 minor commits/changes since last release)

Diff from Jonathon Sisson (maintainer), thanks
Tweaks from me
2021-01-23 09:22:47 +00:00
ajacoutot
cb347ad4a6 Unbreak selftest (from upstream):
- kdf: add missing null-terminator for self-test test-vector array
- kdf: make self-test test-vector array read-only
2021-01-23 08:55:21 +00:00
daniel
a71819ba3c repair the apertium-apy build
This port was missed during the tests for the py-tornado update. Fix the
build of apertium-apy by backporting commit 15cfa135 from upstream.

Breakage originally reported by naddy@, then by sthen@. bket@ had the same
fix on ports@

ok bentley@ (MAINTAINER), sthen@
2021-01-23 08:08:55 +00:00
bket
59667b8f8b Update to py-nbformat-5.0.7
Changelog:
https://github.com/jupyter/nbformat/blob/5.0.7/docs/changelog.rst
2021-01-23 07:25:06 +00:00
ajacoutot
fd51965a71 Major update to libgcrypt-1.9.0.
Release info: https://dev.gnupg.org/T4294

Tested in an amd64 bulk.
2021-01-23 07:15:01 +00:00
ajacoutot
2c94afb4a2 Update to gtk-doc-1.33.2. 2021-01-23 07:10:40 +00:00
bket
582e84dfe7 Update to py-nbconvert-5.6.1
Changelog:
https://github.com/jupyter/nbconvert/blob/5.6.1/docs/source/changelog.rst
2021-01-23 06:37:09 +00:00
thfr
d4a6e32934 update to FNA 21.01 2021-01-23 05:15:05 +00:00
thfr
aaa9960320 update to faudio 21.01 2021-01-23 05:14:11 +00:00
thfr
cd406d8cfa update to fna3d 21.01 2021-01-23 05:13:06 +00:00
thfr
309cbef81f use ujoy(4) joystick devices 2021-01-23 05:11:06 +00:00
mariani
5b2faee7e8 Update print/lyx 2.3.6 to 2.3.6.1
Just some minor fixes.
2021-01-22 23:27:06 +00:00
bluhm
0f699e9b18 Quirks for obsolete devel/p5-Regexp-Copy port removal.
OK sthen@
2021-01-22 22:34:32 +00:00
stsp
550ea62020 update to got 0.48
- use POSIX [s1 = s2] syntax instead of [s1 == s2] (patch by Ryo ONODERA)
- tog log: terminate author field at '>' in case there is no '@' (naddy)
- replace fparseln(3) with getline(3), for better portability (naddy)
- make 'got clone' pin the fetched branch in got.conf(5)
- allow the 'got fetch' -l option together with the -q option
- store branches passed via 'got clone -b' in got.conf(5) and git-config(1)
- work around spurious ACK responses from git servers in got-fetch-pack
- add a 'fetch-all-branches' configuration setting to got.conf(5)
- add a 'reference' directive to remote repositories in got.conf(5)
- fix 'got up -c commit path' deleting unrelated files (found by Timo Myyrä)
- fix 'tog blame' segfault upon empty input file (found by naddy)
- let 'got clone' write gitconfig directives that match the generated got.conf
- fix a use after free in got_worktree_close() (naddy)
- make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere
- make close(2) failure checks consistent; check 'close() == -1' everywhere
- fix missing close(2) error check in got_worktree_close()
2021-01-22 22:10:07 +00:00
bluhm
25a9a43995 Remove devel/p5-Regexp-Copy Perl module.
- Ports make test fails.
- Upstream tests are broken since Perl 5.11.
- Last upstream commit is from 2003.
- Port has no reverse dependencies.
OK afresh1@
2021-01-22 22:00:15 +00:00
ajacoutot
3b324f3c10 Update to coredns-1.8.1. 2021-01-22 19:31:47 +00:00
sebastia
8916b5cd93 simple update: 6.1.3 -> 6.1.5 2021-01-22 18:03:02 +00:00
rsadowski
3cb41c8a5d Update puddletag to 2.0.1 2021-01-22 17:08:00 +00:00