Created attachment 201334 [details] patch Hi, I've committed a general cleanup and modernization patch for xfce ports in r490953. I also made similar changes to sysutils/xfce4-bsdcpufreq-plugin. In particular: - Added missing dependencies - Changed variable order to please portlint - Cosmetic changes, like sorting things and reflowing OPTIONS related parts Can you approve this patch? Thanks.
Are the explicit dependencies to fontconfig and freetype2 really required?
(In reply to Thomas Zander from comment #1) > Are the explicit dependencies to fontconfig and freetype2 really required? Not strictly needed, since they are required by other dependencies (GTK if I'm correct), but linked directly to the binary. Poudriere reports them as required dependencies but the port will work fine anyway,
A commit references this bug: Author: riggs Date: Sun Feb 17 15:25:59 UTC 2019 New revision: 493169 URL: https://svnweb.freebsd.org/changeset/ports/493169 Log: Modernise port Makefile PR: 235130 Submitted by: madpilot Reviewed by: riggs Changes: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile
Committed, minus the transitive dependencies, thank you!