168824 Commits

Author SHA1 Message Date
rsadowski
f8c284c6f9 Regen patches 2022-08-29 16:50:34 +00:00
ajacoutot
cf70ba1bdc Update to libxslt-1.1.37. 2022-08-29 16:39:19 +00:00
ajacoutot
d3b7804910 Update to libxml-2.10.2. 2022-08-29 16:37:18 +00:00
ajacoutot
50aebb9ce8 We have RTLD_NOLOAD now.
ok jca@
2022-08-29 16:15:43 +00:00
sthen
df75ef21c7 fix r1.164 differently, don't adjust MODPY_CMD which is actually used
in port Makefiles (I thought it was internal). fixes calibre
2022-08-29 15:43:20 +00:00
rsadowski
b68b839f3b Update gpgme to 1.18.0
Tweaks and OK sthen@
2022-08-29 15:33:14 +00:00
gonzalo
5dedc6faa3 Update for Suricata to 6.0.6
OK sthen@
2022-08-29 15:28:17 +00:00
rsadowski
ad55bb8b47 Update qcad to 3.27.6.7
QCad still segfault but maybe an updated version helps us to debug it.
Reported by Andy Bradford
2022-08-29 15:18:10 +00:00
sthen
b8af65696c update to github-cli-2.14.7, from Mikolaj Kucharski 2022-08-29 14:55:31 +00:00
rsadowski
bf221e0158 Once again... remove webvfx
Spotted by tb@
2022-08-29 14:45:04 +00:00
rsadowski
dce0f775b9 Add mlt and webvfx, bye bye 2022-08-29 14:42:41 +00:00
rsadowski
c3b22f70c1 Remove mlt6 and webvfx
Dead upstream and we have mlt7

OK tb@ and tracey@
2022-08-29 14:40:07 +00:00
sthen
06a8fdb62c update to py3-importlib_metadata-4.12.0 and change things so we can at
least run some tests. tested by Renaud Allard (maintainer) with synapse
plus I built dependent ports.
2022-08-29 14:29:39 +00:00
rsadowski
c96bdac298 Coroutines are part of C++ 20 and implemented in GCC 10 2022-08-29 13:48:30 +00:00
rsadowski
afe8c41bf5 Cleanup Qt
- Use MODQT5_DEPS no to avoid qtbase in LIB_DEPENDS
- Drop PKG_ARCH, qtbase is in RUN_DEPENDS. Makes no sense for me.
- We have no -main -examples in this package, remove WANTLIB- and
  LIB_DEPENDS-
2022-08-29 13:47:28 +00:00
rsadowski
8d1aaef073 Update awstats to 7.8 2022-08-29 13:37:55 +00:00
ajacoutot
8cf19e3562 Remove patch now that we have RTLD_NOLOAD.
Brad sent the same diff a few days ago
ok sthen@ rsadowski@
2022-08-29 13:34:24 +00:00
rsadowski
0a1b363751 Unbreak with archivers/quazip 1.3
ok sdk@
2022-08-29 13:32:54 +00:00
rsadowski
66040956b4 Update krita to 5.1.0 2022-08-29 13:32:46 +00:00
rsadowski
979d5406bb Update chessx to 1.5.6 and use archivers/quazip 1.3
Tweaks and OK sdk
2022-08-29 13:32:38 +00:00
rsadowski
e3ac217b56 Update quazip to 1.3
- Remove uncomment likes in Makefile. "make test" works quite well.
- Patch out the hardcoded version in the include path. For example:
  Instead of include/QuaZip-Qt5-1.3/quazip/ we use include/QuaZip-Qt5/quazip/.
  This safe use from updating ports that don't use the CMake module.

OK bcallah@ (maintainer)
2022-08-29 13:32:29 +00:00
sthen
2628d6aa03 set "nojunk" for setuptools builds done via MODPY_PEP517 (already set
for those builds done via MODPY_SETUPTOOLS - I was hoping we'd get
away without it for pep517 setuptools builds but naddy ran into a
build problem with py-cryptography which seems that it can only have
happened if importlib-metadata was installed and junked at the wrong
time during build)

we _may_ need nojunk for the other pep517 backends but let's try to
avoid it if possible first.
2022-08-29 13:23:02 +00:00
lraab
c10d8fb239 audio/mpd: update to 0.23.9
changelog:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.9/NEWS

ok landry@
2022-08-29 13:14:25 +00:00
sthen
bf69a99c45 update to py3-markdown-3.4.1 2022-08-29 13:10:09 +00:00
lraab
3ce471fd3a audio/picard: update to 2.8.3
PICARD-2524 - Random crash on album search

ok sdk@, landry@
2022-08-29 13:06:33 +00:00
sthen
2f97429c61 update to magic-8.3.316, from Brad, ok maintainer 2022-08-29 12:47:12 +00:00
ajacoutot
06b4906180 We have RTLD_NOLOAD now. 2022-08-29 12:25:01 +00:00
sthen
bf5b2cd548 Remove patching around libreadline in Python; this was added after
OpenBSD 5.4 to prevent picking up ports libreadline if installed during
build, but this was fixed differently in the libreadline port after 5.5
instead (by moving the headers to a directory which is not usually
picked up by default).

