Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Tatsuki Makino
Good morning :) This is the commit with the fixes to use webkit2-gtk4. https://cgit.freebsd.org/ports/commit/x11/yelp?id=e32be859486af73ba6935dd8fa6dc6f03afe4c85 There is also the addition of webkit2-gtk4 in the previous commit. I would have to ask the person who made the commit which webkit2-gtk

Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Kurt Jaeger
Hi! > and should have been > > libwebkit2gtk-4.0.so:www/webkit2-gtk3 I'm testbuilding it right now with that change. -- p...@freebsd.org +49 171 3101372 Now what ?

Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Kurt Jaeger
Hi! > Tatsuki Makino wrote on 2022/07/01 18:25: > > poudriere build was also successful (12.3-STABLE amd64). > > It has not succeeded at all :) Sad 8-( So it was: libwebkit2gtk-4.0.so:www/webkit2-gtk4 and should have been libwebkit2gtk-4.0.so:www/webkit2-gtk3 instead of

Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Tatsuki Makino
Tatsuki Makino wrote on 2022/07/01 18:25: > poudriere build was also successful (12.3-STABLE amd64). It has not succeeded at all :) > Running Q/A tests (stage-qa) Error: /usr/local/bin/yelp is linked to /usr/local/lib/libwebkit2gtk-4.0.so.37 from www/webkit2-gtk3 but it is not declared as a

Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Tatsuki Makino
Thank you very much for your quick work. poudriere build was also successful (12.3-STABLE amd64). Kurt Jaeger wrote on 2022/07/01 18:08: > Hi! > >> poudriere always deletes and rebuilds x11/yelp. >> >> [00:01:21] [Dry Run] Deleting yelp-42.1.pkg: new dependency: www/webkit2-gtk4 >> >> This is due

Re: x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Kurt Jaeger
Hi! > poudriere always deletes and rebuilds x11/yelp. > > [00:01:21] [Dry Run] Deleting yelp-42.1.pkg: new dependency: www/webkit2-gtk4 > > This is due to a wrong LIB_DEPENDS in x11/yelp/Makefile. > www/webkit2-gtk4 needs to be corrected to libwebkit2gtk-5.0.so. > > Could someone fix it? :) Do

x11/yelp: Always delete by reason of new dependency by poudriere

2022-07-01 Thread Tatsuki Makino
Hello. poudriere always deletes and rebuilds x11/yelp. [00:01:21] [Dry Run] Deleting yelp-42.1.pkg: new dependency: www/webkit2-gtk4 This is due to a wrong LIB_DEPENDS in x11/yelp/Makefile. www/webkit2-gtk4 needs to be corrected to libwebkit2gtk-5.0.so. Could someone fix it? :) Regards.