Created attachment 244770 [details] Patch to update to version 1.3.7 Update to version 1.3.7 I had to fix the CMakeLists.txt declaring the previous version and thus producing a incorrectly named shared object. I will report to upstream however I don't think this will receive too much attention.
Checks out.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bd1be2a2e38570464de8a71ccb6a957f88bccef commit 3bd1be2a2e38570464de8a71ccb6a957f88bccef Author: Nico Sonack <nsonack@herrhotzenplotz.de> AuthorDate: 2023-09-11 12:48:27 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-12 14:55:24 +0000 devel/open62541: Update to version 1.3.7 I had to patch the version inside the CMakeLists.txt because it otherwise produces a conflicting shared object. Changelog: https://github.com/open62541/open62541/releases/tag/v1.3.7 Signed-off-by: Nico Sonack <nsonack@herrhotzenplotz.de> PR: 273718 devel/open62541/Makefile | 2 +- devel/open62541/distinfo | 6 +++--- devel/open62541/files/patch-CMakeLists.txt (new) | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-)
Thank you for your contribution.