Bug 273190 - Mk/Uses/tcl.mk: Add support of 'test' argument
Summary: Mk/Uses/tcl.mk: Add support of 'test' argument
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: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-18 01:23 UTC by Yasuhiro Kimura
Modified: 2023-08-20 00:57 UTC (History)
3 users (show)

See Also:
yasu: maintainer-feedback+


Attachments
Patch file (1.43 KB, patch)
2023-08-18 01:23 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-08-18 01:23:33 UTC
Created attachment 244180 [details]
Patch file

Add support of 'test' argument that specifies test-time only dependency.

I'm going to use it to replace TESTS option of databases/redis* ports.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2023-08-18 09:42:18 UTC
Assign to maintainer.
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2023-08-18 16:08:58 UTC
Approved, thanks, feel free to commit it.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2023-08-20 00:51:54 UTC
Take.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-08-20 00:55:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f5dd65eb452b17d270948a231b13d92dfe0a242

commit 0f5dd65eb452b17d270948a231b13d92dfe0a242
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-08-17 07:29:16 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-08-20 00:53:36 +0000

    Mk/Uses/tcl.mk: Add support of 'test' argument

    Add support of 'test' argument that specifies test-time only
    dependency.

    PR:             273190
    Approved by:    gahr (tcltk, maintainer)

 Mk/Uses/tcl.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)