Active Repositories
Active Repositories
Recent Activity
Recent Activity
Today
Today
tagattie committed R11:a684b78f7ac0: security/lego: Update to 4.28.0 (authored by Matthew Horan <matt@matthoran.com>).
security/lego: Update to 4.28.0
lang/python314: get port ready to ship
lang/python314: add new port
In D53429#1221417, @jhb wrote:Eh, I'm not sure this is actually the style we want? Lots of places in the tree fix the diff problem by just using multiple += statements, e.g.:
FOO= foo FOO+= bar FOO+= baz
math/py-keras: update 2.9.0 → 3.12.0
yuri committed R11:227028511be1: devel/py-namex: New port: Utility to separate implementation and public API… (authored by yuri).
devel/py-namex: New port: Utility to separate implementation and public API…
OK. Don't delete cbb/pccbb or references to it. It's the cardbus bridge.
Don't delete exca. Cardbus still uses it. I thought I'd eliminated it, but I just checked and it's still there. It's used to turn off PC Cards that happen to get inserted into cardbus slots and little else.
kevans committed rGc0382512bfce: ipfw: pmod: avoid further rule processing after tcp-mod failures (authored by kevans).
ipfw: pmod: avoid further rule processing after tcp-mod failures
Address the rest of the comments (without moving README to comments).
adrian committed rG0726d6e87ad5: vchiq: fix compilation error on armv7 in CI and local armv7 builds (authored by adrian).
vchiq: fix compilation error on armv7 in CI and local armv7 builds
mandree committed R11:1403bb776596: *: Revise USES=python:... version range constraints (authored by mandree).
*: Revise USES=python:... version range constraints
mandree committed R11:b9de19c42879: lang/python310: deprecate and expire in 11 months (authored by mandree).
lang/python310: deprecate and expire in 11 months
diizzy committed R11:1f6362165332: deskutils/charmtimetracker: Deprecate and set expiration date to 2025-12-31 (authored by diizzy).
deskutils/charmtimetracker: Deprecate and set expiration date to 2025-12-31
archivers/libarchive: Update to 3.8.2
audio/exhale: Update to 1.2.2
devel/bstring: Update to 1.0.3
archivers/lazperf: Update to 3.4.0
devel/spdlog: Update to 1.16.0
diizzy committed R11:4ca2e85b7d56: science/seacas: Update to 2025-10-14 (authored by Paavo-Einari Kaipila <pkaipila@gmail.com>).
science/seacas: Update to 2025-10-14
diizzy committed R11:9a17f76f071d: net-p2p/transmission-components: Fix build with fmt 12+ (authored by mondo.debater_0q_icloud.com).
net-p2p/transmission-components: Fix build with fmt 12+
devel/libfmt: Update to 12.0.0
databases/erlfdb: Remove port
databases/foundationdb7*: Remove ports
diizzy committed R11:d0b596f92d61: textproc/fcitx5: Mark BROKEN, fails to build with fmt 12+ (authored by diizzy).
textproc/fcitx5: Mark BROKEN, fails to build with fmt 12+
diizzy committed R11:9d4b8d3dca0f: multimedia/ossia-score: Mark BROKEN, fails to build with fmt 12+ (authored by diizzy).
multimedia/ossia-score: Mark BROKEN, fails to build with fmt 12+
diizzy committed R11:a0509db2fb02: math/heyoka: Mark BROKEN, fails to build with fmt 12+ (authored by diizzy).
math/heyoka: Mark BROKEN, fails to build with fmt 12+
diizzy committed R11:ebdf4025de71: graphics/osgearth: Mark BROKEN and set expiration date to 2025-12-31 (authored by diizzy).
graphics/osgearth: Mark BROKEN and set expiration date to 2025-12-31
net-im/tdlib-purple: Remove port
girgen committed R11:217427f8d22b: security/pecl-krb5: Fix build on FreeBSD 15+ (authored by girgen).
security/pecl-krb5: Fix build on FreeBSD 15+
- All relevant comments I left in the kqueue example apply to the rest of the examples, of course.
- It seems like in all examples, apart from simple.c, ibuf and obuf are the same. Couldn't we just remove one and keep a buf only? This way we avoid the memcpy() and the 2nd malloc().
- Regarding the README, I think it'd be even better to move its content into comments inside oss.h in the appropriate places. This would make it easier to understand both what the code does exactly (especially in the fragment setting parts), as well as making sure the README is read, because currently I think it's quite easy to miss it.