[Bug 265067] [NEW PORT] deskutils/walld: Wallpaper daemon
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265067] [NEW PORT] misc/walld: wallpaper daemon"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 18:42:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265067 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= magick:7,lib (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= magick,lib over LIB_DEPENDS= libMagickCore-7.so:graphics/ImageMagick7 Could you include all changes in one patch file? -- You are receiving this mail because: You are the assignee for the bug.