Commit Graph

209911 Commits

Author SHA1 Message Date
kirill 05baba955a lang/gcc/11: added new powerpc64 bootstrap 2026-06-16 23:35:56 +00:00
sthen 43adf14c88 update to vim-9.2.663 2026-06-16 23:35:09 +00:00
naddy e9a00f3e77 games/openarena: make C types coherent on amd64 to appease llvm22 2026-06-16 22:25:40 +00:00
kirill f26a6d9a9d lang/gcc/16: moved libquadmath.info to PLIST-main
gcc installs it uncoditionally, without depends on __float128 like
libquadmath itself.

Confirmed by make plist on arm64 and powerpc64
2026-06-16 21:22:28 +00:00
naddy 72cf37f65d security/strobe: add missing cast to appease llvm22 2026-06-16 21:20:48 +00:00
daniel da590c46e1 update to eyeD3-0.9.9 2026-06-16 20:53:39 +00:00
daniel ef4bbde671 py-typer: fix RDEPs
A few TDEPs should be RDEPs, move them accordingly. Also typing-extensions
is only needed on Windows, so remove that DEP as well.

Discovered while trying to port something that uses py-typer.

ok pvk@ (MAINTAINER)
2026-06-16 20:22:50 +00:00
naddy 346c9ed225 graphics/fyre: use proper object type-casting macro to appease llvm22 2026-06-16 20:04:02 +00:00
bluhm 3ebb27edaf update p5-WWW-Mechanize to 2.21 2026-06-16 19:37:21 +00:00
sthen e9c6d6ad1c update to neomutt-20260616 2026-06-16 18:47:33 +00:00
landry 8a6e989639 mail/mozilla-thunderbird: update to 140.12.0.
see https://www.thunderbird.net/en-US/thunderbird/140.12.0esr/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-61/
2026-06-16 17:20:19 +00:00
naddy 5b05a9d14c games/tome4: use the correct GL type and fix a pasto to appease llvm22 2026-06-16 16:47:31 +00:00
sthen eeef6767d6 update to khal-0.14.0 2026-06-16 16:46:59 +00:00
stu 96e2d382f2 Build .so's for Tcl 8 and 9.
Not great, not terrible.

ok sthen@, prodding from Chris Billington
2026-06-16 16:32:15 +00:00
sthen 66804e1e80 add PORTROACH marker 2026-06-16 16:30:41 +00:00
tb 3b4c2e5fb4 afl++: unbreak: I overlooked a .rej 2026-06-16 16:18:16 +00:00
sthen 2a24ef116a another port expecting standard timeval rather than the bpf_timeval
that only we use, mark BROKEN for now
2026-06-16 16:15:28 +00:00
sthen 5a1c5b77d6 mark pmacct BROKEN, bpf_timeval vs timeval issues detected by llvm22
change ntopng's existing BROKEN string to the same as this
2026-06-16 15:57:24 +00:00
naddy f18d47ae32 net/owamp: take address of correct union member as pointed out by llvm22 2026-06-16 15:08:12 +00:00
naddy 34814184c6 print/bibview: add missing casts to fix build with llvm22
The implicit casts are already protected by class checks.
2026-06-16 14:40:25 +00:00
tb 8d35407a98 Update to afl++ 4.40c
This builds with llvm22 but isn't perfect and needs more polishing.
For now you need to pass LDFLAGS+=-lexecinfo to afl-cc and friends.

