Bug 283236 - ports-mgmt/synth: allow non-base ncurses; update to 3.03
Summary: ports-mgmt/synth: allow non-base ncurses; update to 3.03
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dima Panov
URL:
Keywords:
Depends on: 281595
Blocks:
  Show dependency treegraph
 
Reported: 2024-12-10 16:22 UTC by chris.torek
Modified: 2024-12-10 20:40 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris.torek 2024-12-10 16:22:34 UTC
USES=ncurses:base stops the build from happening if a non-base ncurses is installed; however, the non-base ncurses works.  So the line can just read:

    USES= ada clfctl ncurses

Meanwhile, my tmpfs size increase (needed to build GPU firmware) is now part of synth 3.03.  Bug #281595 ("update to 3.02") mentions that 3.03 is out.

(preview isn't working, let's see if the bug submits OK anyway)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-10 20:35:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f2adb43fa1e7590cd958a7399892f0c2c4deef0

commit 7f2adb43fa1e7590cd958a7399892f0c2c4deef0
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-10 20:32:24 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-10 20:34:46 +0000

    ports-mgmt/synth: update to 3.03 release (+)

    Relax ncurses dependency

    PR:     281595, 283236

 ports-mgmt/synth/Makefile                          |  4 ++--
 ports-mgmt/synth/distinfo                          |  6 +++---
 ports-mgmt/synth/files/patch-parameters.adb (gone) | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2024-12-10 20:40:43 UTC
Committed, thanks!