svn commit: r51388 - head/share/tools/portsgrowth
Glen Barber
gjb at FreeBSD.org
Wed Jan 17 20:04:31 UTC 2018
Author: gjb
Date: Wed Jan 17 20:04:30 2018
New Revision: 51388
URL: https://svnweb.freebsd.org/changeset/doc/51388
Log:
Revert r51386, re-enabling building status.png. I believe I have
fixed the underlying problem on the web build machine that was
generating errors.
Thank you to hrs@ for disabling this until it could be investigated,
and to bjk@ for emailing admins@ about the problem.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/tools/portsgrowth/Makefile
Modified: head/share/tools/portsgrowth/Makefile
==============================================================================
--- head/share/tools/portsgrowth/Makefile Mon Jan 15 09:13:57 2018 (r51387)
+++ head/share/tools/portsgrowth/Makefile Wed Jan 17 20:04:30 2018 (r51388)
@@ -17,10 +17,7 @@ all: ${IMG}
update:
sh getinfo.sh
-status.png:
- ${TOUCH} ${.TARGET}
-
-Xstatus.png: ports.plt ports.log
+status.png: ports.plt ports.log
${GNUPLOT} ports.plt
${PNGTOPNM} ports.png | ${PNMTOPNG} -i > ${IMG}
rm ports.png
More information about the svn-doc-head
mailing list