Bug 261237

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:
Description Flags
Git patch willtisdale: maintainer-approval+

Description Will Tisdale 2022-01-15 22:25:26 UTC
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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-17 07:55:58 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

Thanks!
Comment 2 Will Tisdale 2022-01-17 09:26:57 UTC
(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
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-17 13:11:21 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-17 13:11:59 UTC
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(-)