Bug 240181

Summary: print/gutenprint: fails to build with option DOCS off
Product: Ports & Packages Reporter: Vladimir Druzenko <vvd>
Component: Individual Port(s)Assignee: Christoph Moench-Tegeder <cmt>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (cmt)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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.