From owner-freebsd-doc Thu Aug 22 3:51:31 2002 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 729) id 6937D37B400; Thu, 22 Aug 2002 03:51:28 -0700 (PDT) To: freebsd-gnats-submit@freebsd.org From: Joseph Koshy Reply-To: Joseph Koshy Cc: freebsd-doc@freebsd.org Subject: [PATCH] Slowdown with DSSSL stylesheets v1.77 Message-Id: <20020822105128.6937D37B400@hub.freebsd.org> Date: Thu, 22 Aug 2002 03:51:28 -0700 (PDT) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Joseph Koshy >Organization: The FreeBSD Project >Confidential: no >Synopsis: Patch to fix slowdowns of documentation builds >Severity: serious >Priority: medium >Category: docs >Class: sw-bug >Release: FreeBSD 4.6-RC i386 >Environment: System: FreeBSD ob9714.india.hp.com 4.6-RC FreeBSD 4.6-RC #2: Mon Jun 10 11:56:40 IST 2002 root@ob47191.india.hp.com:/home/obj-stable/home/src-stable/sys/OB47191 i386 >Description: The function $verbatim-line-by-line$ in the DSSSL modular stylesheets seems to be culprit. >How-To-Repeat: >Fix: This is a workaround patch: don't use user-defined indents for screen and programlisting elements. Index: share/sgml/freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.64 diff -u -r1.64 freebsd.dsl --- share/sgml/freebsd.dsl 27 Feb 2002 04:56:44 -0000 1.64 +++ share/sgml/freebsd.dsl 22 Aug 2002 11:21:36 -0000 @@ -600,11 +600,15 @@ (define %may-format-variablelist-as-table% #f) - (define %indent-programlisting-lines% - " ") - - (define %indent-screen-lines% - " ") +;;; +; Defining a user defined indent triggers a slowdown +; in the DSSSL Modular stylesheets v1.77. +; (define %indent-programlisting-lines% +; " ") +; +; (define %indent-screen-lines% +; " ") +;;; (define (article-titlepage-recto-elements) (list (normalize "title") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message