Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 20:04:30 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51388 - head/share/tools/portsgrowth
Message-ID:  <201801172004.w0HK4Ux8055725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801172004.w0HK4Ux8055725>