Created attachment 255165 [details] the patch New version of the software is available upstream. Also, the FreeBSD patch has been updated to work better with larger EEPROMs on DDR4 and to be less intrusive.
Please adjust PORTVERSION to DISTVERSION if possible. Patch is ok otherwise. Submitter is committer, please commit yourself if possible.
(In reply to Robert Clausecker from comment #1) Just curious, is DISTVERSION preferred over PORTVERSION these days? Or did I misunderstand the request?
Yes, DISTVERSION should be used if possible. See ยง 5.2.2 "Versions, DISTVERSION or PORTVERSION" Porter's Handbook.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=71a3e9d15a4e6d4ae02eb147fbbafc51ddf4d108 commit 71a3e9d15a4e6d4ae02eb147fbbafc51ddf4d108 Author: Andriy Gapon <avg@FreeBSD.org> AuthorDate: 2024-11-15 14:29:02 +0000 Commit: Andriy Gapon <avg@FreeBSD.org> CommitDate: 2024-11-15 14:32:14 +0000 sysutils/i2c-tools: update to 4.3 This also reworks the FreeBSD support patch to be less entrusive and to support page switching for DDR4's larger SPD EEPROM. PR: 282754 Approved by: fuz sysutils/i2c-tools/Makefile | 4 +- sysutils/i2c-tools/distinfo | 6 +- sysutils/i2c-tools/files/patch-eeprom_decode-dimms | 204 +++++++-------------- 3 files changed, 73 insertions(+), 141 deletions(-)
(In reply to Robert Clausecker from comment #3) Thank you!