Summary: | multimedia/cheese: configure failes to find XML catalog when LOCALBASE is not /usr/local | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | arrowd, gnome | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(gnome) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 190883 [details]
[patch] explicitly point configure to xml catalog location in case LOCALBASE != /usr/local
Maintainer timeout?
A commit references this bug: Author: arrowd Date: Tue Apr 28 09:42:18 UTC 2020 New revision: 533241 URL: https://svnweb.freebsd.org/changeset/ports/533241 Log: multimedia/cheese: Fix build with non-default LOCALBASE. PR: 226106 Submitted by: John Hein <jcfyecrayz@liamekaens.com> Changes: head/multimedia/cheese/Makefile Late is better than never. Thanks for the patch. (In reply to Gleb Popov from comment #3) Thanks. |
Created attachment 190883 [details] [patch] explicitly point configure to xml catalog location in case LOCALBASE != /usr/local If LOCALBASE != /usr/local, configure fails to detect docbook-xml: checking for DocBook XML DTD V4.3 in XML catalog... not found checking for DocBook XSL Stylesheets in XML catalog... not found The attached patch solves this by explicitly pointing configure to the location of the xml catalog. Tested in poudriere with LOCALBASE=/opt.