CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/09/16 10:11:11
Modified files:
devel/rebar3 : Makefile
devel/rebar3/patches: patch-rebar_config
Added files:
devel/rebar3/patches: patch-apps_rebar_rebar_config
Log message:
devel/rebar3: Fix build and tests with erlang/29
I was hoping for a new release that addresses this problem, but that might
not happen before 8.0.
Since the build failures are only due to deprecation warnings that are
turned fatal by build configuration, disabling that setting is an easy fix.
There is a remaining test failure documented here:
https://github.com/erlang/rebar3/issues/3004