Re: git: 1cb6e7b81748 - main - audio/libopenmpt: Update to 0.6.7

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Mon, 06 Feb 2023 10:23:29 UTC
Am 05.02.2023 um 12:56 schrieb Emanuel Haupt:
> Fixed in 1bc022becd5d963f89ce700b8062b4c8e0454a9b

thanks for fixing the warning.
But the plist issue remains:
https://pkg.fechner.net/build.html?mastername=131amd64-gitlab&build=2023-02-06_07h33m15s

You can see it by yourself if you e.g. `poudriere testport` the port:
poudriere testport -j 131amd64 audio/libopenmpt

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_c.c
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_c_mem.c
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_c_probe.c
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_c_stdout.c
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_c_unsafe.c
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/examples/libopenmpt_example_cxx.cpp
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

So you just need to update the pkg-plist and add the entries you see above.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook