<stenur>
requires -D BUILD_DOCS=OFF, but also installs manuals at the false place; not looked what causes this
<stenur>
also, since some time already, libarchive calls xz etc only single threaded
<stenur>
regardless of exporter TAR_WRITER_OPTIONS that is
<stenur>
the flac manuals are of 0 size too; maybe due to BUILD_DOCS? but that referred to doc/ directory, and that was only for HTML?
<stenur>
i have not looked
<stenur>
why do we have to switch ports to cmake when they have a working autotools build system and all is well?
<stenur>
i have TAR_WRITER_OPTIONS=xz:threads=4,zstd:compression-level=22,zstd:threads=4
<stenur>
cannot see what i am doing wrong; xz -T0 definetely scales
stenur has quit [Remote host closed the connection]
stenur has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.6]
ivandi has joined #crux-devel
<farkuhar>
stenur: the non-empty flac manuals are all in Markdown format, and the conversion to man-page seems to require doxygen. I agree that the Pkgfile should test for non-zero size of {,meta}flac.1 (or just test for the presence of doxygen) before populating $PKG/usr/share/man/man1.
<farkuhar>
another strangeness about the flac port: why bother to redefine unpack_source()? Was that part left behind from some previous attempt to provide pre-generated man-pages?