[Bug 254011] graphics/rawstudio: Add missing dependencies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 4 16:17:22 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254011
Bug ID: 254011
Summary: graphics/rawstudio: Add missing dependencies
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rhurlin at FreeBSD.org
Created attachment 222977
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222977&action=edit
patch to add missing dependencies and reorder some Makefile vars
Thanks for the ports update. Really appreciated.
While building your updated port v2.0, some errors occur in the Q/A tests, if
DEVELOPERS=yes is set in /etc/make.conf:
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/rawstudio 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/rawstudio 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/rawstudio is linked to /usr/local/lib/libfontconfig.so.1
from x11-fonts/fontconfig but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libfreetype.so.6
from print/freetype2 but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libcurl.so.4 from
ftp/curl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libcurl.so:ftp/curl
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libraptor2.so.0
from textproc/raptor2 but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libraptor2.so:textproc/raptor2
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libX11.so.6 from
x11/libX11 but it is not declared as a dependency
Warning: you need USE_XORG+=x11
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libtiff.so.5 from
graphics/tiff but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libtiff.so:graphics/tiff
Warning:
/usr/ports/graphics/rawstudio/work/stage/usr/local/lib/librawstudio-2.0.so.0.0.0
doesn't have a SONAME.
Warning: pkg(8) will not register it as being provided by the port.
Warning: If another port depend on it, pkg will not be able to know where it
comes from.
Warning: It is directly in /usr/local/lib, it is probably used by other ports.
===> Installing for rawstudio-2.0_19
===> Checking if rawstudio is already installed
===> Registering installation for rawstudio-2.0_19
Installing rawstudio-2.0_19...
Attached you will find a patch, which adds the dependencies in question. It
builds and installs fine with them. While here, I also ordered some Makefile
vars, like suggested by portclippy.
If you agree, I would like to commit this patch :)
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer informed via mail
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list