From owner-svn-doc-all@FreeBSD.ORG Sat Oct 6 12:44:46 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E42B7106566B; Sat, 6 Oct 2012 12:44:46 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CE9938FC16; Sat, 6 Oct 2012 12:44:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96Cikl7065283; Sat, 6 Oct 2012 12:44:46 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96CikKm065281; Sat, 6 Oct 2012 12:44:46 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210061244.q96CikKm065281@svn.freebsd.org> From: Eitan Adler Date: Sat, 6 Oct 2012 12:44:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39662 - head/en_US.ISO8859-1/htdocs/gnome X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Oct 2012 12:44:47 -0000 Author: eadler (src,ports committer) Date: Sat Oct 6 12:44:46 2012 New Revision: 39662 URL: http://svn.freebsd.org/changeset/doc/39662 Log: CVSup is going away. Approved by: gnome (kwm) Modified: head/en_US.ISO8859-1/htdocs/gnome/gnomelogalyzer.sh Modified: head/en_US.ISO8859-1/htdocs/gnome/gnomelogalyzer.sh ============================================================================== --- head/en_US.ISO8859-1/htdocs/gnome/gnomelogalyzer.sh Sat Oct 6 09:38:06 2012 (r39661) +++ head/en_US.ISO8859-1/htdocs/gnome/gnomelogalyzer.sh Sat Oct 6 12:44:46 2012 (r39662) @@ -254,9 +254,7 @@ echo " * If you are generating your own echo " something similar to:" echo " \"make 2>&1 | tee /path/to/logfile\" (sh/bash/ksh/zsh) or" echo " \"make |& tee /path/to/logfile\" (csh/tcsh)" -echo " * Make sure your cvsup(1) configuration file specifies the 'ports-all'" -echo " collection" -echo " * Run cvsup(1) and attempt the build again" +echo " * Make sure you are downloading the complete Ports tree." echo " * Check /usr/ports/UPDATING for information pertinent to your build" echo " failure" echo " * 99% of the commonly reported build failures can be solved by"