Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jul 2022 18:42:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265067] [NEW PORT] deskutils/walld: Wallpaper daemon
Message-ID:  <bug-265067-7788-FUtdAom5SV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265067-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265067-7788@https.bugs.freebsd.org/bugzilla/>

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

Dries Michiels <driesm@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |driesm@freebsd.org
           Assignee|ports-bugs@FreeBSD.org      |driesm@freebsd.org
             Status|Open                        |In Progress

--- Comment #4 from Dries Michiels <driesm@freebsd.org> ---
Looks close to finished! Good work. Last nit; ideally we use the ports
framework for as many things as we can as its more flexible when bumping
default versions, etc. In this case, I see there is a "USES" for ImageMagick
dependencies.

So preferred to use;

USES=3D magick:7,lib=20
(in this case version 7 is the default
https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk
under the hood you can see here what it does:
https://cgit.freebsd.org/ports/tree/Mk/Uses/magick.mk)

So we can concatenate to:
USES=3D magick,lib

over
LIB_DEPENDS=3D libMagickCore-7.so:graphics/ImageMagick7

Could you include all changes in one patch file?

--=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-265067-7788-FUtdAom5SV>