User Details
- User Since
- Aug 23 2025, 7:46 PM (21 w, 6 d)
Sun, Jan 11
Updated mpifileutils to version 0.12
Dec 23 2025
- Removed redundand lines from Makefile and pkg-descr, according to review feedback
Dec 22 2025
Upstream PR opened: hpc/mpifileutils#664 (https://github.com/hpc/mpifileutils/pull/664)
It contains the portability patchset (xattr/fiemap/sysinfo guards + getdents fallback), keeping Linux behavior unchanged and using the static bz2 path on non-Linux.
Dec 16 2025
Dec 15 2025
- removed DISTNAME from Makefile because of redundancy.
Nov 7 2025
- Upgraded port to version 25.11.0
SchedMD just released version 25.11. I’ll go ahead and update the patch to target this new release.
Oct 23 2025
Hi vvd@, just returning from a short break for health reasons — I’m catching up now. Just wanted to check if you need any further info from my side for the review.
Oct 14 2025
Updated differential according to review feedback.
Had to add patches for the utilities that were unblocked by the changes.
Applied an automated lld fix.
Oct 13 2025
Adjusted differential according to review feedback
- Makefile now installs /usr/local/etc/slurm/slurm.conf.sample
- pkg-plist now tracks this file
- Replaced portdocs lines in pkg-plist with PORTDOCS=* in Makefile
Thanks a lot for the thorough review, @vvd!
I’ve gone through all the feedback and updated the Differential accordingly:
sysutils/slurm-wlm: address review feedback
Oct 8 2025
Further updated differential according to review feedback. Reordered Makefile according to portfmt.
Adjusted differential according to review feedback.
Oct 7 2025
Sep 14 2025
The patch has been merged upstream to master and is expected to ship in the next release (likely 5.10 or 6.1).
Sep 10 2025
Updated patch posted, following Gleb’s suggestion; confirmed working by Cy on 16. Ready for review.
Sep 9 2025
Thanks Gleb - understood. My first attempt went the wrong way by touching tcpTable.c. I’ve now reworked the patch to follow commit 03e9f0cdfac68b11552c62cac1eaa27690fc0d32, adding freebsd16.h and updating the build/install list so 16 picks up the same path as 15. No other functional changes.
- include/net-snmp/system/freebsd16.h (includes freebsd15.h) and defines freebsd15 for compatibility checks.
- Install the new header (Makefile.in + pkg-plist).
Sep 8 2025
I’ve added glebius@ as a reviewer since this breakage originates from src commit c62ae124cc78, which moved t_state into struct xtcpcb and guarded its declaration. Since they authored that change, it seemed appropriate to get confirmation that using xtcpcb is indeed the correct long-term interface for userland consumers like net-snmp.
- Added missing include <sys/socketvar.h>
- Ensured correct include order
- Corrected formatting
net-mgmt/net-snmp: fix build on FreeBSD 15.0-ALPHA1+
Sep 5 2025
- Removed leftover bind() call outside of #ifdef FreeBSD safeguards, according to committer suggestion (see PR: 288983)
- Fixed similar mistakes, noticed during reworking of the patch
- Further polished patch and corrected styling
Sep 4 2025
- Moved Makefile hooks into dedicated patch files, according to committer suggestion (see PR: 288668)
- Updating D52145: sysutils/slurm-wlm: Fix missing sun_len sin_len and sin6_len on bind() and connect() calls #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- If you intended to create a new revision, use:
- $ arc diff --create
- Removed leftover changes from another patch, according to Committer suggestion (see PR: 288983)