From owner-freebsd-www@FreeBSD.ORG Sat Oct 8 23:27:30 2005 Return-Path: X-Original-To: freebsd-www@freebsd.org Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E31916A420 for ; Sat, 8 Oct 2005 23:27:30 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA9643D46 for ; Sat, 8 Oct 2005 23:27:29 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail02.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j98NRSv4006199 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 9 Oct 2005 09:27:28 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j98NRRHh000510 for ; Sun, 9 Oct 2005 09:27:27 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j98NRRoR000509 for freebsd-www@freebsd.org; Sun, 9 Oct 2005 09:27:27 +1000 (EST) (envelope-from pjeremy) Date: Sun, 9 Oct 2005 09:27:27 +1000 From: Peter Jeremy To: freebsd-www@freebsd.org Message-ID: <20051008232727.GB223@cirb503493.alcatel.com.au> References: <20051008100325.GY72352@cirb503493.alcatel.com.au> <20051008110155.GW99170@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051008110155.GW99170@submonkey.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Building a local copy of www.freebsd.org X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 23:27:30 -0000 On Sat, 2005-Oct-08 12:01:55 +0100, Ceri Davies wrote: >On Sat, Oct 08, 2005 at 08:03:26PM +1000, Peter Jeremy wrote: >> I'm trying to build a local copy of the FreeBSD website so I can do some >> experimenting and try to improve some of the things I don't like about >> the new website. Unfortunately, my attempt to build the website dies: ... >> ===> news/2001 >> make: don't know how to make index.html. Stop >It looks like you don't have an up-to-date copy of the XML bits. Try >checking out a fresh tree. It turns out I had WEB_PREFIX set in /etc/make.conf and $WEB_PREFIX/share was stale. At this point in time, I can't remember why I set WEB_PREFIX but removing it has fixed the problem. Sorry for that false alarm. I found another problem triggered by a local change I've made: I have my troffrc set for A4 paper (.pl 29.7c) and this causes doc/share/images/books/handbook/advanced-networking/net-routing.eps to fail with reports of "blank page!!" and "no bounding box". The problem appears to be that "groff net-routing.pic" results in a small picture right at the top of the page - apparently above the 11" point. When "-sPAPERSIZE=letter" is specified during the EPS conversion, the picture is cropped off, resulting in a blank page. Is there a particular reason for explicitly specifying the papersize in the EPS conversion? The ps2epsi script doesn't bother doing this. -- Peter Jeremy