Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Mar 2021 16:17:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254011] graphics/rawstudio: Add missing dependencies
Message-ID:  <bug-254011-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254011

            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@FreeBSD.org
          Reporter: rhurlin@FreeBSD.org

Created attachment 222977
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222977&action=
=3Dedit
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=3Dyes is set in /etc/make.conf:


=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libcairo.so.2 f=
rom
graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=3Dcairo
Error: /usr/local/bin/rawstudio is linked to
/usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is n=
ot
declared as a dependency
Warning: you need USE_GNOME+=3Dgdkpixbuf2
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libfontconfig.s=
o.1
from x11-fonts/fontconfig but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibfontconfig.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+=3Dlibfreetype.so:print/freetype2
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libcurl.so.4 fr=
om
ftp/curl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibcurl.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+=3Dlibraptor2.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+=3Dx11
Error: /usr/local/bin/rawstudio is linked to /usr/local/lib/libtiff.so.5 fr=
om
graphics/tiff but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibtiff.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 por=
ts.
=3D=3D=3D>  Installing for rawstudio-2.0_19
=3D=3D=3D>  Checking if rawstudio is already installed
=3D=3D=3D>   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@FreeBSD.org> ---
Maintainer informed via mail

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254011-7788>