Bug 240181 - print/gutenprint: fails to build with option DOCS off
Summary: print/gutenprint: fails to build with option DOCS off
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Christoph Moench-Tegeder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-29 00:54 UTC by Vladimir Druzenko
Modified: 2019-08-29 22:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (cmt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2019-08-29 00:54:51 UTC
rmdir: /tmp/work/usr/ports/print/gutenprint/work/stage//usr/local/share/gutenprint/doc/reference-html: No such file or directory
*** Error code 1

Error is in this line of the print/gutenprint/Makefile:
> @${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html

Workaround:
> @${RM} -r ${STAGEDIR}/${DATADIR}/doc/reference-html
or just comment this line.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-08-29 21:15:09 UTC
A commit references this bug:

Author: cmt
Date: Thu Aug 29 21:14:21 UTC 2019
New revision: 510188
URL: https://svnweb.freebsd.org/changeset/ports/510188

Log:
  fix DOCS=off build

  PR:		240181
  Reported by:	romain@, vvd

Changes:
  head/print/gutenprint/Makefile
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2019-08-29 22:15:31 UTC
Thanks!

Build fine now.