Bug 248548 - Mk/bsd.port.mk: add CONFLICT_WARNING_WAIT for the "identify-install-conflicts" target
Summary: Mk/bsd.port.mk: add CONFLICT_WARNING_WAIT for the "identify-install-conflicts...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-09 07:36 UTC by Trond Endrestøl
Modified: 2021-11-08 13:37 UTC (History)
3 users (show)

See Also:


Attachments
Patch for Mk/bsd.ports.mk adding CONFLICT_WARNING_WAIT to have a configurable delay for the "identify-install-conflicts" target (651 bytes, patch)
2020-08-09 07:36 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2020-08-09 07:36:25 UTC
Created attachment 217104 [details]
Patch for Mk/bsd.ports.mk adding CONFLICT_WARNING_WAIT to have a configurable delay for the "identify-install-conflicts" target

Mk/bsd.port.mk does already contain WARNING_WAIT and DEV_WARNING_WAIT, yet no such configurable delay exists for the "identify-install-conflicts" target.

My patch propose adding CONFLICT_WARNING_WAIT to have a configurable delay for the "identify-install-conflicts" target.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-08 13:37:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98b8e8b444dc2e7c37266205af6225034e20e560

commit 98b8e8b444dc2e7c37266205af6225034e20e560
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-11-08 13:34:57 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-11-08 13:36:58 +0000

    Mk/bsd.port.mk: configurable delay identify-install-conflicts

    Instead of hardcoding the 10s delay for the conflicts warning, add
    a new variable CONFLICT_WARNING_WAIT the same way we have WARNING_WAIT
    and DEV_WARNING_WAIT

    PR:             248548

 Mk/bsd.port.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)