Summary: | audio/alsa-utils: fix MANPAGES option (off still installs manpages, installed xmlto breaks 'build') | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fernape, jcfyecrayz, vishwin | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Hein
2021-12-07 20:29:59 UTC
See also the original bug 245321. This update broke the way minixmlto was used because ac_cv_prog_xmlto was removed from the configure script. More specifically, 1.2.2 changed to a different configure variable which did not set any xmlto variable (or, thus, allow a way to override any xmlto variable). In other words, this has been broken since the 1.2.2 update. Created attachment 229963 [details] [patch] fix alsa-utils MANPAGES option Add patch described in comment 1. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1996f8415cf47c9c7dd1ff3197d7fd0f57a23700 commit 1996f8415cf47c9c7dd1ff3197d7fd0f57a23700 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2021-12-29 08:45:45 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-12-29 08:47:29 +0000 audio/alsa-utils: fix MANPAGES option * MANPAGES off still installed them * Installed xmlto broke build PR: 260268 Reported by: jcfyecrayz@liamekaens.com audio/alsa-utils/Makefile | 21 +++++----- .../files/patch-alsactl_Makefile.am (gone) | 8 ---- audio/alsa-utils/pkg-plist | 45 ++++++++++++---------- 3 files changed, 35 insertions(+), 39 deletions(-) Committed, Thanks! |