Summary: | net/eternalterminal: Update to 6.1.11_1 (hopefully fix pkg build failures) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Will Tisdale <willtisdale> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape | ||||
Priority: | --- | Flags: | willtisdale:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks! (In reply to Fernando Apesteguía from comment #1) Done, thanks. I didn't realise I needed to do that, thanks for letting me know. :) -Will Committed, Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ced46cab601100890a8a83510e6455700a82943 commit 6ced46cab601100890a8a83510e6455700a82943 Author: Will Tisdale <willtisdale@gmail.com> AuthorDate: 2022-01-17 07:30:56 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-17 13:09:29 +0000 net/eternalterminal: Update to 6.1.11_1 Disable parallel jobs due to intermitent races. Clean up the Makefile a bit. PR: 261237 Reported by: willtisdale@gmail.com (maintainer) net/eternalterminal/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) |
Created attachment 231032 [details] Git patch It seems that there are weird, unpredictable races when building which often cause build failures and setting MAKE_JOBS_UNSAFE should work around that for the time being until I can investigate properly and possibly get a fix pushed upstream. Also I've tidied up the cmake arg and removed a superfluous configure variable. Tested on x86_64 and aarch64.