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?

I'm not too sure about it either, but it's what I had to do so that 'make update' works with erlang 25.1.2 present ... if there's a cleaner way, I'm happy to learn.

I built the erlang-wx PLIST manually, so it's possible that I didn't get the alphabetic order exactly right. Is that a big deal?


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