From owner-freebsd-openoffice@FreeBSD.ORG Wed Sep 10 23:43:26 2008 Return-Path: Delivered-To: openoffice@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 250E91065684; Wed, 10 Sep 2008 23:43:26 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF3828FC14; Wed, 10 Sep 2008 23:43:25 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from freefall.freebsd.org (db@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8ANhPB2087468; Wed, 10 Sep 2008 23:43:25 GMT (envelope-from db@freefall.freebsd.org) Received: (from db@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8ANhPRF087467; Wed, 10 Sep 2008 23:43:25 GMT (envelope-from db) Date: Wed, 10 Sep 2008 23:43:25 +0000 From: Diane Bruce To: maho@FreeBSD.org, openoffice@FreeBSD.org Message-ID: <20080910234325.GA87445@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: openoffice fix X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 23:43:26 -0000 --- /dev/null 2008-09-10 19:40:18.000000000 -0400 +++ openoffice.org-2/files/patch-libxslt_libxslt-1.1.16.patch 2008-09-10 18:59:08.000000000 -0400 @@ -0,0 +1,11 @@ +--- libxslt/libxslt-1.1.16.patch.orig 2008-09-10 17:50:39.000000000 -0400 ++++ libxslt/libxslt-1.1.16.patch 2008-09-10 17:59:14.000000000 -0400 +@@ -30,7 +30,7 @@ + fi + + +-! if test "1" == "1" ++! if test "1" = "1" + then + XMLVERS=`$XML_CONFIG --version` + if test `echo $XMLVERS | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -ge `echo $LIBXML_REQUIRED_VERSION | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`