[Bug 286919] [NEW PORT] games/xtxf: Terminal screensaver

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Jul 2025 21:07:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286919

Hiroki Tagato <tagattie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagattie@FreeBSD.org
             Status|New                         |Open

--- Comment #8 from Hiroki Tagato <tagattie@FreeBSD.org> ---
Thanks for a new port submission.

Here are some comments:
- Put ${SETENV} before ${MAKE_ENV} and ${TEST_ENV}
- make check-plist fails with the following error:

====> Running Q/A tests (stage-qa)
Warning: 'bin/cova_generator_xtxf' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: bin/cova_generator_xtxf
Error: Orphaned: bin/meta/arg_templates/xtxf-template.json
Error: Orphaned: bin/meta/arg_templates/xtxf-template.kdl
Error: Orphaned: bin/meta/help_docs/manpages/xtxf-version.1
Error: Orphaned: bin/meta/help_docs/manpages/xtxf.1
Error: Orphaned: bin/meta/help_docs/markdown/xtxf-version.md
Error: Orphaned: bin/meta/help_docs/markdown/xtxf.md
Error: Orphaned: bin/meta/tab_completions/_xtxf-completion.zsh
Error: Orphaned: bin/meta/tab_completions/xtxf-completion.bash
Error: Orphaned: bin/meta/tab_completions/xtxf-completion.ps1
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.

It appears some extra files are generated in addition to manpages. So you may
have to remove those extras.

- It would be a good idea to install shell completion files generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.