Found while investigating why readline is broken in the Python 3.10
port (but doesn't fix that issue). Also changes to the build in py3.10
mean that this patching no longer worked for the original issue.

ok kmos@
2022-08-29 12:23:42 +00:00
sthen
51e1159542 correctly pass QSTAT_VERSION into autogen.sh script; before it was passing
in a bogus version number (it's only setup to work when run from a git
checkout) and newer automake complains
2022-08-29 12:05:09 +00:00
mestre
46d3aaf4e2 update to 1.31.0-UNSTABLE
Notable changes since 1.29.0:
- MD: Fixed glitches and hang in the Europe release of "Donald in Maui Mallard".
- PC-FX: Expanded external backup memory from 32KiB to 128KiB, to match the
amount of memory in an FX-BMP.
- PC-FX: External backup memory will now be saved to/loaded from its own file,
instead of being appended to the internal backup memory in the same file. For
backwards compatibility, there is support for initially loading data from a
combined 32KiB+32KiB file; however, the additional 96KiB of external backup
memory will be unusable by the game in this case due to existing filesystem
structures.
- SASPlay: Added support for "Air Walkers".
- SNES-Faust: Added mouse emulation.
- SNES-Faust: Fixed color math glitch in "Final Fantasy V" when Exdeath is
holding the opaque white sphere party hostage.
- SNES-Faust: Fixed broken ExLoROM support, used by a "Heartthrob Memorial"
translation patch.
- SS: Added experimental support for ST-V games that don't require decryption
chips or special hardware. Refer to the ST-V section of the documentation for
more details and a list of explicitly supported games.
- SS: Fixed missing and glitchy graphics in "Houkago Ren'ai Club: Koi no Etude".
- SS: Fixed graphical glitches in "Radiant Silvergun" at the start of a new game
begun after interrupting the attract mode, or game over, while a fancy rotating
background was present, such as during the AKA-O battle.
2022-08-29 10:27:40 +00:00
bluhm
9b2c557714 update p5-Exporter-Tiny to 1.004000 2022-08-29 08:36:54 +00:00
ajacoutot
afc4f0bc50 Update to py3-git2-1.10.1. 2022-08-29 08:34:21 +00:00
landry
2bf3368d96 devel/py-txaio: update to 22.2.1 2022-08-29 07:30:07 +00:00
landry
962ba0a585 www/py-autobahn: update to 22.7.1
unbreaks buildbot_worker, sorry for the runtime breakage.

see https://autobahn.readthedocs.io/en/latest/changelog.html for changes
2022-08-29 07:29:45 +00:00
danj
b978a6752e Update to haproxy-2.6.4 2022-08-28 19:51:38 +00:00
naddy
b551e34b4d misc/vttest: update to 20220827 2022-08-28 19:37:21 +00:00
sthen
9d1ca963dd unbreak, I didn't set MODPY_PEP517 correctly, reported by aja@ naddy@ 2022-08-28 19:00:50 +00:00
jca
ba6b9b5f8a Bump REVISION after adding support for powerpc64 and riscv64
since adding support for those archs changes the package on all archs.
Even if probably nobody cross-compiles for those archs except semarie@.

(Slightly reluctant) ok semarie@
2022-08-28 18:26:20 +00:00
jca
6fdbfcf0e9 Fix the riscv64 patch for the cc crate
ok semarie@ (maintainer)
2022-08-28 18:22:18 +00:00
ajacoutot
cf6f21fbbc Update to nomad-1.3.4. 2022-08-28 14:20:03 +00:00
sthen
8224be3d3a replace MODPY_VERSION with 3.9 in PLIST, and set UPDATE_PLIST_ARGS to
avoid update-plist subst'ing it back. ok aja@
2022-08-28 12:49:49 +00:00
sthen
fb6ff113d0 update to automake-1.16.5 2022-08-28 11:43:45 +00:00
sthen
d412ea0318 libxml: use autoreconf instead of autoconf; the bundled aclocal.m4 includes
a broken python version check which fails with 2-digit minor i.e. 3.10
ok aja@
2022-08-28 11:07:35 +00:00
sthen
7adf43f353 reposurgeon: respect MAKE_JOBS, pass in -v to "go build", hack away at
some parts of github.com/pkg/term/termios unused by reposurgeon which fail
to build on i386
2022-08-28 10:26:39 +00:00
tb
ea87766540 lang/go: rework do-install target
Instead of "find ... \;", use pax and "find ... {} +". This reduces
"make fake" from several minutes to a few seconds.

ok jsing
2022-08-28 09:38:30 +00:00
ajacoutot
e53dc96ca5 Remove. 2022-08-28 09:28:56 +00:00
ajacoutot
283b6f819a Update to zeek-5.0.1. 2022-08-28 09:28:00 +00:00
tb
c6edc09903 packetbeat: clean cache at end of pre-build to fix build with Go 1.19
maintainer timeout
2022-08-28 09:08:51 +00:00
tb
4f1615d3b9 Update syncthing to 1.21.0rc1 to cope with quic-go fallout
from edd (maintainer)
2022-08-28 09:06:56 +00:00
sthen
89417cfe2b yubico changed /releases/ to /Releases/ 2022-08-28 09:02:45 +00:00