On 2022/12/20 19:03:08 +0100, Volker Schlecht <openbsd-po...@schlecht.dev> 
wrote:
> * Updates lang/erlang to 25.2
> * Builds and installs eep48 doc chunks
>    These can be helpful in combination with erlang/elixir language servers
> 
> Builds, installs, works fine on amd64 and rebuilds all dependent ports.

I'm not too sure about this bit:

: --- pkg/PLIST-main      7 Nov 2022 22:24:03 -0000       1.2
: +++ pkg/PLIST-main      21 Dec 2022 10:51:25 -0000
: @@ -1,6 +1,6 @@
:  @option no-default-conflict
: -@conflict erlang-wx->=25,<25.1.2
: -@option is-branch
: +@conflict erlang-wx->=25,<25.2
: +@conflict erlang->=25,<25.2
:  bin/ct_run25

The @option is-branch should remain and I'm not sure about bumping the
version for the @conflict erlang-wx.  why adding a new @conflict on
erlang->=25,<25.2?

Otherwise it's OK for me (make test is happy, rebar3,erlang and
rabbitmq are building fine and their test suite are happy too.)
lang/elixir with your update diff builds.

for some reasons, make update-plist moves one line in PLIST-wx down a
few entries:

--- pkg/PLIST-wx.orig   Wed Dec 21 11:51:25 2022
+++ pkg/PLIST-wx        Thu Dec 22 15:04:07 2022
@@ -416,7 +416,6 @@
 lib/${ERLANG_V}/lib/${ERL_WX}/doc/chunks/wxe_master.chunk
 lib/${ERLANG_V}/lib/${ERL_WX}/doc/chunks/wxe_server.chunk
 lib/${ERLANG_V}/lib/${ERL_WX}/doc/chunks/wxe_util.chunk
-lib/${ERLANG_V}/lib/${ERL_WX}/info
 lib/${ERLANG_V}/lib/${ERL_WX}/ebin/
 lib/${ERLANG_V}/lib/${ERL_WX}/ebin/gl.beam
 lib/${ERLANG_V}/lib/${ERL_WX}/ebin/glu.beam
@@ -743,6 +742,7 @@
 lib/${ERLANG_V}/lib/${ERL_WX}/include/gl.hrl
 lib/${ERLANG_V}/lib/${ERL_WX}/include/glu.hrl
 lib/${ERLANG_V}/lib/${ERL_WX}/include/wx.hrl
+lib/${ERLANG_V}/lib/${ERL_WX}/info
 lib/${ERLANG_V}/lib/${ERL_WX}/priv/
 @so lib/${ERLANG_V}/lib/${ERL_WX}/priv/erl_gl.so
 lib/${ERLANG_V}/lib/${ERL_WX}/priv/erlang-logo128.png

Reply via email to