Le Thu, Dec 22, 2022 at 04:20:48PM +0100, Volker Schlecht a écrit : > > > 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?
why, you so much enjoy self-inflicted pain ? :) make update-plist will do the sorting for you.. and its generally better to use generated plists rather than manually edited ones...