Bug 273888

Summary: editors/turbo: Fails to build with fmt 10+
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (danfe)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 273463    

Description Daniel Engberg freebsd_committer freebsd_triage 2023-09-17 09:36:18 UTC
Poudriere log:
https://pdr2.bofh.network/data/124-diizzy/2023-09-16_11h19m19s/logs/errors/turbo-g20221121_1.log

Most efficient is probably to update to a newer snapshot given following upstream commit where support is dropped: https://github.com/magiblot/turbo/commit/37f62a7f9e131f9a49e1494217cbbdcd8efeeebb
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-09-18 02:20:34 UTC
(In reply to Daniel Engberg from comment #0)
> upstream commit where support is dropped
Ah, lovely!  Less dependencies the better.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-18 04:48:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=851616efae05c34a6bc16a3beecdf396408ba49d

commit 851616efae05c34a6bc16a3beecdf396408ba49d
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-09-18 04:45:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-09-18 04:45:56 +0000

    editors/turbo: update the port to the latest GitHub snapshot

    - Clipboard is now managed via external programs, hence drop
      corresponding dependencies and provide post-install advice
    - Use of `devel/libfmt' had been abandoned upstream (yay!)
    - Update Turbo Vision framework and do not install its files

    PR:             273888
    Submitted by:   diizzy

 editors/turbo/Makefile          | 13 ++-----
 editors/turbo/distinfo          | 10 +++---
 editors/turbo/pkg-message (new) | 10 ++++++
 editors/turbo/pkg-plist         | 76 -----------------------------------------
 4 files changed, 18 insertions(+), 91 deletions(-)