Commit Graph

209935 Commits

Author SHA1 Message Date
sthen 2f05e43165 update to isc-bind-9.20.24 2026-06-17 14:22:20 +00:00
daniel 2f2f2a89e5 net/bitlbee: no need for Python anymore
One more Python 2 cleanup.

Stuart pointed out that previous versions of bitlbee didn't generate
help.txt in the release tarball, hence the need for Python historically.

There's one more Python script in this port, but it doesn't seem to be
used for anything in the package.

ok sthen@
2026-06-17 13:07:39 +00:00
stu 3b15c8fbe9 Update to a17.
MODTK_VERSION=8.6.
Tcllib and combobox.tcl are needed for "hv".
Take maintainer.


Thanks to matthieu@ and sthen@ for initial and additional work.
ok sthen@, matthieu@
2026-06-17 11:43:03 +00:00
giovanni ac2b2357a2 update to 1.20260612
add support to RFC 9989
2026-06-17 10:30:28 +00:00
ajacoutot eb020bc21c chardet -> libchardet 2026-06-17 10:22:32 +00:00
ajacoutot 1719ed9e1c Enable chardet support. 2026-06-17 10:21:43 +00:00
ajacoutot 4e61af3502 +libchardet 2026-06-17 10:21:22 +00:00
ajacoutot 1d493dca32 Re-import into the proper name. 2026-06-17 10:20:52 +00:00
ajacoutot 38372e8555 Import libchardet-1.0.6
libchardet is based on Mozilla Universal Charset Detector library and, detects
the character set used to encode data.

based on a submission from Lydia Sobot
ok robert@
2026-06-17 10:19:48 +00:00
tb 99ccaaddfb woboq_codebrowser: switch to latest commit supporting llvm22 2026-06-17 09:41:25 +00:00
ajacoutot 1539fdd4c7 Update to openjph-0.29.0. 2026-06-17 09:08:36 +00:00
ajacoutot dbdedb557d Update to asciinema-3.2.1. 2026-06-17 09:08:25 +00:00
ajacoutot 7426c8e92b Update to libical-4.0.3. 2026-06-17 09:00:28 +00:00
ajacoutot 39b6e157e6 Update to google-cloud-sdk-573.0.0. 2026-06-17 08:57:38 +00:00
sthen 55aa0aea76 sync -D_LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE patches from devel/llvm/22
so that this can build on lower-memory archs with llvm 22 (because it
spends hours building an additional copy of clang...)
2026-06-17 08:54:40 +00:00
ajacoutot dbc7682c45 Update to exoscale-cli-1.95.2. 2026-06-17 08:53:02 +00:00
ajacoutot 93dd722159 Update to plakar-1.1.3. 2026-06-17 08:51:58 +00:00
ajacoutot bc741b3d0e Update to libidn-1.44. 2026-06-17 08:51:48 +00:00
robert 064ec9962a update to 2026.06.149.3 2026-06-17 08:46:08 +00:00
sthen 211ca0b06d needs docbook-xsl, not just docbook, to build 2026-06-17 08:39:35 +00:00
robert 9aaeee20a8 update to 149.0.7827.155 2026-06-17 07:29:44 +00:00
kirby 392f611de0 update to dunelegacy-0.99.2 2026-06-17 05:47:40 +00:00
sthen 6639ee6c2b fix edit mistake done when wrangling PLISTs to handle py3-packages that
were removed during the 7.9->-current cycle (specifically, go back to
py3-backports-zstd that accientally got changed to py2-backports-zstd)
2026-06-17 01:17:48 +00:00
kirill 6f51ca0eb4 lang/gcc/16: tested on powerpc64, added bootstrap for dlang 2026-06-16 23:37:05 +00:00
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