Created attachment 235259 [details] patch to update to 1.4.2 Update to 1.4.2 This update clears portlint and poudriere I also added a optional dependency for xrdb. Xrdb allows walld to automatically reload .Xresources.
Hello, portlint -C: --- WARN: /usr/home/nunotex/Work/freebsd/ports/deskutils/walld/pkg-plist: There are only 3 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. FATAL: Makefile: [1]: use a tab (not space) after a variable name FATAL: Makefile: [2]: use a tab (not space) after a variable name FATAL: Makefile: [3]: use a tab (not space) after a variable name --- portfmt -D Makefile: --- +LIB_DEPENDS= libconfig.so:devel/libconfig \ + libevent.so:devel/libevent -LIB_DEPENDS= libevent.so:devel/libevent \ - libconfig.so:devel/libconfig ---
Created attachment 235274 [details] update to 1.4.2 plus formating fixes It now clears portlint -C and portfmt adds no changes. It also builds in poudriere.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a0888835609741f7fdd1901e42a93acdaf178ae commit 4a0888835609741f7fdd1901e42a93acdaf178ae Author: Dotz0cat <Dotz0cat@gmail.com> AuthorDate: 2022-07-15 20:40:25 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-15 20:43:29 +0000 deskutils/walld: Update to 1.4.2 - add optional dependency for xrdb - pet portclippy - pet portfmt ChangeLog: https://github.com/Dotz0cat/walld/releases/tag/1.4.2 PR: 265216 deskutils/walld/Makefile | 20 ++++++++++++++------ deskutils/walld/distinfo | 6 +++--- deskutils/walld/pkg-plist (gone) | 3 --- 3 files changed, 17 insertions(+), 12 deletions(-)
Committed, thanks!