Created attachment 224151 [details] patch
Created attachment 224152 [details] patch
Created attachment 224153 [details] patch
Hi Yuri, thanks for your patch file. Maybe the best should be test this new version of ode with ports maintained by amdmi3, you and I
(In reply to Jose Alonso Cardenas Marquez from comment #3) Sure. Rebuilding all dependencies now: games/stormbaancoureur games/crashtest games/gillo games/xonotic games/xmoto games/alienarena misc/ompl misc/dartsim
All of them build fine with the patch.
Thanks for working on this upgrade. Just a note, as I was working on an upgrade myself before I saw this PR, here: the config knobs say that double precision support is broken with gimpact, as well as thread local storage support being experimental. I believe both claims aren't true anymore: - I did a quick try using gimpact with double and it seems to work (by no means a thorough test, though); also, the ODE changelog mentions that this has been addressed on 01/12/08 - I'm not so sure about the TLS support, but cannot find any source or ./configure or anything mention it being experimental (checked versions >= 0.14) So yeah, it's just a detail, but maybe the config knob descriptions could be cleaned up while at it. Thanks!
Comment on attachment 224153 [details] patch Yuri don't forget move WWW to Makefile
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5a627bd66810124dbcf9eefd036bff5a522af89 commit a5a627bd66810124dbcf9eefd036bff5a522af89 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-04 05:34:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-04 05:34:40 +0000 devel/ode: Update 0.13 -> 0.16.2 PR: 255111 Approved by: acm@ (maintainer) devel/ode/Makefile | 58 ++++++++++------------ devel/ode/distinfo | 5 +- devel/ode/files/patch-CMakeLists.txt (new) | 13 +++++ devel/ode/files/patch-config.h.cmake.in (new) | 11 ++++ .../files/patch-ode_demo_demo__jointPR.cpp (gone) | 11 ---- .../files/patch-ode_demo_demo__jointPU.cpp (gone) | 11 ---- .../files/patch-ode_demo_demo__piston.cpp (gone) | 11 ---- devel/ode/pkg-plist | 12 +++-- games/alienarena/Makefile | 2 +- games/crashtest/Makefile | 2 +- games/gillo/Makefile | 2 +- games/irrlamb/Makefile | 1 + games/stormbaancoureur/Makefile | 2 +- games/xmoto/Makefile | 2 +- games/xonotic/Makefile | 2 +- misc/dartsim/Makefile | 2 +- misc/ompl/Makefile | 2 +- 17 files changed, 69 insertions(+), 80 deletions(-)
*** Bug 230359 has been marked as a duplicate of this bug. ***