Bug 276205 - benchmarks/ubench: fix path for INSTALL_MAN in do-install
Summary: benchmarks/ubench: fix path for INSTALL_MAN in do-install
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-08 20:24 UTC by Ale
Modified: 2024-01-08 23:42 UTC (History)
1 user (show)

See Also:


Attachments
fix do-install (461 bytes, patch)
2024-01-08 20:24 UTC, Ale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ale 2024-01-08 20:24:50 UTC
Created attachment 247533 [details]
fix do-install

With commit 28cfe20 (MANPREFIX removal), in PLIST_FILES share/ has been prepended to man/ but that change is not reflected in do-install target.

# make check-plist
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man8/ubench.8.gz
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/man/man8/ubench.8.gz
===> Error: Plist issues found.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-08 23:39:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b2e484b9187c08600f3501e4e2887bb6a331b6d

commit 1b2e484b9187c08600f3501e4e2887bb6a331b6d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-08 23:33:35 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-08 23:36:38 +0000

    benchmarks/ubench: Fix staging after 28cfe20550b8

    PR:             276205
    Reported by:    Ale <discipline@tiscali.it>, vvd (on the lists)
    Approved by:    portmgr (blanket)

 benchmarks/ubench/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2024-01-08 23:42:25 UTC
Should be fixed now. Thanks for the report!