| Summary: | graphics/geeqie 1.5.1: Doesn't build: [Makefile:505: html/GuideIndex.html] Error 1 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vladimir Omelchuk <admin> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | w.schwarzenfeld |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vladimir Omelchuk
2019-08-30 19:02:43 UTC
The error appears if gnome-doc-utils installed.
Caused by this lines in work/geeqie-1.5.1/doc/Makefile.am:
9 rm -rf html; mkdir html; cp $(srcdir)/icons/* html/
10 if [ -x "$(GNOME_DOC_TOOL)" ]; then \
11 "$(GNOME_DOC_TOOL)" html -o html $(srcdir)/docbook/GuideIndex.xml ; \
12 else \
13 echo "gnome-doc-tool not found, html is not built" ; \
14 fi
15
16 html: html/GuideIndex.html
17
18 install-data-hook: html
19 if [ -x "$(GNOME_DOC_TOOL)" ]; then \
20 $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \
21 cd $(srcdir)/html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done; \
22 ln -s -f GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \
23 fi
24
A commit references this bug: Author: amdmi3 Date: Mon Sep 9 14:13:06 UTC 2019 New revision: 511631 URL: https://svnweb.freebsd.org/changeset/ports/511631 Log: - Fix build in presence of gnome-doc-utils PR: 240214 Reported by: admin@vladiom.com.ua Changes: head/graphics/geeqie/files/patch-Makefile.am |