From owner-freebsd-doc@FreeBSD.ORG Wed Jun 27 15:58:18 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4611916A400 for ; Wed, 27 Jun 2007 15:58:18 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 0539E13C44C for ; Wed, 27 Jun 2007 15:58:17 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so49408anc for ; Wed, 27 Jun 2007 08:58:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OB/eT7Iz/P+jc0zB+fjcboJtQqBQlBTReGYGSIwaEcdWHOX6hWcxhTy4rP8Sps1aE67Eb+xP2W5Tgu+g8M5FdZCO8zGIc+hQnfpODbVZteoBS3wV9w5vexjgk+YVSEGIQzIzAj5L6e0RWFsmBJpBrBoJsBHgRqxxjHNMTcCW+bE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nsd8G/oJjxLFwTpp4CiOQIbM/JwPvXc/V+PeaQfxz+zUtDo46e2ww2KvGguRIF1xcGrv0vcfmXGtHfisRMPixXTblmpNmavMMIuxD9rHJ/p6dBtV780TXD2flZbIpb3Z6GRnbieZBnDIUmQaasTLezlc/ZnKktG7dZKPaaqnr9Y= Received: by 10.100.120.5 with SMTP id s5mr403142anc.1182959897142; Wed, 27 Jun 2007 08:58:17 -0700 (PDT) Received: by 10.100.119.4 with HTTP; Wed, 27 Jun 2007 08:58:17 -0700 (PDT) Message-ID: <1f27304c0706270858p71faa632m5cdbe0f85b894cd9@mail.gmail.com> Date: Wed, 27 Jun 2007 23:58:17 +0800 From: chinsan To: jkois@freebsd.org In-Reply-To: <20070627172519.erhm98bm00g8w4co@login-8.hoststar.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706271454.l5REsEjf020735@www.freebsd.org> <20070627172519.erhm98bm00g8w4co@login-8.hoststar.at> Cc: freebsd-doc@freebsd.org, World Wide Web Owner Subject: Re: FreeBSD web build failed on www.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 15:58:18 -0000 On 6/27/07, Johann Kois wrote: > On 27.06.2007 World Wide Web Owner wrote: > > ... > > ===> ../es/doc/books/handbook > > make: don't know how to make > > /w/www/build/doc/es_ES.ISO8859-1/books/handbook/../../../share/images/books/handbook/install/desktop.scr. > > Stop > > seems like the build will fail with EVERY localized version of the handbook. > The reason for this behavior is located in Rev. 1.105 of > doc/en_US.ISO8859-1/books/handbook/Makefile. This change has to be applied > to ALL localized versions of the handbook before the build of our docs > will be successful. > > Unfortunately I don't have my FreeBSD system available at the moment so I > cannot commit the necessary patches. But maybe one of the other > doc committers could fix this? I had also noticed this issue a few minutes ago and fixed all of them too. Thanks. Because these translations was still linked to the old screenshot, such as IMAGES_EN+= install/desktop.scr IMAGES_EN+= install/xf86setup.scr so I have to updated all of them. Sorry for this. - chinsan