From owner-svn-doc-all@freebsd.org Wed Jan 17 20:04:31 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB97FEB43F3; Wed, 17 Jan 2018 20:04:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A761F7F971; Wed, 17 Jan 2018 20:04:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E81CE14153; Wed, 17 Jan 2018 20:04:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0HK4UEc055726; Wed, 17 Jan 2018 20:04:30 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0HK4Ux8055725; Wed, 17 Jan 2018 20:04:30 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201801172004.w0HK4Ux8055725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 17 Jan 2018 20:04:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51388 - head/share/tools/portsgrowth X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/tools/portsgrowth X-SVN-Commit-Revision: 51388 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2018 20:04:31 -0000 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