Created attachment 224698 [details] patch for misc/tkcron misc/tkcron is currently marked BROKEN for USES= tk:85 The patch attached to this pr(1) raises the tk version to 86. The port builds/works as intended after this change. portlint is still unhappy about there being no LICENSE. I was unable to determine a correct license for this. So did not add one. Changes Makefile (tk:85-->tk:86) Thats it! --Chris
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d87efbc4572321f5aec06e94d199217cdb257f57 commit d87efbc4572321f5aec06e94d199217cdb257f57 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-05-05 19:16:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-05-05 19:16:56 +0000 misc/tkcron: Use default tk tkcron is able to run under any version of tk. Use the default tk prescribed by the ports tree. PR: 255624 Reported by: Chris Hutchinson <portmaster_bsdforge.com MFH: 2021Q2 misc/tkcron/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
It can depend on any version of tk. Uses=tk:,run will use the currently defaulted tk. I'll need to run portlint on this as well. There is no license file. I suspect the author simply cobbled it up and a couple of other people added features.
A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e735db796840d86e4d65335996406cc7cbdb3f1d commit e735db796840d86e4d65335996406cc7cbdb3f1d Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-05-05 19:16:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-06-03 13:59:03 +0000 misc/tkcron: Use default tk tkcron is able to run under any version of tk. Use the default tk prescribed by the ports tree. PR: 255624 Reported by: Chris Hutchinson <portmaster_bsdforge.com MFH: 2021Q2 (cherry picked from commit d87efbc4572321f5aec06e94d199217cdb257f57) misc/tkcron/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed June 3, 2021.