From owner-freebsd-openoffice@FreeBSD.ORG Wed Sep 10 13:24:14 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 03A1E1065671 for ; Wed, 10 Sep 2008 13:24:14 +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 E77C88FC08; Wed, 10 Sep 2008 13:24:13 +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 m8ADODv8031313; Wed, 10 Sep 2008 13:24:13 GMT (envelope-from db@freefall.freebsd.org) Received: (from db@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8ADODMS031312; Wed, 10 Sep 2008 13:24:13 GMT (envelope-from db) Date: Wed, 10 Sep 2008 13:24:13 GMT From: Diane Bruce Message-Id: <200809101324.m8ADODMS031312@freefall.freebsd.org> To: openoffice@FreeBSD.org Cc: Subject: Problem with openoffice.org-2 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 13:24:14 -0000 Date: Mon, 8 Sep 2008 14:07:44 -0400 To: openoffice@FreeBSD.org Subject: Problem with openoffice.org-2 # $FreeBSD: ports/editors/openoffice.org-2/Makefile,v 1.309 2008/08/29 03:14:53 maho Exp $ == is not a legal test comparision in configure, so it breaks here on my build. I haven't figured out where you get your diff from,,,yet, so this is a diff from the configure produced and what it should be. pwd= work/OOH680_m17/libxslt/unxfbsdi.pro misc/build/libxslt-1.1.16/configure --- misc/build/libxslt-1.1.16/configure.orig 2008-09-04 21:30:03.000000000 -0400 +++ misc/build/libxslt-1.1.16/configure 2008-09-04 21:25:19.000000000 -0400 @@ -21987,7 +21987,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;}'` -- - db@FreeBSD.org db@db.net http://www.db.net/~db