[Bug 266179] [NEW PORT] www/badwolf: Minimalist and privacy-oriented WebKitGTK+ browser

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 02 Sep 2022 23:58:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266179

Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #236313|0                           |1
        is obsolete|                            |

--- Comment #3 from Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> ---
Created attachment 236322
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236322&action=edit
Add gnome in USES

stage-qa reports many errors and warnings:

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libxml2.so.2 from
textproc/libxml2 but it is not declared as a dependency
Warning: you need USE_GNOME+=libxml2
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libgtk-3.so.0 from
x11-toolkits/gtk30 but it is not declared as a dependency
Warning: you need USE_GNOME+=gtk30
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libgdk-3.so.0 from
x11-toolkits/gtk30 but it is not declared as a dependency
Warning: you need USE_GNOME+=gtk30
Error: /usr/local/bin/badwolf is linked to
/usr/local/lib/libpangocairo-1.0.so.0 from x11-toolkits/pango but it is not
declared as a dependency
Warning: you need USE_GNOME+=pango
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libpango-1.0.so.0
from x11-toolkits/pango but it is not declared as a dependency
Warning: you need USE_GNOME+=pango
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libatk-1.0.so.0 from
accessibility/atk but it is not declared as a dependency
Warning: you need USE_GNOME+=atk
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libcairo-gobject.so.2
from graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=cairo
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libcairo.so.2 from
graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=cairo
Error: /usr/local/bin/badwolf 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/badwolf is linked to /usr/local/lib/libsoup-2.4.so.1 from
devel/libsoup but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libsoup-2.4.so:devel/libsoup
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libgmodule-2.0.so.0
from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libglib-2.0.so.0 from
devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libgio-2.0.so.0 from
devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/bin/badwolf is linked to /usr/local/lib/libgobject-2.0.so.0
from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20

But in Porter's Handbook, section 6.10.2, the example port shows a port that
uses USE_GNOME but does not include gnome in USES. I have included gnome in
USES and the errors and warning have disappeared.

The only warning and error in stage-qa that is shown at the moment is when I
have used the GUri option instead of libsoup, but this dependency is optional
and is conditionally handled in badwolf.c.

-- 
You are receiving this mail because:
You are the assignee for the bug.