Re: x11/yelp: Always delete by reason of new dependency by poudriere
Date: Fri, 01 Jul 2022 10:02:30 UTC
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 dependency Warning: you need LIB_DEPENDS+=libwebkit2gtk-4.0.so:www/webkit2-gtk3 Error: /usr/local/bin/yelp is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Error: /usr/local/bin/yelp is linked to /usr/local/lib/libjavascriptcoregtk-4.0.so.18 from www/webkit2-gtk3 but it is not declared as a dependency There seems to be a problem where other dependent ports are still using webkit2-gtk3. (e.g. yelp-42.1 -> libhandy-1.6.2 -> glade-3.38.2_1 -> webkit2-gtk3-2.34.6_3) To begin with, it seems that the --with-webkit2gtk-4-0 in CONFIGURE_ARGS is not working. Or maybe webkit2-gtk4 was right to be corrected to webkit2-gtk3 :)