From owner-freebsd-ports Mon Aug 19 17:50:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B45737B401 for ; Mon, 19 Aug 2002 17:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8148D43E6E for ; Mon, 19 Aug 2002 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K0o2JU021230 for ; Mon, 19 Aug 2002 17:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K0o2pI021229; Mon, 19 Aug 2002 17:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC1C37B400; Mon, 19 Aug 2002 17:46:55 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A792343E3B; Mon, 19 Aug 2002 17:46:54 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id CB19A2B739; Tue, 20 Aug 2002 02:46:49 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id BA2D96A7124; Tue, 20 Aug 2002 10:46:44 +1000 (EST) Message-Id: <20020820004644.BA2D96A7124@k7.mavetju> Date: Tue, 20 Aug 2002 10:46:44 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41804: [patch] fix xmlXPathCompiledEval error in textproc/docbook-xsl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41804 >Category: ports >Synopsis: [patch] fix xmlXPathCompiledEval error in textproc/docbook-xsl >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 19 17:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 docbook-xsl-1.51.1 >Description: A new port I'm submitting this week has bumped into an annoying error in docbook-xsl 1.51 and higher and it's the one described on: http://sourceforge.net/tracker/index.php?func=detail&aid=585038&group_id=21935&atid=373747 It's related to the (x)html output part of xslt. To solve the problem, the patch on http://bugzilla.gnome.org/showattachment.cgi?attach_id=10086 has to be applied. >How-To-Repeat: >Fix: Add this file to textproc/docbook-xsl/files as patch-1.51andup: --- common/common.xsl 2002-07-08 01:10:30 +0200 +++ common/common.xsl 2002-07-27 15:52:44 +0200 @@ -1,6 +1,7 @@ --- html/graphics.xsl 2002-07-10 12:20:12 +0200 +++ html/graphics.xsl 2002-07-27 15:52:44 +0200 @@ -6,6 +6,7 @@ xmlns:ximg="xaln://com.nwalsh.xalan.ImageIntrinsics" xmlns:xtext="com.nwalsh.xalan.Text" xmlns:lxslt="http://xml.apache.org/xslt" + xmlns:svg="http://www.w3.org/2000/svg" exclude-result-prefixes="xlink stext xtext lxslt simg ximg" extension-element-prefixes="stext xtext" version='1.0'> --- xhtml/graphics.xsl 2002-07-10 12:35:28 +0200 +++ xhtml/graphics.xsl 2002-07-27 15:52:44 +0200 @@ -1,7 +1,7 @@ - +