maintainer timeout
2026-06-16 14:29:57 +00:00
sthen a55f1197a6 bump due to kernel ABI change (struct bcachestats lost some members with
buffer flipper removal)
2026-06-16 13:34:03 +00:00
kirill 5875241474 lang/gcc/16: removed dup entries across PLIST and PFRAG
Discussed, tweaked and OK: sthen@
2026-06-16 13:32:45 +00:00
sthen 09fc3acc29 bump due to kernel ABI change (struct bcachestats lost some members with
buffer flipper removal), found by landry
2026-06-16 13:31:44 +00:00
landry e66a9aeda3 www/firefox-esr: update to 140.12.0
see https://www.firefox.com/en-US/firefox/140.12.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-58/
2026-06-16 12:37:22 +00:00
landry c2e0dc9004 www/firefox-i18n: update to 152.0, forgotten in previous 2026-06-16 12:36:48 +00:00
landry 97c7700714 www/mozilla-firefox: update to 152.0.
see https://www.firefox.com/en-US/firefox/152.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-57/
drop patch from #2046162, merged
2026-06-16 12:35:39 +00:00
kirill ea87925198 devel/codex: update to 0.140.0 2026-06-16 09:53:10 +00:00
robert 61d55f4160 unbreak build; forgot to update patches before committing 2026-06-16 09:44:43 +00:00
sthen c8ccbdc281 update to librenms-26.6.0 2026-06-16 09:32:26 +00:00
landry 3e978a7db7 mail/stalwart: update to 0.16.9.
see https://github.com/stalwartlabs/stalwart/releases/tag/v0.16.7
and https://github.com/stalwartlabs/stalwart/releases/tag/v0.16.8
and https://github.com/stalwartlabs/stalwart/releases/tag/v0.16.9
2026-06-16 08:14:36 +00:00
landry a5ef68eedb mail/stalwart-cli: update to 1.0.8. 2026-06-16 07:56:10 +00:00
jsg d186ce090d update to pciutils 3.15.0 2026-06-16 04:11:20 +00:00
sthen 2d2ad95f47 remove dup entries that were added to PFRAG.X86-main but not removed from
PFRAG.amd64-main to unbreak amd64 packaging. reported by naddy.

there are some remaining files that are duplicated between PFRAG.amd64-main
and PFRAG.i386-main which probably want moving to X86-main, but let's get
amd64 moving again first.
2026-06-15 23:10:59 +00:00
sthen b44ba074e5 drop now-unused py-test-runner deps, add TDEP on py-fasteners. ok aja 2026-06-15 22:31:40 +00:00
daniel a4a613c9e7 update PySolFC to 3.6.0 2026-06-15 22:15:42 +00:00
daniel 905df3fb1d gambatte: migrate to Python 3
Convert the solitary Python file with 2to3 and add a few more tweaks so it
works under Python 3.

This removes Python 2 as a dep from one more port.

ok bentley@ (MAINTAINER)
2026-06-15 20:36:12 +00:00
daniel f0cbd50e51 gambatte: add missing $(MINIZIP_LFLAGS)
Current tests don't run without this

ok bentley@ (MAINTAINER)
2026-06-15 20:34:01 +00:00
daniel dbcea3d57f bring back bin/2to3 now that it was removed from Python 3.14
We have python2.7-2to3 there, but it's more convenient for me to use the
shorter tool name. So bring it back now that there's no conflict.

This tool is still useful to help get some of the final Python 2 bits over
to Python 3.

ok and tweaked by sthen@
2026-06-15 20:32:25 +00:00
sthen e6fc84b052 update to vim-9.2.653 2026-06-15 20:10:30 +00:00
naddy e9b3b8ae4b graphics/arcan: update to 0.7.1, fixes build with llvm22
From abieber@ and tweaked by yaydn@protonmail.com.
2026-06-15 19:58:46 +00:00
bluhm 244b5f8056 update p5-URI to 5.35 2026-06-15 19:56:18 +00:00
naddy d11330acd5 emulators/xnp21kai: make C types coherent as required by llvm22 2026-06-15 19:08:09 +00:00
volker f714e4077a net/rabbitmq: Update to 4.3.2 2026-06-15 17:52:01 +00:00
volker da1f5b4275 wayland/mango: Update to 0.14.3 2026-06-15 17:51:14 +00:00
sthen 9b74985bb1 adjust handling of erlang's -wx subpackage. it doesn't actually build on
machines that don't have wxWidgets,-webview, so disable wx completely on
those archs, rather than try to build it without webview present (which
fails).

this both fixes the build, and allows DPB to attempt to build erlang (it
was previously disabling it due to webkitgtk4 not being available, for
some reason).

ok volker
2026-06-15 15:02:30 +00:00
sthen be21d7b368 drop unused py-test-runner BDEPs, ok daniel@ 2026-06-15 14:36:12 +00:00
sthen 79849aa2ec update to p5-Crypt-DSA-1.21
CVE-2026-12205 key material reuse for multiple signing events
note in DESCR that it is deprecated
2026-06-15 14:35:10 +00:00
tb 34a03433c1 autogen: add bdep on bash which it picks up at build time if present 2026-06-15 14:28:04 +00:00
sthen b9476aab33 drop unneeded py-test-runner BDEP
add HOMEPAGE
2026-06-15 14:08:52 +00:00