Bug 273888 - editors/turbo: Fails to build with fmt 10+
Summary: editors/turbo: Fails to build with fmt 10+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks: 273463
  Show dependency treegraph
 
Reported: 2023-09-17 09:36 UTC by Daniel Engberg
Modified: 2023-09-18 04:49 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)